/external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/ |
D | reloc_ia32.c | 50 case DT_REL: in _relocate()
|
/external/syslinux/com32/lib/sys/module/i386/ |
D | elf_module.c | 290 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/ |
D | elf_module.c | 293 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/ |
D | elfcommon.h | 79 #define DT_REL 17 /* Address of Rel relocs */ macro
|
/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/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 1052 DT_REL = 17, // Address of relocation table (Rel entries). enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1108 DT_REL = 17, // Address of relocation table (Rel entries). enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1106 DT_REL = 17, // Address of relocation table (Rel entries). enumerator
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1415 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/ |
D | README.gnuefi | 322 dynamic relocation information, which can be found in the DT_REL,
|
/external/kmod/port-gnu/ |
D | elf.h | 716 #define DT_REL 17 /* Address of Rel relocs */ macro
|
/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 | 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 | 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 | nl.po | 1588 "section [%2d] '%s': entry %zu: DT_PLTREL value must be DT_REL or DT_RELA\n"
|
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 | 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"
|
/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()
|