Searched refs:Elf_Ehdr (Results 1 – 5 of 5) sorted by relevance
/scripts/ |
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()
|
D | recordmcount.h | 40 #undef Elf_Ehdr 79 # define Elf_Ehdr Elf64_Ehdr macro 117 # define Elf_Ehdr Elf32_Ehdr macro 211 static unsigned int get_shnum(Elf_Ehdr const *ehdr, Elf_Shdr const *shdr0) in get_shnum() 219 static void set_shnum(Elf_Ehdr *ehdr, Elf_Shdr *shdr0, unsigned int new_shnum) in set_shnum() 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() [all …]
|
D | sorttable.h | 24 #undef Elf_Ehdr 46 # define Elf_Ehdr Elf64_Ehdr macro 67 # define Elf_Ehdr Elf32_Ehdr macro 195 static int do_sort(Elf_Ehdr *ehdr, in do_sort()
|
/scripts/mod/ |
D | modpost.h | 24 #define Elf_Ehdr Elf32_Ehdr macro 39 #define Elf_Ehdr Elf64_Ehdr macro 138 Elf_Ehdr *hdr;
|
D | modpost.c | 481 Elf_Ehdr *hdr; in parse_elf()
|