/external/elfutils/libelf/ |
D | gelf_getsym.c | 41 GElf_Sym * 42 gelf_getsym (Elf_Data *data, int ndx, GElf_Sym *dst) in gelf_getsym() 45 GElf_Sym *result = NULL; in gelf_getsym() 94 assert (sizeof (GElf_Sym) == sizeof (Elf64_Sym)); in gelf_getsym() 98 if (INVALID_NDX (ndx, GElf_Sym, data)) in gelf_getsym() 104 *dst = ((GElf_Sym *) data->d_buf)[ndx]; in gelf_getsym()
|
D | gelf_getsymshndx.c | 42 GElf_Sym * 44 GElf_Sym *dst, Elf32_Word *dstshndx) in gelf_getsymshndx() 48 GElf_Sym *result = NULL; in gelf_getsymshndx() 113 assert (sizeof (GElf_Sym) == sizeof (Elf64_Sym)); in gelf_getsymshndx() 117 if (INVALID_NDX (ndx, GElf_Sym, symdata)) in gelf_getsymshndx() 123 *dst = ((GElf_Sym *) symdata->d_buf)[ndx]; in gelf_getsymshndx()
|
D | gelf.h | 73 typedef Elf64_Sym GElf_Sym; typedef 218 extern GElf_Sym *gelf_getsym (Elf_Data *__data, int __ndx, GElf_Sym *__dst); 221 extern int gelf_update_sym (Elf_Data *__data, int __ndx, GElf_Sym *__src); 226 extern GElf_Sym *gelf_getsymshndx (Elf_Data *__symdata, Elf_Data *__shndxdata, 227 int __ndx, GElf_Sym *__sym, 233 int __ndx, GElf_Sym *__sym,
|
D | nlist.c | 46 GElf_Sym sym; 147 GElf_Sym *sym; in nlist()
|
D | gelf_update_sym.c | 42 gelf_update_sym (Elf_Data *data, int ndx, GElf_Sym *src) in gelf_update_sym()
|
D | gelf_update_symshndx.c | 44 GElf_Sym *src, Elf32_Word srcshndx) in gelf_update_symshndx()
|
/external/elfutils/tests/ |
D | dwflsyms.c | 32 gelf_type (GElf_Sym *sym) in gelf_type() 56 gelf_bind (GElf_Sym *sym) in gelf_bind() 72 gelf_bind_order (GElf_Sym *sym) in gelf_bind_order() 122 GElf_Sym sym; in list_syms() 135 GElf_Sym isym; in list_syms() 157 GElf_Sym asym; in list_syms()
|
D | asm-tst7.c | 126 GElf_Sym sym_mem; in main() 127 GElf_Sym *sym; in main()
|
D | asm-tst8.c | 127 GElf_Sym sym_mem; in main() 128 GElf_Sym *sym; in main()
|
D | sectiondump.c | 172 GElf_Sym sym_mem; in print_symtab() 173 GElf_Sym *sym = gelf_getsym (data, cnt, &sym_mem); in print_symtab()
|
D | asm-tst3.c | 246 GElf_Sym sym_mem; in main() 247 GElf_Sym *sym; in main()
|
D | vdsosyms.c | 55 GElf_Sym sym; in module_callback()
|
/external/elfutils/libdwfl/ |
D | dwfl_module_addrsym.c | 36 GElf_Sym *closest_sym; 50 GElf_Sym sizeless_sym; 110 binding_value (const GElf_Sym *symp) in binding_value() 128 GElf_Addr value, GElf_Sym *sym, in try_sym_value() 199 GElf_Sym sym; in search_table() 238 GElf_Sym *_closest_sym, GElf_Word *shndxp, in __libdwfl_addrsym() 312 GElf_Sym *closest_sym, GElf_Word *shndxp) in dwfl_module_addrsym() 322 GElf_Off *offset, GElf_Sym *sym, in INTDEF()
|
D | dwfl_module_getsym.c | 33 __libdwfl_getsym (Dwfl_Module *mod, int ndx, GElf_Sym *sym, GElf_Addr *addr, in __libdwfl_getsym() 198 GElf_Sym *sym, GElf_Addr *addr, in dwfl_module_getsym_info() 210 GElf_Sym *sym, GElf_Word *shndxp) in INTDEF()
|
D | libdwfl.h | 452 GElf_Sym *sym, GElf_Word *shndxp) 476 GElf_Sym *sym, GElf_Addr *addr, 504 GElf_Off *offset, GElf_Sym *sym, 519 GElf_Sym *sym, GElf_Word *shndxp)
|
D | dwfl_module_addrname.c | 35 GElf_Sym sym; in dwfl_module_addrname()
|
/external/ltrace/ |
D | backend.h | 315 GElf_Rela *rela, GElf_Sym *sym); 359 const GElf_Sym *sym, 367 const GElf_Sym *sym,
|
D | ltrace-elf.c | 91 const GElf_Sym *sym, in os_elf_add_func_entry() 107 const GElf_Sym *sym, in arch_elf_add_func_entry() 212 enum callback_status (*cb)(GElf_Sym *symbol, in each_symbol_in() 217 GElf_Sym sym; in each_symbol_in() 241 enum callback_status (*cb)(GElf_Sym *symbol, in elf_each_symbol() 715 size_t sym_index, GElf_Rela *rela, GElf_Sym *sym) in arch_get_sym_info() 820 GElf_Sym sym; in populate_plt() 934 GElf_Sym sym; in populate_this_symtab()
|
/external/elfutils/include/elfutils/ |
D | libdwfl.h | 452 GElf_Sym *sym, GElf_Word *shndxp) 476 GElf_Sym *sym, GElf_Addr *addr, 504 GElf_Off *offset, GElf_Sym *sym, 519 GElf_Sym *sym, GElf_Word *shndxp)
|
/external/elfutils/libasm/ |
D | disasm_cb.c | 100 GElf_Sym sym_mem; in read_symtab_exec() 101 GElf_Sym *sym = gelf_getsymshndx (data, xndxdata, cnt, &sym_mem, in read_symtab_exec()
|
/external/elfutils/libebl/ |
D | ebl_check_special_symbol.c | 38 ebl_check_special_symbol (Ebl *ebl, GElf_Ehdr *ehdr, const GElf_Sym *sym, in ebl_check_special_symbol()
|
/external/elfutils/backends/ |
D | aarch64_symbol.c | 65 aarch64_check_special_symbol (Elf *elf, GElf_Ehdr *ehdr, const GElf_Sym *sym, in aarch64_check_special_symbol()
|
D | ppc64_symbol.c | 98 const GElf_Sym *sym __attribute__ ((unused)), in ppc64_check_special_symbol()
|
/external/elfutils/src/ |
D | arlib.c | 254 GElf_Sym sym_mem; in arlib_add_symbols() 255 GElf_Sym *sym = gelf_getsym (data, ndx, &sym_mem); in arlib_add_symbols()
|
D | unstrip.c | 380 GElf_Sym sym_mem; in symtab_count_leading_section_symbols() 382 GElf_Sym *sym = gelf_getsymshndx (data, shndxdata, i, &sym_mem, &shndx); in symtab_count_leading_section_symbols() 614 GElf_Sym sym_mem; in add_new_section_symbols() 616 GElf_Sym *sym = gelf_getsymshndx (old_symdata, shndxdata, in add_new_section_symbols() 632 GElf_Sym sym = in add_new_section_symbols() 647 GElf_Sym sym_mem; in add_new_section_symbols() 649 GElf_Sym *sym = gelf_getsymshndx (old_symdata, shndxdata, in add_new_section_symbols() 799 GElf_Sym sym_mem; in collect_symbols() 801 GElf_Sym *sym = gelf_getsymshndx (symdata, shndxdata, i, in collect_symbols() 1605 GElf_Sym sym_mem; in copy_elided_sections() [all …]
|