Searched refs:DT_RELA (Results 1 – 18 of 18) sorted by relevance
/external/elfutils/src/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/src/ |
D | elflint.c | 1571 [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()
|
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 | 995 DT_RELA = 7, // Address of relocation table (Rela entries). enumerator
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 850 } else if (Value == DT_RELA) { in printValue() 859 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/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.cpp | 81 else if (type == DT_RELA) in ELFRelocation()
|
/external/elfutils/src/libelf/ |
D | elf.h | 681 #define DT_RELA 7 /* Address of Rela relocs */ macro
|
/external/elfutils/src/po/ |
D | uk.po | 1870 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n" 1873 "DT_RELA\n"
|
D | en@boldquot.po | 1863 "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"
|
D | en@quot.po | 1857 "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"
|
D | pl.po | 1853 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n" 1856 "DT_RELA\n"
|
D | es.po | 1870 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n" 1873 "DT_RELA\n"
|
D | elfutils.pot | 1769 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
|
D | de.po | 1794 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
|
D | ja.po | 1863 "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
|