Home
last modified time | relevance | path

Searched refs:Elf_Sym (Results 1 – 6 of 6) sorted by relevance

/scripts/mod/
Dmodpost.h25 #define Elf_Sym Elf32_Sym macro
40 #define Elf_Sym Elf64_Sym macro
139 Elf_Sym *symtab_start;
140 Elf_Sym *symtab_stop;
175 const Elf_Sym *sym) in get_secindex()
187 Elf_Sym *sym, const char *symname);
Dmodpost.c355 Elf_Sym *kstrtabns) in namespace_from_kstrtabns()
488 Elf_Sym *sym; in parse_elf()
686 Elf_Sym *sym, const char *symname) in handle_modversions()
844 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name()
1055 Elf_Rela *r, Elf_Sym *sym, const char *fromsec);
1061 Elf_Rela *r, Elf_Sym *sym,
1302 static inline int is_valid_name(struct elf_info *elf, Elf_Sym *sym) in is_valid_name()
1318 static Elf_Sym *find_elf_symbol(struct elf_info *elf, Elf64_Sword addr, in find_elf_symbol()
1319 Elf_Sym *relsym) in find_elf_symbol()
1321 Elf_Sym *sym; in find_elf_symbol()
[all …]
Dfile2alias.c1416 Elf_Sym *sym, const char *symname) in handle_moddevtable()
/scripts/
Dsortextable.h21 #undef Elf_Sym
43 # define Elf_Sym Elf64_Sym macro
64 # define Elf_Sym Elf32_Sym macro
98 Elf_Sym *sym; in do_func()
99 const Elf_Sym *symtab; in do_func()
101 Elf_Sym *sort_needed_sym; in do_func()
155 symtab = (const Elf_Sym *)((const char *)ehdr + in do_func()
178 for (i = 0; i < _r(&symtab_sec->sh_size) / sizeof(Elf_Sym); i++) { in do_func()
Drecordmcount.h39 #undef Elf_Sym
73 # define Elf_Sym Elf64_Sym macro
106 # define Elf_Sym Elf32_Sym macro
266 static unsigned get_mcountsym(Elf_Sym const *const sym0, in get_mcountsym()
272 Elf_Sym const *const symp = in get_mcountsym()
290 Elf_Sym const **sym0, in get_sym_str_and_relp()
302 *sym0 = (Elf_Sym const *)(_w(symsec->sh_offset) in get_sym_str_and_relp()
327 Elf_Sym const *sym0; in sift_rel_mcount()
373 Elf_Sym const *sym0; in nop_mcount()
439 Elf_Sym const *const sym0 = (Elf_Sym const *)(_w(symhdr->sh_offset) in find_secsym_ndx()
[all …]
Dinsert-sys-cert.c41 #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()