Searched refs:DT_RELA (Results 1 – 19 of 19) sorted by relevance
/external/elfutils/tests/ |
D | alldts.c | 47 DT_HASH, DT_STRTAB, DT_SYMTAB, DT_RELA, in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 80 #define DT_RELA 7 macro
|
/external/elfutils/src/ |
D | elflint.c | 1591 [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()
|
D | ldgeneric.c | 6789 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/ |
D | ELF.h | 1070 DT_RELA = 7, // Address of relocation table (Rela entries). enumerator
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 946 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/ |
D | plt.c | 459 && elf_load_dynamic_entry(lte, DT_RELA, &rela) == 0 in arch_elf_init()
|
/external/elfutils/libelf/ |
D | elf.h | 707 #define DT_RELA 7 /* Address of Rela relocs */ macro
|
/external/elfutils/po/ |
D | uk.po | 1998 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n" 2001 "DT_RELA\n"
|
D | es.po | 2000 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n" 2003 "DT_RELA\n"
|
D | pl.po | 1971 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n" 1974 "DT_RELA\n"
|
D | it.po | 1588 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
|
D | zh_CN.po | 1588 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
|
D | ru.po | 1587 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
|
D | fr.po | 1587 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
|
D | nl.po | 1588 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
|
D | de.po | 1916 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
|
D | ja.po | 1992 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
|
/external/valgrind/perf/ |
D | tinycc.c | 634 #define DT_RELA 7 /* Address of Rela relocs */ macro
|