Home
last modified time | relevance | path

Searched refs:DT_JMPREL (Results 1 – 23 of 23) sorted by relevance

/dragonfly/contrib/file/src/
H A Dreadelf.h485 #define DT_JMPREL 23 /* Address of relocations associated with PLT */ macro
/dragonfly/sys/sys/
H A Delf_common.h522 #define DT_JMPREL 23 /* Address of PLT relocations. */ macro
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h733 #define DT_JMPREL 23 macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h766 #define DT_JMPREL 23 macro
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h970 #define DT_JMPREL 23 macro
/dragonfly/contrib/binutils-2.27/bfd/
H A Delf32-or1k.c1763 case DT_JMPREL: in or1k_elf_finish_dynamic_sections()
2604 || ! add_dynamic_entry (DT_JMPREL, 0)) in or1k_elf_size_dynamic_sections()
H A Delf32-i386.c3497 || !add_dynamic_entry (DT_JMPREL, 0)) in elf_i386_size_dynamic_sections()
5711 case DT_JMPREL: in elf_i386_finish_dynamic_sections()
H A Delf64-x86-64.c3904 || !add_dynamic_entry (DT_JMPREL, 0)) in elf_x86_64_size_dynamic_sections()
6163 case DT_JMPREL: in elf_x86_64_finish_dynamic_sections()
H A Delf.c1640 case DT_JMPREL: name = "JMPREL"; break; in _bfd_elf_print_private_bfd_data()
/dragonfly/sys/kern/
H A Dlink_elf.c277 case DT_JMPREL: in parse_dynamic()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delfxx-x86.c1355 || !add_dynamic_entry (DT_JMPREL, 0)) in _bfd_x86_elf_size_dynamic_sections()
1495 case DT_JMPREL: in _bfd_x86_elf_finish_dynamic_sections()
H A Delf.c1777 case DT_JMPREL: name = "JMPREL"; break; in _bfd_elf_print_private_bfd_data()
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h709 DT_JMPREL = 23,
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp.h706 DT_JMPREL = 23,
/dragonfly/contrib/elftoolchain/common/
H A Delfdefinitions.h126 _ELF_DEFINE_DT(DT_JMPREL, 23, \
/dragonfly/contrib/gdb-7/bfd/
H A Delf32-i386.c2967 || !add_dynamic_entry (DT_JMPREL, 0)) in elf_i386_size_dynamic_sections()
4784 case DT_JMPREL: in elf_i386_finish_dynamic_sections()
H A Delf64-x86-64.c3008 || !add_dynamic_entry (DT_JMPREL, 0)) in elf_x86_64_size_dynamic_sections()
4734 case DT_JMPREL: in elf_x86_64_finish_dynamic_sections()
H A Delf.c1276 case DT_JMPREL: name = "JMPREL"; break; in _bfd_elf_print_private_bfd_data()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dreadelf.c2002 case DT_JMPREL: return "JMPREL"; in get_dynamic_type()
6610 { "PLT", DT_JMPREL, DT_PLTRELSZ, UNKNOWN }
6645 if (dynamic_relocations [i].reloc == DT_JMPREL) in process_relocs()
9502 case DT_JMPREL : in process_dynamic_section()
14465 case DT_JMPREL: in process_mips_specific()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c2137 case DT_JMPREL: return "JMPREL"; in get_dynamic_type()
7253 { "PLT", DT_JMPREL, DT_PLTRELSZ, UNKNOWN }
7288 if (dynamic_relocations [i].reloc == DT_JMPREL) in process_relocs()
10343 case DT_JMPREL : in process_dynamic_section()
16561 case DT_JMPREL: in process_mips_specific()
/dragonfly/libexec/rtld-elf/
H A Drtld.c1016 case DT_JMPREL: in digest_dynamic1()
/dragonfly/contrib/binutils-2.27/gold/
H A Dlayout.cc4658 odyn->add_section_address(elfcpp::DT_JMPREL, plt_rel->output_section()); in add_target_dynamic_tags()
/dragonfly/contrib/binutils-2.34/gold/
H A Dlayout.cc5067 odyn->add_section_address(elfcpp::DT_JMPREL, plt_rel->output_section()); in add_target_dynamic_tags()