Home
last modified time | relevance | path

Searched refs:DT_RELA (Results 1 – 18 of 18) sorted by relevance

/external/elfutils/src/tests/
Dalldts.c47 DT_HASH, DT_STRTAB, DT_SYMTAB, DT_RELA, in main()
/external/kernel-headers/original/uapi/linux/
Delf.h80 #define DT_RELA 7 macro
/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()
1573 [DT_RELAENT] = { [DT_RELA] = true }, in check_dynamic()
1696 && dyn->d_un.d_val != DT_RELA) in check_dynamic()
1734 case DT_RELA: 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()
6795 assert (DT_RELAENT - DT_RELA == 2); in ld_generic_create_outfile()
/external/llvm/include/llvm/Support/
DELF.h995 DT_RELA = 7, // Address of relocation table (Rela entries). enumerator
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp850 } else if (Value == DT_RELA) { in printValue()
859 case DT_RELA: in printValue()
/external/ltrace/sysdeps/linux-gnu/ppc/
Dplt.c459 && elf_load_dynamic_entry(lte, DT_RELA, &rela) == 0 in arch_elf_init()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp81 else if (type == DT_RELA) in ELFRelocation()
/external/elfutils/src/libelf/
Delf.h681 #define DT_RELA 7 /* Address of Rela relocs */ macro
/external/elfutils/src/po/
Duk.po1870 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
1873 "DT_RELA\n"
Den@boldquot.po1863 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
1865 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
Den@quot.po1857 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
1859 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
Dpl.po1853 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
1856 "DT_RELA\n"
Des.po1870 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
1873 "DT_RELA\n"
Delfutils.pot1769 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
Dde.po1794 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
Dja.po1863 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
/external/valgrind/perf/
Dtinycc.c634 #define DT_RELA 7 /* Address of Rela relocs */ macro