/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 222 extern GElf_Sym *gelf_getsym (Elf_Data *__data, int __ndx, GElf_Sym *__dst); 225 extern int gelf_update_sym (Elf_Data *__data, int __ndx, GElf_Sym *__src); 230 extern GElf_Sym *gelf_getsymshndx (Elf_Data *__symdata, Elf_Data *__shndxdata, 231 int __ndx, GElf_Sym *__sym, 237 int __ndx, GElf_Sym *__sym,
|
D | nlist.c | 46 GElf_Sym sym; 146 GElf_Sym *sym; in nlist()
|
/external/elfutils/libdwfl/ |
D | dwfl_module_addrsym.c | 40 GElf_Sym *closest_sym; 54 GElf_Sym sizeless_sym; 114 binding_value (const GElf_Sym *symp) in binding_value() 132 GElf_Addr value, GElf_Sym *sym, in try_sym_value() 203 GElf_Sym sym; in search_table() 245 GElf_Sym *_closest_sym, GElf_Word *shndxp, in __libdwfl_addrsym() 319 GElf_Sym *closest_sym, GElf_Word *shndxp) in dwfl_module_addrsym() 329 GElf_Off *offset, GElf_Sym *sym, in INTDEF()
|
D | dwfl_module_getsym.c | 37 __libdwfl_getsym (Dwfl_Module *mod, int ndx, GElf_Sym *sym, GElf_Addr *addr, in __libdwfl_getsym() 202 GElf_Sym *sym, GElf_Addr *addr, in dwfl_module_getsym_info() 214 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 | 39 GElf_Sym sym; in dwfl_module_addrname()
|
/external/elfutils/tests/ |
D | dwflsyms.c | 31 gelf_type (GElf_Sym *sym) in gelf_type() 55 gelf_bind (GElf_Sym *sym) in gelf_bind() 71 gelf_bind_order (GElf_Sym *sym) in gelf_bind_order() 121 GElf_Sym sym; in list_syms() 134 GElf_Sym isym; in list_syms() 156 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()
|
/external/elfutils/backends/ |
D | aarch64_symbol.c | 66 aarch64_check_special_symbol (Elf *elf, const GElf_Sym *sym, in aarch64_check_special_symbol() 102 aarch64_data_marker_symbol (const GElf_Sym *sym, const char *sname) in aarch64_data_marker_symbol()
|
D | s390_symbol.c | 65 s390_check_special_symbol (Elf *elf, const GElf_Sym *sym, in s390_check_special_symbol()
|
/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/libebl/ |
D | ebl-hooks.h | 121 bool EBLHOOK(check_special_symbol) (Elf *, const GElf_Sym *, 125 bool EBLHOOK(data_marker_symbol) (const GElf_Sym *sym, const char *sname);
|
D | ebl_data_marker_symbol.c | 38 ebl_data_marker_symbol (Ebl *ebl, const GElf_Sym *sym, const char *sname) in ebl_data_marker_symbol()
|
D | ebl_check_special_symbol.c | 38 ebl_check_special_symbol (Ebl *ebl, const GElf_Sym *sym, in ebl_check_special_symbol()
|
D | libebl.h | 158 const GElf_Sym *sym, const char *name, 162 extern bool ebl_data_marker_symbol (Ebl *ebl, const GElf_Sym *sym,
|
D | eblopenbackend.c | 185 const GElf_Sym *sym, 188 static bool default_data_marker_symbol (const GElf_Sym *sym, const char *sname); 677 const GElf_Sym *sym __attribute__ ((unused)), in strong_alias() 685 default_data_marker_symbol (const GElf_Sym *sym __attribute__ ((unused)), in default_data_marker_symbol()
|
/external/elfutils/libasm/ |
D | disasm_cb.c | 102 GElf_Sym sym_mem; in read_symtab_exec() 103 GElf_Sym *sym = gelf_getsymshndx (data, xndxdata, cnt, &sym_mem, in read_symtab_exec()
|
/external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/ |
D | native.cpp | 84 GElf_Sym symbol; in get_symbol_offsets() 87 while (GElf_Sym *s = gelf_getsym(symtab_data, i++, &symbol)) { in get_symbol_offsets()
|
/external/elfutils/src/ |
D | unstrip.c | 388 GElf_Sym sym_mem; in symtab_count_leading_section_symbols() 390 GElf_Sym *sym = gelf_getsymshndx (data, shndxdata, i, &sym_mem, &shndx); in symtab_count_leading_section_symbols() 643 GElf_Sym sym_mem; in add_new_section_symbols() 645 GElf_Sym *sym = gelf_getsymshndx (old_symdata, shndxdata, in add_new_section_symbols() 661 GElf_Sym sym = in add_new_section_symbols() 676 GElf_Sym sym_mem; in add_new_section_symbols() 678 GElf_Sym *sym = gelf_getsymshndx (old_symdata, shndxdata, in add_new_section_symbols() 841 GElf_Sym sym_mem; in collect_symbols() 843 GElf_Sym *sym = gelf_getsymshndx (symdata, shndxdata, i, in collect_symbols() 1038 GElf_Sym sym_mem; in get_group_sig() [all …]
|
D | arlib.c | 261 GElf_Sym sym_mem; in arlib_add_symbols() 262 GElf_Sym *sym = gelf_getsym (data, ndx, &sym_mem); in arlib_add_symbols()
|