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 | sortextable.h | 17 #undef Elf_Ehdr 39 # define Elf_Ehdr Elf64_Ehdr macro 60 # define Elf_Ehdr Elf32_Ehdr macro 91 do_func(Elf_Ehdr *ehdr, char const *const fname, table_sort_t custom_sort) in do_func()
|
D | recordmcount.h | 35 #undef Elf_Ehdr 69 # define Elf_Ehdr Elf64_Ehdr macro 102 # define Elf_Ehdr Elf32_Ehdr macro 177 static int append_func(Elf_Ehdr *const ehdr, in append_func() 289 Elf_Ehdr const *const ehdr, in get_sym_str_and_relp() 320 Elf_Ehdr const *const ehdr, in sift_rel_mcount() 368 Elf_Ehdr const *const ehdr, in nop_mcount() 437 Elf_Ehdr const *const ehdr) in find_secsym_ndx() 521 static int do_func(Elf_Ehdr *const ehdr, char const *const fname, in do_func()
|
/scripts/mod/ |
D | modpost.h | 23 #define Elf_Ehdr Elf32_Ehdr macro 38 #define Elf_Ehdr Elf64_Ehdr macro 137 Elf_Ehdr *hdr;
|
D | modpost.c | 486 Elf_Ehdr *hdr; in parse_elf()
|