Searched refs:Elf_Sym (Results 1 – 7 of 7) sorted by relevance
| /scripts/mod/ |
| D | modpost.h | 29 #define Elf_Sym Elf32_Sym macro 43 #define Elf_Sym Elf64_Sym macro 106 Elf_Sym *symtab_start; 107 Elf_Sym *symtab_stop; 127 const Elf_Sym *sym) in get_secindex() 155 static inline bool is_valid_name(struct elf_info *elf, Elf_Sym *sym) in is_valid_name() 167 Elf_Sym *symsearch_find_nearest(struct elf_info *elf, Elf_Addr addr, 173 Elf_Sym *sym, const char *symname); 184 void *sym_get_data(const struct elf_info *info, const Elf_Sym *sym);
|
| D | symsearch.c | 54 for (Elf_Sym *sym = elf->symtab_start; sym < elf->symtab_stop; sym++) { in symbol_count() 74 for (Elf_Sym *sym = elf->symtab_start; sym < elf->symtab_stop; sym++) { in symsearch_populate() 153 Elf_Sym *symsearch_find_nearest(struct elf_info *elf, Elf_Addr addr, in symsearch_find_nearest() 184 Elf_Sym *result = NULL; in symsearch_find_nearest()
|
| D | modpost.c | 333 void *sym_get_data(const struct elf_info *info, const Elf_Sym *sym) in sym_get_data() 422 Elf_Sym *sym; in parse_elf() 623 const Elf_Sym *sym, const char *symname) in handle_symbol() 711 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name() 987 static Elf_Sym *find_fromsym(struct elf_info *elf, Elf_Addr addr, in find_fromsym() 993 static Elf_Sym *find_tosym(struct elf_info *elf, Elf_Addr addr, Elf_Sym *sym) in find_tosym() 995 Elf_Sym *new_sym; in find_tosym() 1020 Elf_Sym *tsym, in default_mismatch_handler() 1024 Elf_Sym *from; in default_mismatch_handler() 1078 Elf_Sym *sym) in check_export_symbol() [all …]
|
| D | file2alias.c | 1602 Elf_Sym *sym, const char *symname) in handle_moddevtable()
|
| /scripts/ |
| 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 | sorttable.h | 31 #undef Elf_Sym 56 # define Elf_Sym Elf64_Sym macro 80 # define Elf_Sym Elf32_Sym macro 273 Elf_Sym *sym; in do_sort() 274 const Elf_Sym *symtab; in do_sort() 276 Elf_Sym *sort_needed_sym = NULL; in do_sort() 416 symtab = (const Elf_Sym *)((const char *)ehdr + in do_sort() 433 sym < sym + _r(&symtab_sec->sh_size) / sizeof(Elf_Sym); in do_sort()
|
| 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()
|