Home
last modified time | relevance | path

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

/external/elfutils/src/tests/
Dalldts.c48 DT_RELASZ, DT_RELAENT, DT_STRSZ, DT_SYMENT, in main()
/external/kernel-headers/original/uapi/linux/
Delf.h81 #define DT_RELASZ 8 macro
/external/llvm/include/llvm/Support/
DELF.h996 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/src/src/
Delflint.c1571 [DT_RELA] = { [DT_RELASZ] = true, [DT_RELAENT] = true }, in check_dynamic()
1572 [DT_RELASZ] = { [DT_RELA] = true }, in check_dynamic()
1822 if ((has_dt[DT_RELA] || has_dt[DT_RELASZ] || has_dt[DT_RELAENT]) in check_dynamic()
1823 && (!has_dt[DT_RELA] || !has_dt[DT_RELASZ] || !has_dt[DT_RELAENT])) in check_dynamic()
Dldgeneric.c6789 assert (DT_RELASZ - DT_RELA == 1); in ld_generic_create_outfile()
Dreadelf.c1642 case DT_RELASZ: in handle_dynamic()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp887 case DT_RELASZ: in printValue()
/external/elfutils/src/libelf/
Delf.h682 #define DT_RELASZ 8 /* Total size of Rela relocs */ macro
/external/valgrind/perf/
Dtinycc.c635 #define DT_RELASZ 8 /* Total size of Rela relocs */ macro