Searched refs:PT_PHDR (Results 1 – 18 of 18) sorted by relevance
3 header PT_PHDR PHDRS ;
4 header PT_PHDR PHDRS ; /* OK */
3 header PT_PHDR FILEHDR PHDRS ;
319 && (segment)->p_type != PT_PHDR)) \
426 #define PT_PHDR 6 /* Entry for header table itself */ macro
807 * internal.h (ELF_IS_SECTION_IN_SEGMENT): PT_PHDR program headers
180 headers PT_PHDR PHDRS ;
2704 phdr_seg = this->make_output_segment(elfcpp::PT_PHDR, elfcpp::PF_R); in finalize()3317 if (type1 == elfcpp::PT_PHDR) in segment_precedes()3319 gold_assert(type2 != elfcpp::PT_PHDR); in segment_precedes()3322 if (type2 == elfcpp::PT_PHDR) in segment_precedes()
3268 PHDR_TYPE(PT_PHDR),
2693 if (m->p_type == PT_PHDR) in elf64_hppa_modify_segment_map()2702 m->p_type = PT_PHDR; in elf64_hppa_modify_segment_map()
1175 case PT_PHDR: pt = "PHDR"; break; in get_segment_type()2588 case PT_PHDR: in bfd_section_from_phdr()3947 m->p_type = PT_PHDR; in _bfd_elf_map_sections_to_segments()
1113 && ((*pm)->p_type == PT_PHDR in elfNN_ia64_modify_segment_map()
12109 && ((*pm)->p_type == PT_PHDR in _bfd_mips_elf_modify_segment_map()12140 && ((*pm)->p_type == PT_PHDR in _bfd_mips_elf_modify_segment_map()12170 && ((*pm)->p_type == PT_PHDR in _bfd_mips_elf_modify_segment_map()
215 (map_sections_to_segments): Set includes_phdrs for PT_PHDR218 includes_phdrs. Remove special handling of PT_PHDR and first221 when appropriate. Remove special handling of PT_PHDR segment.
1334 a PT_PHDR program headers.
474 PT_PHDR = 6,
3348 case PT_PHDR: return "PHDR"; in get_segment_type()
5116 @item @code{PT_PHDR} (6)5143 headers PT_PHDR PHDRS ;