Searched refs:nopic (Results 1 - 5 of 5) sorted by relevance
/third_party/curl/src/ |
H A D | tool_vms.c | 201 other attributes. Note that "nopic" is significant only on VAX. */ 203 #pragma extern_model strict_refdef "LIB$INITIALIZ" 2, nopic, nowrt 205 #pragma extern_model strict_refdef "LIB$INITIALIZE" 2, nopic, nowrt
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | vms_decc_init.c | 140 * attributes. Note that "nopic" is significant only on VAX. 150 # pragma extern_model strict_refdef "LIB$INITIALIZ" PSECT_ALIGN, nopic, nowrt 153 # pragma extern_model strict_refdef "LIB$INITIALIZE" PSECT_ALIGN, nopic, nowrt
|
/third_party/openssl/apps/ |
H A D | vms_decc_init.c | 140 * attributes. Note that "nopic" is significant only on VAX. 150 # pragma extern_model strict_refdef "LIB$INITIALIZ" PSECT_ALIGN, nopic, nowrt 153 # pragma extern_model strict_refdef "LIB$INITIALIZE" PSECT_ALIGN, nopic, nowrt
|
/third_party/curl/packages/vms/ |
H A D | curl_crtl_init.c | 299 #pragma extern_model strict_refdef "LIB$INITIALIZE" nowrt, long, nopic
|
/third_party/ffmpeg/libavformat/ |
H A D | avformat.c | 435 int nopic = 0; in match_stream_specifier() local 443 case 'V': type = AVMEDIA_TYPE_VIDEO; nopic = 1; break; in match_stream_specifier() 451 if (nopic && (st->disposition & AV_DISPOSITION_ATTACHED_PIC)) in match_stream_specifier()
|
Completed in 4 milliseconds