Home
last modified time | relevance | path

Searched refs:FLG_OS_EHFRAME (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dplace.c694 if ((osp->os_flags & FLG_OS_EHFRAME) == 0) in eh_frame_muldef()
1222 (is_ehframe && (osp->os_flags & FLG_OS_EHFRAME)) || in ld_place_section()
1397 osp->os_flags |= FLG_OS_EHFRAME; in ld_place_section()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1022 #define FLG_OS_EHFRAME 0x08 /* section is .eh_frame */ macro