Home
last modified time | relevance | path

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

/external/chromium_org/third_party/android_crazy_linker/src/src/
Dcrazy_linker_elf_relocations.cpp216 case DT_RELASZ: in Init()
219 (tag == DT_RELASZ) ? "DT_RELASZ" : "DT_RELSZ", in Init()
226 if (tag == DT_RELASZ) in Init()
/external/chromium_org/third_party/libvpx/include/
Delf.h93 #define DT_RELASZ 8 macro
/external/kernel-headers/original/uapi/linux/
Delf.h81 #define DT_RELASZ 8 macro
/external/qemu/include/
Delf.h143 #define DT_RELASZ 8 macro
/external/llvm/include/llvm/Support/
DELF.h1665 DT_RELASZ = 8, // Size of Rela relocation table. enumerator
/external/ltrace/sysdeps/linux-gnu/ppc/
Dplt.c460 && elf_load_dynamic_entry(lte, DT_RELASZ, &relasz) == 0 in arch_elf_init()
/external/elfutils/0.153/src/
Delflint.c1545 [DT_RELA] = { [DT_RELASZ] = true, [DT_RELAENT] = true }, in check_dynamic()
1546 [DT_RELASZ] = { [DT_RELA] = true }, in check_dynamic()
1795 if ((has_dt[DT_RELA] || has_dt[DT_RELASZ] || has_dt[DT_RELAENT]) in check_dynamic()
1796 && (!has_dt[DT_RELA] || !has_dt[DT_RELASZ] || !has_dt[DT_RELAENT])) in check_dynamic()
Dldgeneric.c6797 assert (DT_RELASZ - DT_RELA == 1); in ld_generic_create_outfile()
Dreadelf.c1429 case DT_RELASZ: in handle_dynamic()
/external/chromium_org/tools/relocation_packer/src/
Delf_file.cc772 if (tag == DT_RELSZ || tag == DT_RELASZ) { in AdjustDynamicSectionForHole()
/external/elfutils/0.153/libelf/
Delf.h666 #define DT_RELASZ 8 /* Total size of Rela relocs */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp883 case DT_RELASZ: in printValue()
/external/valgrind/main/perf/
Dtinycc.c635 #define DT_RELASZ 8 /* Total size of Rela relocs */ macro