Searched refs:DT_REL (Results 1 – 19 of 19) sorted by relevance
/external/elfutils/tests/ |
D | alldts.c | 50 DT_SYMBOLIC, DT_REL, DT_RELSZ, DT_RELENT, in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 90 #define DT_REL 17 macro
|
/external/elfutils/src/ |
D | elflint.c | 1598 [DT_REL] = { [DT_RELSZ] = true, [DT_RELENT] = true }, in check_dynamic() 1599 [DT_RELSZ] = { [DT_REL] = true }, in check_dynamic() 1600 [DT_RELENT] = { [DT_REL] = true }, in check_dynamic() 1722 if (dyn->d_tag == DT_PLTREL && dyn->d_un.d_val != DT_REL in check_dynamic() 1760 case DT_REL: in check_dynamic() 1856 if ((has_dt[DT_REL] || has_dt[DT_RELSZ] || has_dt[DT_RELENT]) in check_dynamic() 1857 && (!has_dt[DT_REL] || !has_dt[DT_RELSZ] || !has_dt[DT_RELENT])) in check_dynamic()
|
D | i386_ld.c | 518 return DT_REL; in elf_i386_rel_type()
|
D | ldgeneric.c | 2434 int rel_type = REL_TYPE (&ld_state) == DT_REL ? SHT_REL : SHT_RELA; in ld_generic_generate_sections() 4501 outdata->d_type = (REL_TYPE (&ld_state) == DT_REL in ld_generic_create_outfile() 6790 assert (DT_RELSZ - DT_REL == 1); in ld_generic_create_outfile() 6796 assert (DT_RELENT - DT_REL == 2); in ld_generic_create_outfile() 6799 rel == DT_REL in ld_generic_create_outfile()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1080 DT_REL = 17, // Address of relocation table (Rel entries). enumerator
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1448 if (Value == DT_REL) { in printValue() 1463 case DT_REL: in printValue()
|
/external/elfutils/libelf/ |
D | elf.h | 717 #define DT_REL 17 /* Address of Rel 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" 2000 "розділ [%2d] «%s»: запис %zu: значенням DT_PLTREL має бути DT_REL або "
|
D | pl.po | 1971 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n" 1973 "sekcja [%2d] „%s”: wpis %zu: wartość DT_PLTREL musi wynosić DT_REL lub "
|
D | es.po | 2000 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n" 2002 "Sección [%2d] '%s': entrada %zu: el valor DT_PLTREL debe ser DT_REL or "
|
D | it.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 | nl.po | 1588 "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 | zh_CN.po | 1588 "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"
|
D | de.po | 1916 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
|
/external/valgrind/perf/ |
D | tinycc.c | 644 #define DT_REL 17 /* Address of Rel relocs */ macro 19668 put_dt(dynamic, DT_REL, rel_addr); in tcc_output_file()
|