Searched refs:FLG_SY_TENTSYM (Results 1 – 3 of 3) sorted by relevance
393 sdp->sd_flags |= (nsdflags & (FLG_SY_SPECSEC | FLG_SY_TENTSYM)); in sym_override()721 if (sdp->sd_flags & FLG_SY_TENTSYM) in sym_realtent()723 if (nsdflags & FLG_SY_TENTSYM) in sym_realtent()1095 if (osdflags & FLG_SY_TENTSYM)1135 nsdflags |= FLG_SY_TENTSYM;1141 nsdflags |= FLG_SY_TENTSYM;1158 nsdflags |= FLG_SY_TENTSYM;
464 sdp->sd_flags |= FLG_SY_TENTSYM; in ld_sym_enter()468 sdp->sd_flags |= FLG_SY_TENTSYM; in ld_sym_enter()544 sdp->sd_flags |= FLG_SY_TENTSYM; in ld_sym_enter()
1312 #define FLG_SY_TENTSYM 0x04000000 /* tentative symbol */ macro