Home
last modified time | relevance | path

Searched refs:FLG_IS_EHFRAME (Results 1 – 3 of 3) sorted by path

/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h950 #define FLG_IS_EHFRAME 0x1000 /* section is .eh_frame */ macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c1489 *is_flags |= FLG_IS_EHFRAME; in process_progbits_alloc()
2363 if (isc->is_osdesc && (isc->is_flags & FLG_IS_EHFRAME) && in process_progbits_final()
2829 FLG_IS_EHFRAME; in process_elf()
H A Dplace.c821 Boolean is_ehframe = (isp->is_flags & FLG_IS_EHFRAME) != 0; in ld_place_section()