Searched refs:Elf_Ehdr (Results 1 – 5 of 5) sorted by relevance
/scripts/ |
A D | insert-sys-cert.c | 39 #define Elf_Ehdr Elf32_Ehdr macro 44 #define Elf_Ehdr Elf64_Ehdr macro 68 static unsigned long get_offset_from_address(Elf_Ehdr *hdr, unsigned long addr) in get_offset_from_address() 93 static void get_symbol_from_map(Elf_Ehdr *hdr, FILE *f, char *name, in get_symbol_from_map() 133 static Elf_Sym *find_elf_symbol(Elf_Ehdr *hdr, Elf_Shdr *symtab, char *name) in find_elf_symbol() 157 static void get_symbol_from_table(Elf_Ehdr *hdr, Elf_Shdr *symtab, in get_symbol_from_table() 184 static Elf_Shdr *get_symbol_table(Elf_Ehdr *hdr) in get_symbol_table() 260 static void print_sym(Elf_Ehdr *hdr, struct sym *s) in print_sym() 280 Elf_Ehdr *hdr; in main()
|
A D | recordmcount.h | 40 #undef Elf_Ehdr 79 # define Elf_Ehdr Elf64_Ehdr macro 117 # define Elf_Ehdr Elf32_Ehdr macro 228 static int get_shstrndx(Elf_Ehdr const *ehdr, Elf_Shdr const *shdr0) in get_shstrndx() 236 static void find_symtab(Elf_Ehdr *const ehdr, Elf_Shdr const *shdr0, in find_symtab() 258 static int append_func(Elf_Ehdr *const ehdr, in append_func() 373 Elf_Ehdr const *const ehdr, in get_sym_str_and_relp() 404 Elf_Ehdr const *const ehdr, in sift_rel_mcount() 452 Elf_Ehdr const *const ehdr, in nop_mcount() 523 Elf_Ehdr const *const ehdr) in find_secsym_ndx() [all …]
|
A D | sorttable.c | 71 } Elf_Ehdr; typedef 97 uint64_t (*ehdr_shoff)(Elf_Ehdr *ehdr); 98 uint16_t (*ehdr_shstrndx)(Elf_Ehdr *ehdr); 99 uint16_t (*ehdr_shentsize)(Elf_Ehdr *ehdr); 100 uint16_t (*ehdr_shnum)(Elf_Ehdr *ehdr); 118 static uint64_t ehdr64_shoff(Elf_Ehdr *ehdr) in ehdr64_shoff() 128 static uint64_t ehdr_shoff(Elf_Ehdr *ehdr) in ehdr_shoff() 686 Elf_Ehdr *ehdr; 822 Elf_Ehdr *ehdr = emloc->ehdr; in sort_mcount_loc() 923 static int do_sort(Elf_Ehdr *ehdr, in do_sort() [all …]
|
/scripts/mod/ |
A D | modpost.h | 27 #define Elf_Ehdr Elf32_Ehdr macro 41 #define Elf_Ehdr Elf64_Ehdr macro 140 Elf_Ehdr *hdr;
|
A D | modpost.c | 408 Elf_Ehdr *hdr; in parse_elf()
|
Completed in 15 milliseconds