Home
last modified time | relevance | path

Searched refs:FLG_OF1_IGNPRC (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c294 if (((ofl->ofl_flags1 & FLG_OF1_IGNPRC) == 0) || in ignore_section_processing()
352 if ((ofl->ofl_flags1 & FLG_OF1_IGNPRC) == 0) in ignore_section_processing()
3253 if (DBG_ENABLED || (ofl->ofl_flags1 & FLG_OF1_IGNPRC)) { in ld_make_sections()
H A Dplace.c1419 if (ifl && ((ofl->ofl_flags1 & FLG_OF1_IGNPRC) || DBG_ENABLED)) { in ld_place_section()
H A Dargs.c1422 ofl->ofl_flags1 |= FLG_OF1_IGNPRC; in parseopt_pass1()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h516 #define FLG_OF1_IGNPRC 0x0008000000 /* ignore processing required */ macro