Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dplace.c1371 if ((ofl->ofl_flags & FLG_OF_EHFRAME) && in ld_place_section()
1376 ofl->ofl_flags |= FLG_OF_EHFRAME; in ld_place_section()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h470 #define FLG_OF_EHFRAME 0x200000000000 /* output contains .eh_frame section */ macro