Home
last modified time | relevance | path

Searched refs:DT_REL (Results 1 – 18 of 18) sorted by relevance

/third_party/elfio/elfio/
Delfio_dynamic.hpp179 case DT_REL: in generic_get_entry_dyn()
229 case DT_REL: in generic_add_entry_dyn()
Delf_types.hpp682 #define DT_REL 17 macro
Delfio_dump.hpp428 { DT_REL, "REL" },
/third_party/musl/ldso/
Ddlstart.c128 rel = (void *)(base+dyn[DT_REL]); in _dlstart_c()
Ddynlink.c1335 do_relocs(p, laddr(p, dyn[DT_REL]), dyn[DT_RELSZ], 2); in reloc_all()
1639 size_t *rel = laddr(&ldso, dyn[DT_REL]); in __dls2()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h301 #define DT_REL 17 /* Address of ElfNN_Rel relocations. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h301 #define DT_REL 17 /* Address of ElfNN_Rel relocations. */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1106 DT_REL = 17, // Address of relocation table (Rel entries). enumerator
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c1351 do_relocs(p, laddr(p, dyn[DT_REL]), dyn[DT_RELSZ], 2); in reloc_all()
1655 size_t *rel = laddr(&ldso, dyn[DT_REL]); in __dls2()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c1351 do_relocs(p, laddr(p, dyn[DT_REL]), dyn[DT_RELSZ], 2); in reloc_all()
1655 size_t *rel = laddr(&ldso, dyn[DT_REL]); in __dls2()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFObjectFile.h782 if (Dynamic->d_tag == ELF::DT_REL || Dynamic->d_tag == ELF::DT_RELA || in dynamic_relocation_sections()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h736 #define DT_REL 17 macro
/third_party/musl/porting/linux/user/include/
Delf.h738 #define DT_REL 17 macro
/third_party/musl/ndk_musl_include/
Delf.h736 #define DT_REL 17 macro
/third_party/musl/include/
Delf.h736 #define DT_REL 17 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h736 #define DT_REL 17 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h736 #define DT_REL 17 macro
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c2289 do_relocs(p, laddr(p, dyn[DT_REL]), dyn[DT_RELSZ], 2); in reloc_all()
2602 size_t *rel = laddr(&ldso, dyn[DT_REL]); in __dls2()