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

/external/elfutils/tests/
H A Dalldts.c50 DT_SYMBOLIC, DT_REL, DT_RELSZ, DT_RELENT,
/external/kernel-headers/original/uapi/linux/
H A Delf.h91 #define DT_RELSZ 18 macro
/external/llvm/include/llvm/Support/
H A DELF.h1081 DT_RELSZ = 18, // Size of Rel relocation table. enumerator in enum:llvm::ELF::__anon12046
/external/elfutils/src/
H A Delflint.c1598 [DT_REL] = { [DT_RELSZ] = true, [DT_RELENT] = true },
1599 [DT_RELSZ] = { [DT_REL] = true },
1856 if ((has_dt[DT_REL] || has_dt[DT_RELSZ] || has_dt[DT_RELENT])
1857 && (!has_dt[DT_REL] || !has_dt[DT_RELSZ] || !has_dt[DT_RELENT]))
1861 "DT_REL", "DT_RELSZ", "DT_RELENT");
H A Dldgeneric.c6790 assert (DT_RELSZ - DT_REL == 1);
H A Dreadelf.c1732 case DT_RELSZ:
/external/elfutils/libelf/
H A Delf.h718 #define DT_RELSZ 18 /* Total size of Rel relocs */ macro
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1496 case DT_RELSZ:
/external/valgrind/perf/
H A Dtinycc.c645 #define DT_RELSZ 18 /* Total size of Rel relocs */ macro
19671 put_dt(dynamic, DT_RELSZ, rel_size);

Completed in 422 milliseconds