Home
last modified time | relevance | path

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

12

/external/u-boot/arch/x86/lib/
Dreloc_ia32_efi.c36 case DT_RELA: in _relocate()
Dreloc_x86_64_efi.c25 case DT_RELA: in _relocate()
/external/u-boot/arch/arm/lib/
Dreloc_aarch64_efi.c50 case DT_RELA: in _relocate()
/external/u-boot/arch/riscv/lib/
Dreloc_riscv_efi.c62 case DT_RELA: in _relocate()
/external/elfutils/tests/
Dalldts.c47 DT_HASH, DT_STRTAB, DT_SYMTAB, DT_RELA, in main()
/external/u-boot/tools/
Dprelink-riscv.inc73 else if (targetnn_to_cpu(dyn->d_tag) == DT_RELA)
/external/kernel-headers/original/uapi/linux/
Delf.h81 #define DT_RELA 7 macro
/external/crosvm/kernel_loader/src/
Delf.rs85 pub const DT_RELA: u32 = 7; constant
/external/u-boot/include/
Delf.h505 #define DT_RELA 7 /* address of relocation table */ macro
/external/elfutils/src/
Delflint.c1608 [DT_RELA] = { [DT_RELASZ] = true, [DT_RELAENT] = true }, in check_dynamic()
1609 [DT_RELASZ] = { [DT_RELA] = true }, in check_dynamic()
1610 [DT_RELAENT] = { [DT_RELA] = true }, in check_dynamic()
1740 && dyn->d_un.d_val != DT_RELA) in check_dynamic()
1778 case DT_RELA: in check_dynamic()
1866 if ((has_dt[DT_RELA] || has_dt[DT_RELASZ] || has_dt[DT_RELAENT]) in check_dynamic()
1867 && (!has_dt[DT_RELA] || !has_dt[DT_RELASZ] || !has_dt[DT_RELAENT])) in check_dynamic()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1096 DT_RELA = 7, // Address of relocation table (Rela entries). enumerator
/external/llvm/include/llvm/Support/
DELF.h1098 DT_RELA = 7, // Address of relocation table (Rela entries). enumerator
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1403 case ELF::DT_RELA: in parseDynamicTable()
1427 else if (Dyn.getVal() == DT_RELA) in parseDynamicTable()
1654 } else if (Value == DT_RELA) { in printValue()
1663 case DT_RELA: in printValue()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp1487 case ELF::DT_RELA: in parseDynamicTable()
1523 else if (Dyn.getVal() == DT_RELA) in parseDynamicTable()
1757 } else if (Value == DT_RELA) { in printValue()
1766 case DT_RELA: in printValue()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELFObjectFile.h741 if (Dynamic->d_tag == ELF::DT_REL || Dynamic->d_tag == ELF::DT_RELA || in dynamic_relocation_sections()
/external/kmod/port-gnu/
Delf.h706 #define DT_RELA 7 /* Address of Rela relocs */ macro
/external/elfutils/libelf/
Delf.h852 #define DT_RELA 7 /* Address of Rela relocs */ macro
/external/elfutils/po/
Duk.po2161 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
2164 "DT_RELA\n"
Dpl.po2136 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
2139 "DT_RELA\n"
Des.po2161 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
2164 "DT_RELA\n"
Dru.po1587 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
Dfr.po1587 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
Dit.po1588 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
Dnl.po1588 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
Dzh_CN.po1588 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"

12