Searched refs:Elf_Sym (Results 1 – 6 of 6) sorted by relevance
/scripts/mod/ |
D | modpost.h | 25 #define Elf_Sym Elf32_Sym macro 40 #define Elf_Sym Elf64_Sym macro 139 Elf_Sym *symtab_start; 140 Elf_Sym *symtab_stop; 171 const Elf_Sym *sym) in get_secindex() 183 Elf_Sym *sym, const char *symname);
|
D | modpost.c | 343 static void *sym_get_data(const struct elf_info *info, const Elf_Sym *sym) in sym_get_data() 385 const Elf_Sym *sym) in namespace_from_kstrtabns() 480 Elf_Sym *sym; in parse_elf() 668 const Elf_Sym *sym, const char *symname) in handle_modversion() 694 const Elf_Sym *sym, const char *symname) in handle_symbol() 819 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name() 1031 Elf_Rela *r, Elf_Sym *sym, const char *fromsec); 1037 Elf_Rela *r, Elf_Sym *sym, 1279 static inline int is_valid_name(struct elf_info *elf, Elf_Sym *sym) in is_valid_name() 1295 static Elf_Sym *find_elf_symbol(struct elf_info *elf, Elf64_Sword addr, in find_elf_symbol() [all …]
|
D | file2alias.c | 1508 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()
|