Home
last modified time | relevance | path

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

/scripts/mod/
A Dmodpost.h29 #define Elf_Sym Elf32_Sym macro
43 #define Elf_Sym Elf64_Sym macro
142 Elf_Sym *symtab_start;
143 Elf_Sym *symtab_stop;
165 const Elf_Sym *sym) in get_secindex()
193 static inline bool is_valid_name(struct elf_info *elf, Elf_Sym *sym) in is_valid_name()
205 Elf_Sym *symsearch_find_nearest(struct elf_info *elf, Elf_Addr addr,
211 Elf_Sym *sym, const char *symname);
222 void *sym_get_data(const struct elf_info *info, const Elf_Sym *sym);
A Dsymsearch.c54 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()
A Dmodpost.c410 Elf_Sym *sym; in parse_elf()
983 static Elf_Sym *find_tosym(struct elf_info *elf, Elf_Addr addr, Elf_Sym *sym) in find_tosym()
985 Elf_Sym *new_sym; in find_tosym()
1010 Elf_Sym *tsym, in default_mismatch_handler()
1014 Elf_Sym *from; in default_mismatch_handler()
1068 Elf_Sym *sym) in check_export_symbol()
1072 Elf_Sym *label; in check_export_symbol()
1137 Elf_Sym *sym, in check_section_mismatch()
1338 Elf_Sym *tsym; in section_rela()
1380 Elf_Sym *tsym; in section_rel()
[all …]
A Dfile2alias.c1475 Elf_Sym *sym, const char *symname) in handle_moddevtable()
/scripts/
A Drecordmcount.h44 #undef Elf_Sym
83 # define Elf_Sym Elf64_Sym macro
121 # define Elf_Sym Elf32_Sym macro
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()
525 Elf_Sym const *const sym0 = (Elf_Sym const *)(_w(symhdr->sh_offset) in find_secsym_ndx()
[all …]
A Dsorttable.c81 } Elf_Sym; typedef
108 uint8_t (*sym_type)(Elf_Sym *sym);
109 uint32_t (*sym_name)(Elf_Sym *sym);
110 uint64_t (*sym_value)(Elf_Sym *sym);
111 uint16_t (*sym_shndx)(Elf_Sym *sym);
257 static uint8_t sym64_type(Elf_Sym *sym)
267 static uint8_t sym_type(Elf_Sym *sym) in sym_type()
889 Elf_Sym *sym, *end_sym; in get_mcount_loc()
933 Elf_Sym *sym; in do_sort()
934 const Elf_Sym *symtab; in do_sort()
[all …]
A 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()

Completed in 21 milliseconds