Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/libld/common/
H A Dplace.c673 Boolean is_ehframe = (isp->is_flags & FLG_IS_EHFRAME) != 0; in ld_place_section()
H A Dfiles.c1448 *is_flags |= FLG_IS_EHFRAME; in process_progbits_alloc()
2322 if (isc->is_osdesc && (isc->is_flags & FLG_IS_EHFRAME) && in process_progbits_final()
2787 FLG_IS_EHFRAME; in process_elf()
/titanic_44/usr/src/cmd/sgs/include/
H A Dlibld.h941 #define FLG_IS_EHFRAME 0x1000 /* section is .eh_frame */ macro