Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DELF.cpp68 case DT_RELASZ: in getTypeString()
123 case DT_RELASZ: in printValue()
/external/grub/stage2/
Di386-elf.h222 #define DT_RELASZ 8 macro
/external/qemu/
Delf.h137 #define DT_RELASZ 8 macro
/external/llvm/include/llvm/Support/
DELF.h1360 DT_RELASZ = 8, // Size of Rela relocation table. enumerator
/external/elfutils/src/
Delflint.c1507 [DT_RELA] = { [DT_RELASZ] = true, [DT_RELAENT] = true }, in check_dynamic()
1508 [DT_RELASZ] = { [DT_RELA] = true }, in check_dynamic()
1770 if ((has_dt[DT_RELA] || has_dt[DT_RELASZ] || has_dt[DT_RELAENT]) in check_dynamic()
1771 && (!has_dt[DT_RELA] || !has_dt[DT_RELASZ] || !has_dt[DT_RELAENT])) in check_dynamic()
Dreadelf.c1354 case DT_RELASZ: in handle_dynamic()
Dldgeneric.c6800 assert (DT_RELASZ - DT_RELA == 1); in ld_generic_create_outfile()
/external/elfutils/libelf/
Delf.h660 #define DT_RELASZ 8 /* Total size of Rela relocs */ macro
/external/valgrind/main/perf/
Dtinycc.c635 #define DT_RELASZ 8 /* Total size of Rela relocs */ macro