Home | History | Annotate | Download | only in src

Lines Matching refs:INITIALIZE

119  * On non-VAX systems, use LIB$INITIALIZE to set a collection of C
146 /* LIB$INITIALIZE initialization function. */
156 /* Set the global flag to indicate that LIB$INITIALIZE worked. */
194 /* Get "decc_init()" into a valid, loaded LIB$INITIALIZE PSECT. */
198 /* Establish the LIB$INITIALIZE PSECTs, with proper alignment and
203 #pragma extern_model strict_refdef "LIB$INITIALIZE" 2, nopic, nowrt
207 /* Fake reference to ensure loading the LIB$INITIALIZE PSECT. */
209 int LIB$INITIALIZE(void);
211 int dmy_lib$initialize = (int) LIB$INITIALIZE;