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

/external/grub/stage2/
H A Di386-elf.h233 #define DT_RELENT 19 macro
/external/elfutils/src/
H A Delflint.c1514 [DT_REL] = { [DT_RELSZ] = true, [DT_RELENT] = true },
1516 [DT_RELENT] = { [DT_REL] = true },
1777 if ((has_dt[DT_REL] || has_dt[DT_RELSZ] || has_dt[DT_RELENT])
1778 && (!has_dt[DT_REL] || !has_dt[DT_RELSZ] || !has_dt[DT_RELENT]))
1782 "DT_REL", "DT_RELSZ", "DT_RELENT");
H A Dreadelf.c1359 case DT_RELENT:
H A Dldgeneric.c6807 assert (DT_RELENT - DT_REL == 2);
/external/llvm/include/llvm/Support/
H A DELF.h1502 DT_RELENT = 19, // Size of a Rel relocation entry. enumerator in enum:llvm::ELF::__anon21013
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp744 case DT_RELENT:
/external/qemu/
H A Delf.h148 #define DT_RELENT 19 macro
/external/elfutils/libelf/
H A Delf.h671 #define DT_RELENT 19 /* Size of one Rel reloc */ macro
/external/valgrind/main/perf/
H A Dtinycc.c646 #define DT_RELENT 19 /* Size of one Rel reloc */ macro
19672 put_dt(dynamic, DT_RELENT, sizeof(Elf32_Rel));

Completed in 167 milliseconds