Searched refs:DT_RELASZ (Results 1 - 9 of 9) sorted by relevance

/external/grub/stage2/
H A Di386-elf.h222 #define DT_RELASZ 8 macro
/external/kernel-headers/original/linux/
H A Delf.h68 #define DT_RELASZ 8 macro
/external/elfutils/src/
H A Delflint.c1288 [DT_RELA] = { [DT_RELASZ] = true, [DT_RELAENT] = true },
1289 [DT_RELASZ] = { [DT_RELA] = true },
1460 if ((has_dt[DT_RELA] || has_dt[DT_RELASZ] || has_dt[DT_RELAENT])
1461 && (!has_dt[DT_RELA] || !has_dt[DT_RELASZ] || !has_dt[DT_RELAENT]))
1465 "DT_RELA", "DT_RELASZ", "DT_RELAENT");
H A Dreadelf.c1191 case DT_RELASZ:
H A Dldgeneric.c6055 assert (DT_RELASZ - DT_RELA == 1);
/external/llvm/include/llvm/Support/
H A DELF.h1043 DT_RELASZ = 8, // Size of Rela relocation table. enumerator in enum:llvm::ELF::__anon6509
/external/qemu/
H A Delf.h137 #define DT_RELASZ 8 macro
/external/elfutils/libelf/
H A Delf.h641 #define DT_RELASZ 8 /* Total size of Rela relocs */ macro
/external/valgrind/main/perf/
H A Dtinycc.c635 #define DT_RELASZ 8 /* Total size of Rela relocs */ macro

Completed in 116 milliseconds