Searched refs:DT_REL (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.h90 #define DT_REL 17 macro
/external/elfutils/src/
H A Delflint.c1598 [DT_REL] = { [DT_RELSZ] = true, [DT_RELENT] = true },
1599 [DT_RELSZ] = { [DT_REL] = true },
1600 [DT_RELENT] = { [DT_REL] = true },
1722 if (dyn->d_tag == DT_PLTREL && dyn->d_un.d_val != DT_REL
1725 section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"),
1760 case DT_REL:
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 Di386_ld.c518 return DT_REL;
H A Dldgeneric.c2434 int rel_type = REL_TYPE (&ld_state) == DT_REL ? SHT_REL : SHT_RELA;
4501 outdata->d_type = (REL_TYPE (&ld_state) == DT_REL
6790 assert (DT_RELSZ - DT_REL == 1);
6796 assert (DT_RELENT - DT_REL == 2);
6799 rel == DT_REL
/external/llvm/include/llvm/Support/
H A DELF.h1080 DT_REL = 17, // Address of relocation table (Rel entries). enumerator in enum:llvm::ELF::__anon12052
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1448 if (Value == DT_REL) {
1463 case DT_REL:
/external/elfutils/libelf/
H A Delf.h717 #define DT_REL 17 /* Address of Rel relocs */ macro
/external/valgrind/perf/
H A Dtinycc.c644 #define DT_REL 17 /* Address of Rel relocs */ macro
19670 put_dt(dynamic, DT_REL, rel_addr);

Completed in 177 milliseconds