| /freebsd-10-stable/sys/boot/efi/loader/arch/amd64/ |
| D | reloc.c | 67 case DT_REL: in _reloc()
|
| /freebsd-10-stable/sys/boot/common/ |
| D | self_reloc.c | 84 case DT_REL: in self_reloc()
|
| D | load_elf.c | 597 case DT_REL: in __elfN()
|
| /freebsd-10-stable/sys/compat/linux/ |
| D | linux_vdso.c | 174 case DT_REL: in __elfN()
|
| /freebsd-10-stable/contrib/binutils/include/elf/ |
| D | common.h | 566 #define DT_REL 17 macro
|
| /freebsd-10-stable/sys/xen/interface/ |
| D | elfstructs.h | 436 #define DT_REL 17 /* address of rel. tbl. w addends */ macro
|
| /freebsd-10-stable/sys/kern/ |
| D | link_elf.c | 491 int plttype = DT_REL; in parse_dynamic() 522 case DT_REL: in parse_dynamic() 550 if (plttype != DT_REL && plttype != DT_RELA) in parse_dynamic()
|
| /freebsd-10-stable/libexec/rtld-elf/arm/ |
| D | reloc.c | 98 case DT_REL: in _rtld_relocate_nonplt_self()
|
| /freebsd-10-stable/contrib/llvm/tools/llvm-readobj/ |
| D | ELFDumper.cpp | 707 if (Value == DT_REL) { in printValue() 722 case DT_REL: in printValue()
|
| /freebsd-10-stable/usr.bin/elfdump/ |
| D | elfdump.c | 195 case DT_REL: return "DT_REL"; in d_tags() 910 case DT_REL: in elf_print_dynamic()
|
| /freebsd-10-stable/libexec/rtld-elf/mips/ |
| D | reloc.c | 154 case DT_REL: in _rtld_relocate_nonplt_self()
|
| /freebsd-10-stable/usr.sbin/kldxref/ |
| D | ef.c | 315 case DT_REL: in ef_parse_dynamic()
|
| /freebsd-10-stable/sys/sys/ |
| D | elf_common.h | 544 #define DT_REL 17 /* Address of ElfNN_Rel relocations. */ macro
|
| /freebsd-10-stable/contrib/binutils/bfd/ |
| D | elf32-i386.c | 2071 || !add_dynamic_entry (DT_PLTREL, DT_REL) in elf_i386_size_dynamic_sections() 2078 if (!add_dynamic_entry (DT_REL, 0) in elf_i386_size_dynamic_sections() 3644 case DT_REL: in elf_i386_finish_dynamic_sections()
|
| D | elf32-arm.c | 8720 htab->use_rel ? DT_REL : DT_RELA) in elf32_arm_size_dynamic_sections() 8729 if (!add_dynamic_entry (DT_REL, 0) in elf32_arm_size_dynamic_sections() 9165 case DT_REL: in elf32_arm_finish_dynamic_sections() 9178 type = ((dyn.d_tag == DT_REL || dyn.d_tag == DT_RELSZ) in elf32_arm_finish_dynamic_sections()
|
| D | elf32-score.c | 3101 if (!SCORE_ELF_ADD_DYNAMIC_ENTRY (info, DT_REL, 0)) in _bfd_score_elf_size_dynamic_sections()
|
| D | elflink.c | 10220 case DT_REL: in bfd_elf_final_link() 10224 if (dyn.d_tag == DT_REL || dyn.d_tag == DT_RELSZ) in bfd_elf_final_link()
|
| D | ChangeLog-2006 | 3070 instead of DT_REL* tags on RELA targets.
|
| D | elf.c | 1257 case DT_REL: name = "REL"; break; in _bfd_elf_print_private_bfd_data()
|
| D | elfxx-mips.c | 7620 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_REL, 0)) in _bfd_mips_elf_size_dynamic_sections()
|
| D | ChangeLog-0203 | 5238 unchanged. Don't assume linker script is sane, adjust DT_REL too.
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Support/ |
| D | ELF.h | 1632 DT_REL = 17, // Address of relocation table (Rel entries). enumerator
|
| /freebsd-10-stable/libexec/rtld-elf/ |
| D | rtld.c | 909 int plttype = DT_REL; in digest_dynamic1() 919 case DT_REL: in digest_dynamic1() 954 assert(dynp->d_un.d_val == DT_REL || plttype == DT_RELA); in digest_dynamic1()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| D | ObjectFileELF.cpp | 83 if (type == DT_REL) in ELFRelocation()
|
| /freebsd-10-stable/contrib/binutils/binutils/ |
| D | readelf.c | 1530 case DT_REL: return "REL"; in get_dynamic_type() 4637 { "REL", DT_REL, DT_RELSZ, FALSE }, 4677 case DT_REL: in process_relocs() 6222 case DT_REL : in process_dynamic_section()
|