Home
last modified time | relevance | path

Searched refs:PT_PHDR (Results 1 – 25 of 28) sorted by relevance

12

/dragonfly/contrib/gdb-7/include/elf/
H A Dinternal.h320 && (segment)->p_type != PT_PHDR)) \
H A Dcommon.h424 #define PT_PHDR 6 /* Entry for header table itself */ macro
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dinternal.h332 && (segment)->p_type != PT_PHDR)) \
H A Dcommon.h461 #define PT_PHDR 6 /* Entry for header table itself */ macro
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dinternal.h327 && (segment)->p_type != PT_PHDR)) \
H A Dcommon.h432 #define PT_PHDR 6 /* Entry for header table itself */ macro
/dragonfly/contrib/file/src/
H A Dreadelf.h203 #define PT_PHDR 6 macro
/dragonfly/sys/sys/
H A Delf_common.h356 #define PT_PHDR 6 /* Entry for header table itself */ macro
/dragonfly/libexec/rtld-elf/
H A Dmap_object.c134 case PT_PHDR: in map_object()
H A Drtld.c1340 if (ph->p_type != PT_PHDR) in digest_phdr()
/dragonfly/sys/platform/pc64/conf/
H A Dldscript.x86_6410 headers PT_PHDR PHDRS ;
/dragonfly/sys/platform/vkernel64/conf/
H A Dldscript.x86_6410 headers PT_PHDR PHDRS ;
/dragonfly/contrib/gdb-7/gdb/
H A Dsolib-svr4.c413 if (p_type == PT_PHDR) in read_program_header()
450 if (p_type == PT_PHDR) in read_program_header()
/dragonfly/sys/kern/
H A Dlink_elf.c517 case PT_PHDR: in link_elf_load_file()
H A Dimgact_elf.c801 case PT_PHDR: /* Program header table info */ in __CONCAT()
/dragonfly/contrib/binutils-2.27/gold/
H A Dlayout.cc2702 phdr_seg = this->make_output_segment(elfcpp::PT_PHDR, elfcpp::PF_R); in finalize()
3258 if (type1 == elfcpp::PT_PHDR) in segment_precedes()
3260 gold_assert(type2 != elfcpp::PT_PHDR); in segment_precedes()
3263 if (type2 == elfcpp::PT_PHDR) in segment_precedes()
H A Dscript.cc3270 PHDR_TYPE(PT_PHDR),
/dragonfly/contrib/binutils-2.34/gold/
H A Dlayout.cc3001 phdr_seg = this->make_output_segment(elfcpp::PT_PHDR, elfcpp::PF_R); in finalize()
3649 if (type1 == elfcpp::PT_PHDR) in segment_precedes()
3651 gold_assert(type2 != elfcpp::PT_PHDR); in segment_precedes()
3654 if (type2 == elfcpp::PT_PHDR) in segment_precedes()
H A Dscript.cc3301 PHDR_TYPE(PT_PHDR),
/dragonfly/contrib/binutils-2.34/bfd/
H A Delf.c1641 case PT_PHDR: pt = "PHDR"; break; in get_segment_type()
3098 case PT_PHDR: in bfd_section_from_phdr()
4754 m->p_type = PT_PHDR; in _bfd_elf_map_sections_to_segments()
5926 if (p->p_type == PT_PHDR in assign_file_positions_for_load_sections()
6252 if (p->p_type == PT_PHDR) in assign_file_positions_for_non_load_sections()
7425 if (map->p_type == PT_PHDR) in rewrite_elf_program_header()
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h489 PT_PHDR = 6,
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp.h488 PT_PHDR = 6,
/dragonfly/contrib/elftoolchain/common/
H A Delfdefinitions.h904 _ELF_DEFINE_PT(PT_PHDR, 6, \
/dragonfly/contrib/gdb-7/bfd/
H A Delf.c1145 case PT_PHDR: pt = "PHDR"; break; in get_segment_type()
2484 case PT_PHDR: in bfd_section_from_phdr()
3839 m->p_type = PT_PHDR; in _bfd_elf_map_sections_to_segments()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delf.c1504 case PT_PHDR: pt = "PHDR"; break; in get_segment_type()
2952 case PT_PHDR: in bfd_section_from_phdr()
4457 m->p_type = PT_PHDR; in _bfd_elf_map_sections_to_segments()

12