Home
last modified time | relevance | path

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

12

/external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
Dreloc_ia32.c50 case DT_REL: in _relocate()
/external/syslinux/com32/lib/sys/module/i386/
Delf_module.c290 if (dyn_entry->d_un.d_val != DT_REL) { in resolve_symbols()
299 case DT_REL: in resolve_symbols()
/external/syslinux/com32/lib/sys/module/x86_64/
Delf_module.c293 if (dyn_entry->d_un.d_val != DT_REL && dyn_entry->d_un.d_val != DT_RELA) { in resolve_symbols()
303 case DT_REL: in resolve_symbols()
/external/syslinux/com32/include/sys/
Delfcommon.h79 #define DT_REL 17 /* Address of Rel relocs */ macro
/external/elfutils/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/
Delflint.c1598 [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()
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/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h1052 DT_REL = 17, // Address of relocation table (Rel entries). enumerator
/external/llvm/include/llvm/Support/
DELF.h1108 DT_REL = 17, // Address of relocation table (Rel entries). enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1106 DT_REL = 17, // Address of relocation table (Rel entries). enumerator
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1415 case ELF::DT_REL: in parseDynamicTable()
1425 if (Dyn.getVal() == DT_REL) in parseDynamicTable()
1651 if (Value == DT_REL) { in printValue()
1666 case DT_REL: in printValue()
/external/syslinux/gnu-efi/gnu-efi-3.0/
DREADME.gnuefi322 dynamic relocation information, which can be found in the DT_REL,
/external/kmod/port-gnu/
Delf.h716 #define DT_REL 17 /* Address of Rel relocs */ macro
/external/elfutils/libelf/
Delf.h717 #define DT_REL 17 /* Address of Rel relocs */ macro
/external/elfutils/po/
Duk.po1998 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
2000 "розділ [%2d] «%s»: запис %zu: значенням DT_PLTREL має бути DT_REL або "
Des.po2000 "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 "
Dpl.po1971 "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 "
Dnl.po1588 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
Dit.po1588 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
Dru.po1587 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
Dfr.po1587 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
Dzh_CN.po1588 "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()

12