Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/libld/common/
H A Dsections.c211 if ((ofl->ofl_flags & FLG_OF_ADJOSCNT) == 0) in adjust_os_count()
395 ofl->ofl_flags |= FLG_OF_ADJOSCNT; in ignore_section_processing()
3177 if (ofl->ofl_flags & FLG_OF_ADJOSCNT) in ld_make_sections()
H A Dplace.c1121 ofl->ofl_flags |= FLG_OF_ADJOSCNT; in ld_place_section()
/titanic_44/usr/src/cmd/sgs/include/
H A Dlibld.h459 #define FLG_OF_ADJOSCNT 0x020000000000 /* adjust ofl_shdrcnt to accommodate */ macro