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

/external/chromium_org/third_party/libvpx/include/
H A Delf.h107 #define DT_RELENT 19 macro
/external/kernel-headers/original/uapi/linux/
H A Delf.h92 #define DT_RELENT 19 macro
/external/elfutils/0.153/src/
H A Delflint.c1552 [DT_REL] = { [DT_RELSZ] = true, [DT_RELENT] = true },
1554 [DT_RELENT] = { [DT_REL] = true },
1802 if ((has_dt[DT_REL] || has_dt[DT_RELSZ] || has_dt[DT_RELENT])
1803 && (!has_dt[DT_REL] || !has_dt[DT_RELSZ] || !has_dt[DT_RELENT]))
1807 "DT_REL", "DT_RELSZ", "DT_RELENT");
H A Dldgeneric.c6804 assert (DT_RELENT - DT_REL == 2);
H A Dreadelf.c1434 case DT_RELENT:
/external/qemu/include/
H A Delf.h154 #define DT_RELENT 19 macro
/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.cc791 // DT_RELENT and DT_RELAENT do not change, but make sure they are what
793 if (tag == DT_RELENT || tag == DT_RELAENT) {
/external/llvm/include/llvm/Support/
H A DELF.h1676 DT_RELENT = 19, // Size of a Rel relocation entry. enumerator in enum:llvm::ELF::__anon25604
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp888 case DT_RELENT:
/external/elfutils/0.153/libelf/
H A Delf.h677 #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 180 milliseconds