Home
last modified time | relevance | path

Searched refs:DT_RELASZ (Results 1 – 16 of 16) sorted by relevance

/external/u-boot/arch/x86/lib/
Dreloc_x86_64_efi.c31 case DT_RELASZ: in _relocate()
/external/u-boot/arch/arm/lib/
Dreloc_aarch64_efi.c54 case DT_RELASZ: in _relocate()
/external/u-boot/arch/riscv/lib/
Dreloc_riscv_efi.c66 case DT_RELASZ: in _relocate()
/external/elfutils/tests/
Dalldts.c48 DT_RELASZ, DT_RELAENT, DT_STRSZ, DT_SYMENT, in main()
/external/u-boot/tools/
Dprelink-riscv.inc69 else if (dyn->d_tag == DT_RELASZ)
/external/kernel-headers/original/uapi/linux/
Delf.h82 #define DT_RELASZ 8 macro
/external/u-boot/include/
Delf.h506 #define DT_RELASZ 8 /* size of relocation table */ macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h1043 DT_RELASZ = 8, // Size of Rela relocation table. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1097 DT_RELASZ = 8, // Size of Rela relocation table. enumerator
/external/llvm/include/llvm/Support/
DELF.h1099 DT_RELASZ = 8, // Size of Rela relocation table. enumerator
/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()
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()
Dreadelf.c1827 case DT_RELASZ: in handle_dynamic()
/external/kmod/port-gnu/
Delf.h707 #define DT_RELASZ 8 /* Total size of Rela relocs */ macro
/external/elfutils/libelf/
Delf.h849 #define DT_RELASZ 8 /* Total size of Rela relocs */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1406 case ELF::DT_RELASZ: in parseDynamicTable()
1696 case DT_RELASZ: in printValue()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp1490 case ELF::DT_RELASZ: in parseDynamicTable()
1799 case DT_RELASZ: in printValue()