Searched defs:ofl_flags (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_support.c803 mf->mf_ofl->ofl_flags |= FLG_OF_EC_FILES;
831 if (ofl->ofl_flags & FLG_OF_RELOBJ)
832 ofl->ofl_flags |= FLG_OF_VERDEF;
850 ofl->ofl_flags |= FLG_OF_VERDEF;
904 ofl_flag_t ofl_flags; /* 0, or ofl flags to add */ member in struct:__anon1719
965 mf->mf_ofl->ofl_flags |= scope->ofl_flags;
982 mf->mf_ofl->ofl_flags |= (FLG_OF_VERDEF | FLG_OF_AUTOLCL);
985 mf->mf_ofl->ofl_flags |= (FLG_OF_VERDEF | FLG_OF_AUTOELM);
1034 if (!(mf->mf_ofl->ofl_flags
[all...]
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h305 ofl_flag_t ofl_flags; /* various state bits, args etc. */ member in struct:ofl_desc
552 #define OFL_ALLOW_DYNSYM(_ofl) (((_ofl)->ofl_flags & \
562 #define OFL_ALLOW_LDYNSYM(_ofl) (((_ofl)->ofl_flags & \
570 #define OFL_DO_RELOC(_ofl) (((_ofl)->ofl_flags & FLG_OF_RELOBJ) || \
576 #define OFL_IS_STATIC_EXEC(_ofl) (((_ofl)->ofl_flags & \
584 #define OFL_IS_STATIC_OBJ(_ofl) ((_ofl)->ofl_flags & \

Completed in 68 milliseconds