Searched refs:DT_RELASZ (Results 1 – 16 of 16) sorted by relevance
/external/u-boot/arch/x86/lib/ |
D | reloc_x86_64_efi.c | 31 case DT_RELASZ: in _relocate()
|
/external/u-boot/arch/arm/lib/ |
D | reloc_aarch64_efi.c | 54 case DT_RELASZ: in _relocate()
|
/external/u-boot/arch/riscv/lib/ |
D | reloc_riscv_efi.c | 66 case DT_RELASZ: in _relocate()
|
/external/elfutils/tests/ |
D | alldts.c | 48 DT_RELASZ, DT_RELAENT, DT_STRSZ, DT_SYMENT, in main()
|
/external/u-boot/tools/ |
D | prelink-riscv.inc | 69 else if (dyn->d_tag == DT_RELASZ)
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 82 #define DT_RELASZ 8 macro
|
/external/u-boot/include/ |
D | elf.h | 506 #define DT_RELASZ 8 /* size of relocation table */ macro
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 1043 DT_RELASZ = 8, // Size of Rela relocation table. enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1097 DT_RELASZ = 8, // Size of Rela relocation table. enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1099 DT_RELASZ = 8, // Size of Rela relocation table. enumerator
|
/external/elfutils/src/ |
D | elflint.c | 1608 [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()
|
D | readelf.c | 1827 case DT_RELASZ: in handle_dynamic()
|
/external/kmod/port-gnu/ |
D | elf.h | 707 #define DT_RELASZ 8 /* Total size of Rela relocs */ macro
|
/external/elfutils/libelf/ |
D | elf.h | 849 #define DT_RELASZ 8 /* Total size of Rela relocs */ macro
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1406 case ELF::DT_RELASZ: in parseDynamicTable() 1696 case DT_RELASZ: in printValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1490 case ELF::DT_RELASZ: in parseDynamicTable() 1799 case DT_RELASZ: in printValue()
|