Searched refs:DT_REL (Results 1 – 18 of 18) sorted by relevance
/external/elfutils/src/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/src/ |
D | elflint.c | 1578 [DT_REL] = { [DT_RELSZ] = true, [DT_RELENT] = true }, in check_dynamic() 1579 [DT_RELSZ] = { [DT_REL] = true }, in check_dynamic() 1580 [DT_RELENT] = { [DT_REL] = true }, in check_dynamic() 1695 if (dyn->d_tag == DT_PLTREL && dyn->d_un.d_val != DT_REL in check_dynamic() 1733 case DT_REL: in check_dynamic() 1829 if ((has_dt[DT_REL] || has_dt[DT_RELSZ] || has_dt[DT_RELENT]) in check_dynamic() 1830 && (!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 | 1005 DT_REL = 17, // Address of relocation table (Rel entries). enumerator
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 847 if (Value == DT_REL) { in printValue() 862 case DT_REL: in printValue()
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.cpp | 79 if (type == DT_REL) in ELFRelocation()
|
/external/elfutils/src/libelf/ |
D | elf.h | 691 #define DT_REL 17 /* Address of Rel 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" 1872 "розділ [%2d] «%s»: запис %zu: значенням DT_PLTREL має бути DT_REL або "
|
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 | 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 | es.po | 1870 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n" 1872 "Sección [%2d] '%s': entrada %zu: el valor DT_PLTREL debe ser DT_REL or "
|
D | pl.po | 1853 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n" 1855 "sekcja [%2d] \"%s\": wpis %zu: wartość DT_PLTREL musi wynosić DT_REL lub "
|
D | elfutils.pot | 1769 "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"
|
D | de.po | 1794 "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()
|