Home
last modified time | relevance | path

Searched refs:PT_GNU_SFRAME (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/include/elf/
Dinternal.h342 || (segment)->p_type == PT_GNU_SFRAME \
Dcommon.h492 #define PT_GNU_SFRAME (PT_LOOS + 0x474e554) /* SFrame stack trace information */ macro
/netbsd/src/external/gpl3/binutils/dist/include/elf/
Dinternal.h342 || (segment)->p_type == PT_GNU_SFRAME \
Dcommon.h492 #define PT_GNU_SFRAME (PT_LOOS + 0x474e554) /* SFrame stack trace information */ macro
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf.c1641 case PT_GNU_SFRAME: pt = "SFRAME"; break; in get_segment_type()
3603 case PT_GNU_SFRAME: in bfd_section_from_phdr()
5736 m->p_type = PT_GNU_SFRAME; in _bfd_elf_map_sections_to_segments()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf.c1619 case PT_GNU_SFRAME: pt = "SFRAME"; break; in get_segment_type()
3597 case PT_GNU_SFRAME: in bfd_section_from_phdr()
5715 m->p_type = PT_GNU_SFRAME; in _bfd_elf_map_sections_to_segments()
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dreadelf.c5103 case PT_GNU_SFRAME: return "GNU_SFRAME"; in get_segment_type()
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git89928 own: PT_GNU_SFRAME. A new segment is not added, however, if the
89965 PT_GNU_SFRAME.
89991 PT_GNU_SFRAME.
90004 * elf/common.h (PT_GNU_SFRAME): New definition.
90006 type PT_GNU_SFRAME.