Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c492 ofl->ofl_flags |= FLG_OF_OSABI; in new_section()
530 ofl->ofl_flags |= FLG_OF_OSABI; in new_section()
572 ofl->ofl_flags |= FLG_OF_OSABI; in new_section()
577 ofl->ofl_flags |= FLG_OF_OSABI; in new_section()
583 ofl->ofl_flags |= FLG_OF_OSABI; in new_section()
594 ofl->ofl_flags |= FLG_OF_OSABI; in new_section()
600 ofl->ofl_flags |= FLG_OF_OSABI; in new_section()
612 ofl->ofl_flags |= FLG_OF_OSABI; in new_section()
622 ofl->ofl_flags |= FLG_OF_OSABI; in new_section()
1321 ofl->ofl_flags |= FLG_OF_OSABI; in make_dynamic()
H A Doutfile.c445 ofl->ofl_flags |= FLG_OF_OSABI; in ld_create_outfile()
727 if (ofl->ofl_flags & FLG_OF_OSABI) { in ld_create_outfile()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h463 #define FLG_OF_OSABI 0x010000000000 /* tag object as ELFOSABI_SOLARIS */ macro