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

/external/chromium_org/third_party/libvpx/include/
H A Delf.h95 #define DT_RELAENT 9 macro
/external/kernel-headers/original/uapi/linux/
H A Delf.h82 #define DT_RELAENT 9 macro
/external/elfutils/0.153/src/
H A Delflint.c1545 [DT_RELA] = { [DT_RELASZ] = true, [DT_RELAENT] = true },
1547 [DT_RELAENT] = { [DT_RELA] = true },
1795 if ((has_dt[DT_RELA] || has_dt[DT_RELASZ] || has_dt[DT_RELAENT])
1796 && (!has_dt[DT_RELA] || !has_dt[DT_RELASZ] || !has_dt[DT_RELAENT]))
1800 "DT_RELA", "DT_RELASZ", "DT_RELAENT");
H A Dldgeneric.c6803 assert (DT_RELAENT - DT_RELA == 2);
H A Dreadelf.c1432 case DT_RELAENT:
/external/qemu/include/
H A Delf.h144 #define DT_RELAENT 9 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.h1666 DT_RELAENT = 9, // Size of a Rela relocation entry. enumerator in enum:llvm::ELF::__anon25604
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp884 case DT_RELAENT:
/external/elfutils/0.153/libelf/
H A Delf.h667 #define DT_RELAENT 9 /* Size of one Rela reloc */ macro
/external/valgrind/main/perf/
H A Dtinycc.c636 #define DT_RELAENT 9 /* Size of one Rela reloc */ macro

Completed in 2427 milliseconds