Searched defs:DT_RELENT (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Delf.h92 #define DT_RELENT 19 macro
/external/llvm/include/llvm/Support/
H A DELF.h1082 DT_RELENT = 19, // Size of a Rel relocation entry. enumerator in enum:llvm::ELF::__anon12052
/external/elfutils/libelf/
H A Delf.h719 #define DT_RELENT 19 /* Size of one Rel reloc */ macro
/external/valgrind/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 105 milliseconds