Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DELF.cpp64 case DT_RELSZ: in getTypeString()
127 case DT_RELSZ: in printValue()
/external/grub/stage2/
Di386-elf.h232 #define DT_RELSZ 18 macro
/external/qemu/
Delf.h147 #define DT_RELSZ 18 macro
/external/elfutils/src/
Delflint.c1514 [DT_REL] = { [DT_RELSZ] = true, [DT_RELENT] = true }, in check_dynamic()
1515 [DT_RELSZ] = { [DT_REL] = true }, in check_dynamic()
1642 if (dyn->d_tag == DT_RELSZ) in check_dynamic()
1777 if ((has_dt[DT_REL] || has_dt[DT_RELSZ] || has_dt[DT_RELENT]) in check_dynamic()
1778 && (!has_dt[DT_REL] || !has_dt[DT_RELSZ] || !has_dt[DT_RELENT])) in check_dynamic()
Dreadelf.c1356 case DT_RELSZ: in handle_dynamic()
Dldgeneric.c6801 assert (DT_RELSZ - DT_REL == 1); in ld_generic_create_outfile()
/external/llvm/include/llvm/Support/
DELF.h1370 DT_RELSZ = 18, // Size of Rel relocation table. enumerator
/external/elfutils/libelf/
Delf.h670 #define DT_RELSZ 18 /* Total size of Rel relocs */ macro
/external/valgrind/main/perf/
Dtinycc.c645 #define DT_RELSZ 18 /* Total size of Rel relocs */ macro
19669 put_dt(dynamic, DT_RELSZ, rel_size); in tcc_output_file()