Searched refs:FLG_OF1_IGNPRC (Results 1 – 4 of 4) sorted by relevance
291 if (((ofl->ofl_flags1 & FLG_OF1_IGNPRC) == 0) || in ignore_section_processing()349 if ((ofl->ofl_flags1 & FLG_OF1_IGNPRC) == 0) in ignore_section_processing()3167 if (DBG_ENABLED || (ofl->ofl_flags1 & FLG_OF1_IGNPRC)) { in ld_make_sections()
1289 if (ifl && ((ofl->ofl_flags1 & FLG_OF1_IGNPRC) || DBG_ENABLED)) { in ld_place_section()
1380 ofl->ofl_flags1 |= FLG_OF1_IGNPRC; in parseopt_pass1()
509 #define FLG_OF1_IGNPRC 0x0008000000 /* ignore processing required */ macro