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

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_relocations.cpp172 // We handle only Rel or Rela, but not both. If DT_RELA or DT_RELASZ
216 case DT_RELASZ:
219 (tag == DT_RELASZ) ? "DT_RELASZ" : "DT_RELSZ",
222 *error = "Unsupported DT_RELASZ/DT_RELSZ combination in dyn section";
226 if (tag == DT_RELASZ)
/external/chromium_org/third_party/libvpx/include/
H A Delf.h93 #define DT_RELASZ 8 macro
/external/kernel-headers/original/uapi/linux/
H A Delf.h81 #define DT_RELASZ 8 macro
/external/elfutils/0.153/src/
H A Delflint.c1545 [DT_RELA] = { [DT_RELASZ] = true, [DT_RELAENT] = true },
1546 [DT_RELASZ] = { [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.c6797 assert (DT_RELASZ - DT_RELA == 1);
H A Dreadelf.c1429 case DT_RELASZ:
/external/ltrace/sysdeps/linux-gnu/ppc/
H A Dplt.c460 && elf_load_dynamic_entry(lte, DT_RELASZ, &relasz) == 0
/external/qemu/include/
H A Delf.h143 #define DT_RELASZ 8 macro
/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.cc770 // DT_RELSZ or DT_RELASZ indicate the overall size of relocations.
772 if (tag == DT_RELSZ || tag == DT_RELASZ) {
/external/llvm/include/llvm/Support/
H A DELF.h1665 DT_RELASZ = 8, // Size of Rela relocation table. enumerator in enum:llvm::ELF::__anon25604
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp883 case DT_RELASZ:
/external/elfutils/0.153/libelf/
H A Delf.h666 #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 342 milliseconds