/third_party/elfio/elfio/ |
H A D | elfio_dynamic.hpp | 186 case DT_SYMTAB: in generic_get_entry_dyn() 239 case DT_SYMTAB: in generic_add_entry_dyn()
|
H A D | elfio_dump.hpp | 478 { DT_SYMTAB, "SYMTAB" },
|
H A D | elf_types.hpp | 999 constexpr Elf_Word DT_SYMTAB = 6; member
|
/third_party/musl/src/internal/linux/ |
H A D | vdso.c | 91 case DT_SYMTAB: vdso_info.syms = p; break; in __get_vdso_info()
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | vdso.c | 91 case DT_SYMTAB: vdso_info.syms = p; break; in __get_vdso_info()
|
/third_party/musl/src/internal/ |
H A D | vdso.c | 70 case DT_SYMTAB: syms = p; break; in __vdsosym()
|
/third_party/elfutils/tests/ |
H A D | alldts.c | 48 DT_HASH, DT_STRTAB, DT_SYMTAB, DT_RELA, in main()
|
/third_party/ltp/libs/libltpvdso/ |
H A D | parse_vdso.c | 153 case DT_SYMTAB: in vdso_init_from_sysinfo_ehdr()
|
/third_party/musl/ldso/ |
H A D | dlstart.c | 79 const Sym *syms = (void *)dyn[DT_SYMTAB]; in _dlstart_c()
|
H A D | dynlink.c | 997 p->syms = laddr(p, dyn[DT_SYMTAB]); in decode_dyn()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
H A D | elf_mem_image.cc | 229 case DT_SYMTAB:
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
H A D | vdso.rs | 148 DT_SYMTAB => { in init_from_sysinfo_ehdr()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 671 #define DT_SYMTAB 6 macro
|
/third_party/elfutils/src/ |
H A D | elflint.c | 1608 [DT_HASH] = { [DT_SYMTAB] = true }, in check_dynamic() 1610 [DT_SYMTAB] = { [DT_STRTAB] = true, [DT_SYMENT] = true }, in check_dynamic() 1615 [DT_SYMENT] = { [DT_SYMTAB] = true }, in check_dynamic() 1639 [DT_SYMTAB] = true, in check_dynamic() 1783 case DT_SYMTAB: in check_dynamic() 1862 && !has_dt[DT_SYMTAB]) in check_dynamic() 1866 "DT_GNU_HASH", "DT_SYMTAB"); in check_dynamic()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 1095 DT_SYMTAB = 6, // Address of dynamic symbol table. enumerator
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_module_getdwarf.c | 861 case DT_SYMTAB: in find_dynsym()
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 731 #define DT_SYMTAB 6 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 725 #define DT_SYMTAB 6 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 725 #define DT_SYMTAB 6 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 725 #define DT_SYMTAB 6 macro
|
/third_party/musl/include/ |
H A D | elf.h | 750 #define DT_SYMTAB 6 macro
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 879 #define DT_SYMTAB 6 /* Address of symbol table */ macro
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 928 p->syms = laddr(p, dyn[DT_SYMTAB]); in decode_dyn()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 928 p->syms = laddr(p, dyn[DT_SYMTAB]); in decode_dyn()
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 1784 p->syms = laddr(p, dyn[DT_SYMTAB]); in decode_dyn()
|