Home
last modified time | relevance | path

Searched refs:PT_INTERP (Results 1 – 25 of 29) sorted by relevance

12

/dragonfly/contrib/file/src/
H A Dreadelf.h200 #define PT_INTERP 3 macro
H A Dreadelf.c1713 case PT_INTERP: in dophn_exec()
1759 case PT_INTERP: in dophn_exec()
/dragonfly/sys/sys/
H A Delf_common.h353 #define PT_INTERP 3 /* Program interpreter */ macro
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h421 #define PT_INTERP 3 /* Program interpreter */ macro
/dragonfly/libexec/rtld-elf/
H A Dmap_object.c121 case PT_INTERP: in map_object()
H A Drtld.c1354 case PT_INTERP: in digest_phdr()
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h429 #define PT_INTERP 3 /* Program interpreter */ macro
/dragonfly/sys/platform/pc64/conf/
H A Dldscript.x86_6411 interp PT_INTERP ;
/dragonfly/sys/platform/vkernel64/conf/
H A Dldscript.x86_6411 interp PT_INTERP ;
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h458 #define PT_INTERP 3 /* Program interpreter */ macro
/dragonfly/contrib/binutils-2.27/gold/
H A Dlayout.cc2049 this->make_output_segment(elfcpp::PT_INTERP, seg_flags); in attach_allocated_section_to_segment()
3268 if (type1 == elfcpp::PT_INTERP) in segment_precedes()
3270 gold_assert(type2 != elfcpp::PT_INTERP); in segment_precedes()
3273 if (type2 == elfcpp::PT_INTERP) in segment_precedes()
5266 else if (type == elfcpp::PT_INTERP) in make_output_segment()
H A Dscript.cc3267 PHDR_TYPE(PT_INTERP),
H A Dscript-sections.cc4104 Output_segment* oseg = layout->make_output_segment(elfcpp::PT_INTERP, in create_note_and_tls_segments()
/dragonfly/contrib/binutils-2.34/gold/
H A Dlayout.cc2113 this->make_output_segment(elfcpp::PT_INTERP, seg_flags); in attach_allocated_section_to_segment()
3659 if (type1 == elfcpp::PT_INTERP) in segment_precedes()
3661 gold_assert(type2 != elfcpp::PT_INTERP); in segment_precedes()
3664 if (type2 == elfcpp::PT_INTERP) in segment_precedes()
5717 else if (type == elfcpp::PT_INTERP) in make_output_segment()
H A Dscript.cc3298 PHDR_TYPE(PT_INTERP),
H A Dscript-sections.cc4197 Output_segment* oseg = layout->make_output_segment(elfcpp::PT_INTERP, in create_note_and_tls_segments()
/dragonfly/sys/kern/
H A Dlink_elf.c524 case PT_INTERP: in link_elf_load_file()
H A Dimgact_elf.c654 if (phdr[i].p_type == PT_INTERP) { in __CONCAT()
/dragonfly/contrib/gdb-7/gdb/
H A Dsolib-svr4.c522 buf = read_program_header (PT_INTERP, NULL, NULL); in find_program_interpreter()
/dragonfly/contrib/gdb-7/bfd/
H A Delf.c1142 case PT_INTERP: pt = "INTERP"; break; in get_segment_type()
2471 case PT_INTERP: in bfd_section_from_phdr()
3853 m->p_type = PT_INTERP; in _bfd_elf_map_sections_to_segments()
5613 if (segment->p_type == PT_INTERP) in rewrite_elf_program_header()
6318 && (segment->p_type == PT_INTERP || segment->p_type == PT_DYNAMIC)) in copy_private_bfd_data()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delf.c1501 case PT_INTERP: pt = "INTERP"; break; in get_segment_type()
2939 case PT_INTERP: in bfd_section_from_phdr()
4471 m->p_type = PT_INTERP; in _bfd_elf_map_sections_to_segments()
6370 if (segment->p_type == PT_INTERP) in rewrite_elf_program_header()
7073 && (segment->p_type == PT_INTERP || segment->p_type == PT_DYNAMIC)) in copy_private_bfd_data()
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h486 PT_INTERP = 3,
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp.h485 PT_INTERP = 3,
/dragonfly/contrib/elftoolchain/common/
H A Delfdefinitions.h901 _ELF_DEFINE_PT(PT_INTERP, 3, "names an interpreter") \
/dragonfly/contrib/binutils-2.34/bfd/
H A Delf.c1638 case PT_INTERP: pt = "INTERP"; break; in get_segment_type()
3084 case PT_INTERP: in bfd_section_from_phdr()
4767 m->p_type = PT_INTERP; in _bfd_elf_map_sections_to_segments()
6952 if (segment->p_type == PT_INTERP) in rewrite_elf_program_header()
7665 && (segment->p_type == PT_INTERP || segment->p_type == PT_DYNAMIC)) in copy_private_bfd_data()

12