Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
Dphdrs.t3 header PT_PHDR PHDRS ;
Dphdrs3.t4 header PT_PHDR PHDRS ; /* OK */
Dsize-2.t3 header PT_PHDR FILEHDR PHDRS ;
/toolchain/binutils/binutils-2.25/include/elf/
Dinternal.h319 && (segment)->p_type != PT_PHDR)) \
Dcommon.h426 #define PT_PHDR 6 /* Entry for header table itself */ macro
DChangeLog807 * internal.h (ELF_IS_SECTION_IN_SEGMENT): PT_PHDR program headers
/toolchain/binutils/binutils-2.25/ld/scripttempl/
Delf32sh-symbian.sc180 headers PT_PHDR PHDRS ;
/toolchain/binutils/binutils-2.25/gold/
Dlayout.cc2704 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()
Dscript.cc3268 PHDR_TYPE(PT_PHDR),
/toolchain/binutils/binutils-2.25/bfd/
Delf64-hppa.c2693 if (m->p_type == PT_PHDR) in elf64_hppa_modify_segment_map()
2702 m->p_type = PT_PHDR; in elf64_hppa_modify_segment_map()
Delf.c1175 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()
Delfnn-ia64.c1113 && ((*pm)->p_type == PT_PHDR in elfNN_ia64_modify_segment_map()
Delfxx-mips.c12109 && ((*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()
DChangeLog-9495215 (map_sections_to_segments): Set includes_phdrs for PT_PHDR
218 includes_phdrs. Remove special handling of PT_PHDR and first
221 when appropriate. Remove special handling of PT_PHDR segment.
DChangeLog-98991334 a PT_PHDR program headers.
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h474 PT_PHDR = 6,
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c3348 case PT_PHDR: return "PHDR"; in get_segment_type()
/toolchain/binutils/binutils-2.25/ld/
Dld.texinfo5116 @item @code{PT_PHDR} (6)
5143 headers PT_PHDR PHDRS ;