Home
last modified time | relevance | path

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

12

/third_party/elfio/elfio/
Delfio_dynamic.hpp190 case DT_REL: in generic_get_entry_dyn()
243 case DT_REL: in generic_add_entry_dyn()
Delfio_dump.hpp489 { DT_REL, "REL" },
Delf_types.hpp1010 constexpr Elf_Word DT_REL = 17; variable
/third_party/musl/ldso/
Ddlstart.c128 rel = (void *)(base+dyn[DT_REL]); in _dlstart_c()
Ddynlink.c1356 do_relocs(p, laddr(p, dyn[DT_REL]), dyn[DT_RELSZ], 2); in reloc_all()
1678 size_t *rel = laddr(&ldso, dyn[DT_REL]); in __dls2()
/third_party/elfutils/tests/
Dalldts.c51 DT_SYMBOLIC, DT_REL, DT_RELSZ, DT_RELENT, in main()
/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/elfio/c_wrapper/
Delf_types_c_wrapper.hpp682 #define DT_REL 17 macro
/third_party/elfutils/src/
Delflint.c1618 [DT_REL] = { [DT_RELSZ] = true, [DT_RELENT] = true }, in check_dynamic()
1619 [DT_RELSZ] = { [DT_REL] = true }, in check_dynamic()
1620 [DT_RELENT] = { [DT_REL] = true }, in check_dynamic()
1742 if (dyn->d_tag == DT_PLTREL && dyn->d_un.d_val != DT_REL in check_dynamic()
1780 case DT_REL: in check_dynamic()
1876 if ((has_dt[DT_REL] || has_dt[DT_RELSZ] || has_dt[DT_RELENT]) in check_dynamic()
1877 && (!has_dt[DT_REL] || !has_dt[DT_RELSZ] || !has_dt[DT_RELENT])) in check_dynamic()
/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.c1373 do_relocs(p, laddr(p, dyn[DT_REL]), dyn[DT_RELSZ], 2); in reloc_all()
1695 size_t *rel = laddr(&ldso, dyn[DT_REL]); in __dls2()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c1372 do_relocs(p, laddr(p, dyn[DT_REL]), dyn[DT_RELSZ], 2); in reloc_all()
1694 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/ndk_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/include/
Delf.h739 #define DT_REL 17 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h736 #define DT_REL 17 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h736 #define DT_REL 17 macro
/third_party/musl/porting/linux/user/include/
Delf.h741 #define DT_REL 17 macro
/third_party/elfutils/libelf/
Delf.h890 #define DT_REL 17 /* Address of Rel relocs */ macro
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c2413 do_relocs(p, laddr(p, dyn[DT_REL]), dyn[DT_RELSZ], 2); in reloc_all()
2746 size_t *rel = laddr(&ldso, dyn[DT_REL]); in __dls2()
/third_party/elfutils/po/
Duk.po2415 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
2417 "розділ [%2d] «%s»: запис %zu: значенням DT_PLTREL має бути DT_REL або "
Dpl.po2424 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
2426 "sekcja [%2d] „%s”: wpis %zu: wartość DT_PLTREL musi wynosić DT_REL lub "
Des.po2425 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
2427 "Sección [%2d] '%s': entrada %zu: el valor DT_PLTREL debe ser DT_REL or "

12