Searched refs:Elf_Sym (Results 1 – 6 of 6) sorted by relevance
/scripts/mod/ |
D | modpost.h | 26 #define Elf_Sym Elf32_Sym macro 41 #define Elf_Sym Elf64_Sym macro 140 Elf_Sym *symtab_start; 141 Elf_Sym *symtab_stop; 175 const Elf_Sym *sym) in get_secindex() 195 Elf_Sym *sym, const char *symname);
|
D | modpost.c | 334 static void *sym_get_data(const struct elf_info *info, const Elf_Sym *sym) in sym_get_data() 388 const Elf_Sym *sym) in namespace_from_kstrtabns() 483 Elf_Sym *sym; in parse_elf() 677 const Elf_Sym *sym, const char *symname) in handle_modversion() 700 const Elf_Sym *sym, const char *symname) in handle_symbol() 825 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name() 1036 Elf_Rela *r, Elf_Sym *sym, const char *fromsec); 1042 Elf_Rela *r, Elf_Sym *sym, 1284 static inline int is_valid_name(struct elf_info *elf, Elf_Sym *sym) in is_valid_name() 1300 static Elf_Sym *find_elf_symbol(struct elf_info *elf, Elf64_Sword addr, in find_elf_symbol() [all …]
|
D | file2alias.c | 1451 Elf_Sym *sym, const char *symname) in handle_moddevtable()
|
/scripts/ |
D | sorttable.h | 28 #undef Elf_Sym 50 # define Elf_Sym Elf64_Sym macro 71 # define Elf_Sym Elf32_Sym macro 204 Elf_Sym *sym; in do_sort() 205 const Elf_Sym *symtab; in do_sort() 207 Elf_Sym *sort_needed_sym = NULL; in do_sort() 314 symtab = (const Elf_Sym *)((const char *)ehdr + in do_sort() 331 sym < sym + _r(&symtab_sec->sh_size) / sizeof(Elf_Sym); in do_sort()
|
D | recordmcount.h | 44 #undef Elf_Sym 83 # define Elf_Sym Elf64_Sym macro 121 # define Elf_Sym Elf32_Sym macro 191 static unsigned int get_symindex(Elf_Sym const *sym, Elf32_Word const *symtab, in get_symindex() 350 static unsigned get_mcountsym(Elf_Sym const *const sym0, in get_mcountsym() 356 Elf_Sym const *const symp = in get_mcountsym() 374 Elf_Sym const **sym0, in get_sym_str_and_relp() 386 *sym0 = (Elf_Sym const *)(_w(symsec->sh_offset) in get_sym_str_and_relp() 411 Elf_Sym const *sym0; in sift_rel_mcount() 457 Elf_Sym const *sym0; in nop_mcount() [all …]
|
D | insert-sys-cert.c | 41 #define Elf_Sym Elf32_Sym macro 46 #define Elf_Sym Elf64_Sym macro 133 static Elf_Sym *find_elf_symbol(Elf_Ehdr *hdr, Elf_Shdr *symtab, char *name) in find_elf_symbol() 135 Elf_Sym *sym, *symtab_start; in find_elf_symbol() 162 Elf_Sym *elf_sym; in get_symbol_from_table()
|