Home
last modified time | relevance | path

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

/dragonfly/contrib/file/src/
H A Dreadelf.h197 #define PT_NULL 0 /* p_type */ macro
/dragonfly/sys/sys/
H A Delf_common.h350 #define PT_NULL 0 /* Program header table entry unused */ macro
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h418 #define PT_NULL 0 /* Program header table entry unused */ macro
/dragonfly/contrib/gdb-7/gdb/
H A Dgcore.c372 p_type = PT_NULL; in make_output_phdrs()
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h426 #define PT_NULL 0 /* Program header table entry unused */ macro
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dcommon.h455 #define PT_NULL 0 /* Program header table entry unused */ macro
/dragonfly/contrib/binutils-2.34/gold/
H A Dscript.cc3295 PHDR_TYPE(PT_NULL),
3318 return elfcpp::PT_NULL; in script_phdr_string_to_type()
/dragonfly/contrib/binutils-2.27/gold/
H A Dscript.cc3264 PHDR_TYPE(PT_NULL),
3287 return elfcpp::PT_NULL; in script_phdr_string_to_type()
H A Dmips.cc9721 layout->make_output_segment(elfcpp::PT_NULL, 0); in do_finalize_sections()
/dragonfly/contrib/gdb-7/bfd/
H A Delf.c1139 case PT_NULL: pt = "NULL"; break; in get_segment_type()
2462 case PT_NULL: in bfd_section_from_phdr()
5032 p->p_type = PT_NULL; in assign_file_positions_for_non_load_sections()
5627 segment->p_type = PT_NULL; in rewrite_elf_program_header()
5654 segment->p_type = PT_NULL; in rewrite_elf_program_header()
5674 segment2->p_type = PT_NULL; in rewrite_elf_program_header()
5696 if (segment->p_type == PT_NULL) in rewrite_elf_program_header()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delf.c1635 case PT_NULL: pt = "NULL"; break; in get_segment_type()
3071 case PT_NULL: in bfd_section_from_phdr()
5311 if (m1->p_type == PT_NULL) in elf_sort_segments()
5313 if (m2->p_type == PT_NULL) in elf_sort_segments()
6966 segment->p_type = PT_NULL; in rewrite_elf_program_header()
6993 segment->p_type = PT_NULL; in rewrite_elf_program_header()
7013 segment2->p_type = PT_NULL; in rewrite_elf_program_header()
7033 if (segment->p_type == PT_NULL) in rewrite_elf_program_header()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delf.c1498 case PT_NULL: pt = "NULL"; break; in get_segment_type()
2930 case PT_NULL: in bfd_section_from_phdr()
5679 p->p_type = PT_NULL; in assign_file_positions_for_non_load_sections()
6384 segment->p_type = PT_NULL; in rewrite_elf_program_header()
6411 segment->p_type = PT_NULL; in rewrite_elf_program_header()
6431 segment2->p_type = PT_NULL; in rewrite_elf_program_header()
6453 if (segment->p_type == PT_NULL) in rewrite_elf_program_header()
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h483 PT_NULL = 0,
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp.h482 PT_NULL = 0,
/dragonfly/contrib/elftoolchain/common/
H A Delfdefinitions.h897 _ELF_DEFINE_PT(PT_NULL, 0, "ignored entry") \
/dragonfly/contrib/binutils-2.27/binutils/
H A Dreadelf.c3712 case PT_NULL: return "NULL"; in get_segment_type()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c3985 case PT_NULL: return "NULL"; in get_segment_type()
/dragonfly/contrib/binutils-2.27/ld/
H A Dld.texinfo5281 @item @code{PT_NULL} (0)