Home
last modified time | relevance | path

Searched refs:DT_REL (Results 1 – 18 of 18) sorted by relevance

/external/elfutils/src/tests/
Dalldts.c50 DT_SYMBOLIC, DT_REL, DT_RELSZ, DT_RELENT, in main()
/external/kernel-headers/original/uapi/linux/
Delf.h90 #define DT_REL 17 macro
/external/elfutils/src/src/
Delflint.c1578 [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()
Di386_ld.c518 return DT_REL; in elf_i386_rel_type()
Dldgeneric.c2434 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/
DELF.h1005 DT_REL = 17, // Address of relocation table (Rel entries). enumerator
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp847 if (Value == DT_REL) { in printValue()
862 case DT_REL: in printValue()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp79 if (type == DT_REL) in ELFRelocation()
/external/elfutils/src/libelf/
Delf.h691 #define DT_REL 17 /* Address of Rel relocs */ macro
/external/elfutils/src/po/
Duk.po1870 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
1872 "розділ [%2d] «%s»: запис %zu: значенням DT_PLTREL має бути DT_REL або "
Den@quot.po1857 "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"
Den@boldquot.po1863 "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"
Des.po1870 "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 "
Dpl.po1853 "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 "
Delfutils.pot1769 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
Dja.po1863 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
Dde.po1794 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
/external/valgrind/perf/
Dtinycc.c644 #define DT_REL 17 /* Address of Rel relocs */ macro
19668 put_dt(dynamic, DT_REL, rel_addr); in tcc_output_file()