Lines Matching refs:LIB
121 * On non-VAX systems, use LIB$INITIALIZE to set a collection of C
148 /* LIB$INITIALIZE initialization function. */
158 /* Set the global flag to indicate that LIB$INITIALIZE worked. */
196 /* Get "decc_init()" into a valid, loaded LIB$INITIALIZE PSECT. */
200 /* Establish the LIB$INITIALIZE PSECTs, with proper alignment and
203 #pragma extern_model strict_refdef "LIB$INITIALIZ" 2, nopic, nowrt
205 #pragma extern_model strict_refdef "LIB$INITIALIZE" 2, nopic, nowrt
209 /* Fake reference to ensure loading the LIB$INITIALIZE PSECT. */
211 int LIB$INITIALIZE(void);
213 int dmy_lib$initialize = (int) LIB$INITIALIZE;