/third_party/elfio/elfio/ |
D | elfio_dynamic.hpp | 187 case DT_RELA: in generic_get_entry_dyn() 240 case DT_RELA: in generic_add_entry_dyn()
|
D | elfio_dump.hpp | 479 { DT_RELA, "RELA" },
|
D | elf_types.hpp | 1000 constexpr Elf_Word DT_RELA = 7; variable
|
/third_party/musl/ldso/ |
D | dlstart.c | 81 rel = (void *)dyn[DT_RELA]; in _dlstart_c() 136 rel = (void *)(base+dyn[DT_RELA]); in _dlstart_c()
|
D | dynlink.c | 1355 2+(dyn[DT_PLTREL]==DT_RELA)); in reloc_all() 1357 do_relocs(p, laddr(p, dyn[DT_RELA]), dyn[DT_RELASZ], 3); in reloc_all()
|
/third_party/elfutils/tests/ |
D | alldts.c | 48 DT_HASH, DT_STRTAB, DT_SYMTAB, DT_RELA, in main()
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 290 #define DT_RELA 7 /* Address of ElfNN_Rela relocations. */ macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 290 #define DT_RELA 7 /* Address of ElfNN_Rela relocations. */ macro
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 672 #define DT_RELA 7 macro
|
/third_party/elfutils/src/ |
D | elflint.c | 1611 [DT_RELA] = { [DT_RELASZ] = true, [DT_RELAENT] = true }, in check_dynamic() 1612 [DT_RELASZ] = { [DT_RELA] = true }, in check_dynamic() 1613 [DT_RELAENT] = { [DT_RELA] = true }, in check_dynamic() 1743 && dyn->d_un.d_val != DT_RELA) in check_dynamic() 1781 case DT_RELA: in check_dynamic() 1869 if ((has_dt[DT_RELA] || has_dt[DT_RELASZ] || has_dt[DT_RELAENT]) in check_dynamic() 1870 && (!has_dt[DT_RELA] || !has_dt[DT_RELASZ] || !has_dt[DT_RELAENT])) in check_dynamic()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1096 DT_RELA = 7, // Address of relocation table (Rela entries). enumerator
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 1372 2+(dyn[DT_PLTREL]==DT_RELA)); in reloc_all() 1374 do_relocs(p, laddr(p, dyn[DT_RELA]), dyn[DT_RELASZ], 3); in reloc_all()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 1371 2+(dyn[DT_PLTREL]==DT_RELA)); in reloc_all() 1373 do_relocs(p, laddr(p, dyn[DT_RELA]), dyn[DT_RELASZ], 3); in reloc_all()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 782 if (Dynamic->d_tag == ELF::DT_REL || Dynamic->d_tag == ELF::DT_RELA || in dynamic_relocation_sections()
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 726 #define DT_RELA 7 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 726 #define DT_RELA 7 macro
|
/third_party/musl/include/ |
D | elf.h | 729 #define DT_RELA 7 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 726 #define DT_RELA 7 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 726 #define DT_RELA 7 macro
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 731 #define DT_RELA 7 macro
|
/third_party/elfutils/libelf/ |
D | elf.h | 880 #define DT_RELA 7 /* Address of Rela relocs */ macro
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 2412 2+(dyn[DT_PLTREL]==DT_RELA)); in reloc_all() 2414 do_relocs(p, laddr(p, dyn[DT_RELA]), dyn[DT_RELASZ], 3); in reloc_all()
|
/third_party/elfutils/po/ |
D | uk.po | 2415 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n" 2418 "DT_RELA\n"
|
D | pl.po | 2424 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n" 2427 "DT_RELA\n"
|
D | es.po | 2425 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n" 2428 "DT_RELA\n"
|