Home
last modified time | relevance | path

Searched refs:DT_SYMTAB (Results 1 - 25 of 27) sorted by relevance

12

/third_party/elfio/elfio/
H A Delfio_dynamic.hpp186 case DT_SYMTAB: in generic_get_entry_dyn()
239 case DT_SYMTAB: in generic_add_entry_dyn()
H A Delfio_dump.hpp478 { DT_SYMTAB, "SYMTAB" },
H A Delf_types.hpp999 constexpr Elf_Word DT_SYMTAB = 6; member
/third_party/musl/src/internal/linux/
H A Dvdso.c91 case DT_SYMTAB: vdso_info.syms = p; break; in __get_vdso_info()
/third_party/musl/porting/linux/user/src/internal/
H A Dvdso.c91 case DT_SYMTAB: vdso_info.syms = p; break; in __get_vdso_info()
/third_party/musl/src/internal/
H A Dvdso.c70 case DT_SYMTAB: syms = p; break; in __vdsosym()
/third_party/elfutils/tests/
H A Dalldts.c48 DT_HASH, DT_STRTAB, DT_SYMTAB, DT_RELA, in main()
/third_party/ltp/libs/libltpvdso/
H A Dparse_vdso.c153 case DT_SYMTAB: in vdso_init_from_sysinfo_ehdr()
/third_party/musl/ldso/
H A Ddlstart.c79 const Sym *syms = (void *)dyn[DT_SYMTAB]; in _dlstart_c()
H A Ddynlink.c997 p->syms = laddr(p, dyn[DT_SYMTAB]); in decode_dyn()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Delf_mem_image.cc229 case DT_SYMTAB:
/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dvdso.rs148 DT_SYMTAB => { in init_from_sysinfo_ehdr()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp671 #define DT_SYMTAB 6 macro
/third_party/elfutils/src/
H A Delflint.c1608 [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 DELF.h1095 DT_SYMTAB = 6, // Address of dynamic symbol table. enumerator
/third_party/elfutils/libdwfl/
H A Ddwfl_module_getdwarf.c861 case DT_SYMTAB: in find_dynsym()
/third_party/musl/porting/linux/user/include/
H A Delf.h731 #define DT_SYMTAB 6 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h725 #define DT_SYMTAB 6 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h725 #define DT_SYMTAB 6 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h725 #define DT_SYMTAB 6 macro
/third_party/musl/include/
H A Delf.h750 #define DT_SYMTAB 6 macro
/third_party/elfutils/libelf/
H A Delf.h879 #define DT_SYMTAB 6 /* Address of symbol table */ macro
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c928 p->syms = laddr(p, dyn[DT_SYMTAB]); in decode_dyn()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c928 p->syms = laddr(p, dyn[DT_SYMTAB]); in decode_dyn()
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c1784 p->syms = laddr(p, dyn[DT_SYMTAB]); in decode_dyn()

Completed in 103 milliseconds

12