Searched refs:DT_RELASZ (Results 1 – 17 of 17) sorted by relevance
/external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/ |
D | reloc_x86_64.c | 58 case DT_RELASZ: in _relocate()
|
D | reloc_ia64.S | 62 #define DT_RELASZ 8 /* Total size of Rela relocs */ macro 133 cmp.eq Prelasz,p0 = DT_RELASZ,d_tag
|
/external/syslinux/com32/include/sys/ |
D | elfcommon.h | 70 #define DT_RELASZ 8 /* Total size of Rela relocs */ macro
|
/external/elfutils/tests/ |
D | alldts.c | 48 DT_RELASZ, DT_RELAENT, DT_STRSZ, DT_SYMENT, in main()
|
/external/syslinux/com32/lib/sys/module/x86_64/ |
D | elf_module.c | 312 case DT_RELASZ: in resolve_symbols()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 81 #define DT_RELASZ 8 macro
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 1043 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/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1097 DT_RELASZ = 8, // Size of Rela relocation table. enumerator
|
/external/elfutils/src/ |
D | elflint.c | 1591 [DT_RELA] = { [DT_RELASZ] = true, [DT_RELAENT] = true }, in check_dynamic() 1592 [DT_RELASZ] = { [DT_RELA] = true }, in check_dynamic() 1849 if ((has_dt[DT_RELA] || has_dt[DT_RELASZ] || has_dt[DT_RELAENT]) in check_dynamic() 1850 && (!has_dt[DT_RELA] || !has_dt[DT_RELASZ] || !has_dt[DT_RELAENT])) in check_dynamic()
|
D | ldgeneric.c | 6789 assert (DT_RELASZ - DT_RELA == 1); in ld_generic_create_outfile()
|
D | readelf.c | 1730 case DT_RELASZ: in handle_dynamic()
|
/external/syslinux/gnu-efi/gnu-efi-3.0/ |
D | README.gnuefi | 324 DT_RELASZ, and DT_RELAENT in the case of rela relocations, as is the
|
/external/kmod/port-gnu/ |
D | elf.h | 707 #define DT_RELASZ 8 /* Total size of Rela relocs */ macro
|
/external/elfutils/libelf/ |
D | elf.h | 708 #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/valgrind/perf/ |
D | tinycc.c | 635 #define DT_RELASZ 8 /* Total size of Rela relocs */ macro
|