Home
last modified time | relevance | path

Searched refs:PT_NOTE (Results 1 – 25 of 31) sorted by relevance

12

/dragonfly/contrib/binutils-2.34/include/elf/
H A Dinternal.h365 && (segment)->p_type != PT_NOTE) \
H A Dcommon.h459 #define PT_NOTE 4 /* Auxiliary information */ macro
/dragonfly/contrib/file/src/
H A Dreadelf.h201 #define PT_NOTE 4 macro
H A Dreadelf.c394 if (xph_type != PT_NOTE) in dophn_core()
1701 case PT_NOTE: in dophn_exec()
1769 case PT_NOTE: in dophn_exec()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delfcore.h404 if (i_phdr->p_type == PT_NOTE && i_phdr->p_filesz > 0) in NAME()
H A Delf.c1639 case PT_NOTE: pt = "NOTE"; break; in get_segment_type()
3087 case PT_NOTE: in bfd_section_from_phdr()
5038 m->p_type = PT_NOTE; in _bfd_elf_map_sections_to_segments()
5504 && m->p_type == PT_NOTE)) in assign_file_positions_for_load_sections()
5678 else if (p->p_type == PT_NOTE) in assign_file_positions_for_load_sections()
5752 || (p->p_type == PT_NOTE && bfd_get_format (abfd) == bfd_core)) in assign_file_positions_for_load_sections()
5840 if (p->p_type == PT_NOTE && bfd_get_format (abfd) == bfd_core) in assign_file_positions_for_load_sections()
6247 && (p->p_type != PT_NOTE in assign_file_positions_for_non_load_sections()
6840 (p->p_type == PT_NOTE \ in rewrite_elf_program_header()
/dragonfly/sys/sys/
H A Delf_common.h354 #define PT_NOTE 4 /* Auxiliary information */ macro
/dragonfly/contrib/gdb-7/include/elf/
H A Dcommon.h422 #define PT_NOTE 4 /* Auxiliary information */ macro
/dragonfly/contrib/gdb-7/gdb/
H A Dgcore.c370 p_type = PT_NOTE; in make_output_phdrs()
/dragonfly/libexec/rtld-elf/
H A Dmap_object.c156 case PT_NOTE: in map_object()
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dcommon.h430 #define PT_NOTE 4 /* Auxiliary information */ macro
/dragonfly/usr.bin/gcore/
H A Delfcore.c315 phdr->p_type = PT_NOTE; in elf_puthdr()
/dragonfly/contrib/binutils-2.34/binutils/
H A Delfedit.c145 if (phdrs[i].p_type == PT_NOTE) in update_gnu_property()
/dragonfly/sys/kern/
H A Dimgact_elf.c1375 phdr->p_type = PT_NOTE; in __elfN()
1680 if (phdr[i].p_type == PT_NOTE) { in __elfN()
/dragonfly/contrib/gdb-7/bfd/
H A Delf.c1143 case PT_NOTE: pt = "NOTE"; break; in get_segment_type()
2474 case PT_NOTE: in bfd_section_from_phdr()
4077 m->p_type = PT_NOTE; in _bfd_elf_map_sections_to_segments()
4457 && m->p_type == PT_NOTE)) in assign_file_positions_for_load_sections()
4575 else if (p->p_type == PT_NOTE) in assign_file_positions_for_load_sections()
4633 || (p->p_type == PT_NOTE && bfd_get_format (abfd) == bfd_core)) in assign_file_positions_for_load_sections()
4703 if (p->p_type == PT_NOTE && bfd_get_format (abfd) == bfd_core) in assign_file_positions_for_load_sections()
5043 && (p->p_type != PT_NOTE in assign_file_positions_for_non_load_sections()
5500 (p->p_type == PT_NOTE \ in rewrite_elf_program_header()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delf.c1502 case PT_NOTE: pt = "NOTE"; break; in get_segment_type()
2942 case PT_NOTE: in bfd_section_from_phdr()
4707 m->p_type = PT_NOTE; in _bfd_elf_map_sections_to_segments()
5103 && m->p_type == PT_NOTE)) in assign_file_positions_for_load_sections()
5221 else if (p->p_type == PT_NOTE) in assign_file_positions_for_load_sections()
5279 || (p->p_type == PT_NOTE && bfd_get_format (abfd) == bfd_core)) in assign_file_positions_for_load_sections()
5349 if (p->p_type == PT_NOTE && bfd_get_format (abfd) == bfd_core) in assign_file_positions_for_load_sections()
5691 && (p->p_type != PT_NOTE in assign_file_positions_for_non_load_sections()
6257 (p->p_type == PT_NOTE \ in rewrite_elf_program_header()
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp.h487 PT_NOTE = 4,
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp.h486 PT_NOTE = 4,
/dragonfly/contrib/elftoolchain/common/
H A Delfdefinitions.h902 _ELF_DEFINE_PT(PT_NOTE, 4, "auxiliary information") \
/dragonfly/contrib/binutils-2.27/gold/
H A Dlayout.cc2006 if ((*p)->type() == elfcpp::PT_NOTE in attach_allocated_section_to_segment()
2017 Output_segment* oseg = this->make_output_segment(elfcpp::PT_NOTE, in attach_allocated_section_to_segment()
H A Dscript.cc3268 PHDR_TYPE(PT_NOTE),
H A Dscript-sections.cc4056 Output_segment* oseg = layout->make_output_segment(elfcpp::PT_NOTE, in create_note_and_tls_segments()
/dragonfly/contrib/binutils-2.34/gold/
H A Dscript.cc3299 PHDR_TYPE(PT_NOTE),
H A Dlayout.cc2070 if ((*p)->type() == elfcpp::PT_NOTE in attach_allocated_section_to_segment()
2081 Output_segment* oseg = this->make_output_segment(elfcpp::PT_NOTE, in attach_allocated_section_to_segment()
H A Dscript-sections.cc4149 Output_segment* oseg = layout->make_output_segment(elfcpp::PT_NOTE, in create_note_and_tls_segments()

12