Home
last modified time | relevance | path

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

/external/elfutils/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/
Delflint.c1591 [DT_RELA] = { [DT_RELASZ] = true, [DT_RELAENT] = true }, in check_dynamic()
1592 [DT_RELASZ] = { [DT_RELA] = true }, in check_dynamic()
1593 [DT_RELAENT] = { [DT_RELA] = true }, in check_dynamic()
1723 && dyn->d_un.d_val != DT_RELA) in check_dynamic()
1761 case DT_RELA: in check_dynamic()
1849 if ((has_dt[DT_RELA] || has_dt[DT_RELASZ] || has_dt[DT_RELAENT]) in check_dynamic()
1850 && (!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.h1070 DT_RELA = 7, // Address of relocation table (Rela entries). enumerator
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp946 case ELF::DT_RELA: in ELFDumper()
1451 } else if (Value == DT_RELA) { in printValue()
1460 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/elfutils/libelf/
Delf.h707 #define DT_RELA 7 /* Address of Rela relocs */ macro
/external/elfutils/po/
Duk.po1998 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
2001 "DT_RELA\n"
Des.po2000 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
2003 "DT_RELA\n"
Dpl.po1971 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
1974 "DT_RELA\n"
Dit.po1588 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
Dzh_CN.po1588 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
Dru.po1587 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
Dfr.po1587 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
Dnl.po1588 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
Dde.po1916 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
Dja.po1992 "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