Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h420 #define PT_NULL 0 /* Program header table entry unused */ macro
/toolchain/binutils/binutils-2.25/gold/
Dscript.cc3262 PHDR_TYPE(PT_NULL),
3285 return elfcpp::PT_NULL; in script_phdr_string_to_type()
Dmips.cc8124 layout->make_output_segment(elfcpp::PT_NULL, 0); in do_finalize_sections()
/toolchain/binutils/binutils-2.25/bfd/
Delf.c1169 case PT_NULL: pt = "NULL"; break; in get_segment_type()
2566 case PT_NULL: in bfd_section_from_phdr()
5157 p->p_type = PT_NULL; in assign_file_positions_for_non_load_sections()
5774 segment->p_type = PT_NULL; in rewrite_elf_program_header()
5801 segment->p_type = PT_NULL; in rewrite_elf_program_header()
5821 segment2->p_type = PT_NULL; in rewrite_elf_program_header()
5843 if (segment->p_type == PT_NULL) in rewrite_elf_program_header()
DChangeLog-2007508 PT_NULL header when not linking.
840 (copy_elf_program_header): Copy PT_NULL segments.
Delfxx-mips.c12334 if ((*pm)->p_type == PT_NULL) in _bfd_mips_elf_modify_segment_map()
12342 m->p_type = PT_NULL; in _bfd_mips_elf_modify_segment_map()
DChangeLog-2006510 a PT_NULL header for dynamic objects.
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h468 PT_NULL = 0,
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c3342 case PT_NULL: return "NULL"; in get_segment_type()
/toolchain/binutils/binutils-2.25/ld/
Dld.texinfo5095 @item @code{PT_NULL} (0)