Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Drecordmcount.h40 #undef Elf_Sym
74 # define Elf_Sym Elf64_Sym macro
107 # define Elf_Sym Elf32_Sym macro
254 static unsigned get_mcountsym(Elf_Sym const *const sym0, in get_mcountsym()
260 Elf_Sym const *const symp = in get_mcountsym()
276 Elf_Sym const **sym0, in get_sym_str_and_relp()
288 *sym0 = (Elf_Sym const *)(_w(symsec->sh_offset) in get_sym_str_and_relp()
313 Elf_Sym const *sym0; in sift_rel_mcount()
358 Elf_Sym const *sym0; in nop_mcount()
421 Elf_Sym const *const sym0 = (Elf_Sym const *)(_w(symhdr->sh_offset) in find_secsym_ndx()
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c400 Elf_Sym *sym; in parse_elf()
587 Elf_Sym *sym, const char *symname) in handle_modversions()
730 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name()
1137 static Elf_Sym *find_elf_symbol(struct elf_info *elf, Elf64_Sword addr, in find_elf_symbol()
1138 Elf_Sym *relsym) in find_elf_symbol()
1140 Elf_Sym *sym; in find_elf_symbol()
1141 Elf_Sym *near = NULL; in find_elf_symbol()
1188 static inline int is_valid_name(struct elf_info *elf, Elf_Sym *sym) in is_valid_name()
1203 static Elf_Sym *find_elf_symbol2(struct elf_info *elf, Elf_Addr addr, in find_elf_symbol2()
1206 Elf_Sym *sym; in find_elf_symbol2()
[all …]
H A Dmodpost.h18 #define Elf_Sym Elf32_Sym macro
33 #define Elf_Sym Elf64_Sym macro
123 Elf_Sym *symtab_start;
124 Elf_Sym *symtab_stop;
158 const Elf_Sym *sym) in get_secindex()
170 Elf_Sym *sym, const char *symname);
H A Dfile2alias.c899 Elf_Sym *sym, const char *symname) in handle_moddevtable()