Searched refs:COMMON (Results 1 – 25 of 263) sorted by relevance
1234567891011
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | as.h | 253 #ifndef COMMON 255 #define COMMON /* Declare our COMMONs storage here. */ macro 257 #define COMMON extern /* Our commons live elsewhere. */ macro 285 COMMON subsegT now_subseg; 288 COMMON segT now_seg; 382 COMMON unsigned char flag_no_comments; /* -f */ 383 COMMON unsigned char flag_debug; /* -D */ 384 COMMON unsigned char flag_signed_overflow_ok; /* -J */ 386 COMMON unsigned char flag_warn_displacement; /* -K */ 390 COMMON int flag_keep_locals; /* -L */ [all …]
|
| H A D | frags.h | 111 COMMON fragS *frag_now; 116 COMMON fragS zero_address_frag; 118 COMMON fragS bss_address_frag;
|
| H A D | emul.h | 39 COMMON struct emulation * this_emulation;
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | as.h | 236 #ifndef COMMON 238 #define COMMON /* declare our COMMONs storage here. */ macro 240 #define COMMON extern /* our commons live elsewhere */ macro 305 COMMON subsegT now_subseg; 308 COMMON segT now_seg; 419 COMMON unsigned char flag_no_comments; /* -f */ 420 COMMON unsigned char flag_debug; /* -D */ 421 COMMON unsigned char flag_signed_overflow_ok; /* -J */ 423 COMMON unsigned char flag_warn_displacement; /* -K */ 427 COMMON int flag_keep_locals; /* -L */ [all …]
|
| H A D | write.h | 173 COMMON fixS *text_fix_root, *text_fix_tail; /* Chains fixSs. */ 174 COMMON fixS *data_fix_root, *data_fix_tail; /* Chains fixSs. */ 175 COMMON fixS *bss_fix_root, *bss_fix_tail; /* Chains fixSs. */ 179 COMMON fixS **seg_fix_rootP, **seg_fix_tailP; /* -> one of above. */
|
| H A D | frags.h | 108 COMMON fragS *frag_now; 113 COMMON fragS zero_address_frag; 115 COMMON fragS bss_address_frag;
|
| H A D | emul.h | 39 COMMON struct emulation * this_emulation;
|
| /openbsd-src/usr.bin/vi/docs/ |
| H A D | TODO | 4 COMMON: There's a serious problem with error returns -- we need to separate 19 COMMON: It's known that it's possible to sync the backing files in the 25 COMMON: The complete list of POSIX.1 calls that can return EINTR are: 35 COMMON: The vi main command loop should use the general-purpose overflow 44 COMMON: Open mode is not yet implemented. 46 COMMON: ^C isn't passed to the shell in the script windows as an interrupt 49 COMMON: The options: 58 COMMON: If you run out of space in the recovery directory, the recovery 61 COMMON: Should "view" set a lock on the file? 63 COMMON: Field editing shouldn't be hard to add to nvi: [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | symbol.def | 118 ANY, ACTUALARG, ADJUSTABLE, ADJUSTS, ANYLEN, ANYSIZE, ARRAY, COMMON, 148 Unrelated: ADJUSTABLE, ADJUSTS, ANYSIZE, CBLOCK, COMMON, EQUIV, INIT, 165 Cannot be combined with: ADJUSTABLE, ADJUSTS, COMMON, EQUIV, EXTERNAL, 184 DIMENSION, COMMON, or type-specification statement. 191 Can be combined with: ADJUSTS, ANY, COMMON, DUMMY, EQUIV, INIT, 232 Cannot be combined with: ACTUALARG=, ADJUSTS+, ANYLEN, COMMON+, EQUIV+, 256 Cannot be combined with: ADJUSTS, ANYSIZE, COMMON, EQUIV, EXTERNAL, 275 type-statement-decl, a DIMENSION statement, or a COMMON statement. 291 Can be combined with: ADJUSTABLE+, ANY, ANYLEN-, ANYSIZE+, COMMON+, 306 /* COMMON block. [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/scripttempl/ |
| H A D | maxqcoff.sc | 24 *(COMMON) 31 *(COMMON)
|
| H A D | st2000.sc | 16 *(COMMON)
|
| H A D | i960.sc | 21 *(COMMON)
|
| H A D | ebmon29k.sc | 22 *(COMMON)
|
| H A D | mipsbsd.sc | 26 *(COMMON)
|
| H A D | dlx.sc | 26 *(COMMON)
|
| H A D | tic30aout.sc | 29 *(COMMON)
|
| H A D | i386msdos.sc | 32 *(COMMON)
|
| /openbsd-src/sys/arch/hppa/conf/ |
| H A D | ld.script | 81 *(COMMON) *($COMMON$)
|
| /openbsd-src/gnu/usr.bin/binutils/ld/scripttempl/ |
| H A D | st2000.sc | 16 *(COMMON)
|
| H A D | i960.sc | 21 *(COMMON)
|
| H A D | ebmon29k.sc | 22 *(COMMON)
|
| H A D | dlx.sc | 26 *(COMMON)
|
| H A D | mipsbsd.sc | 26 *(COMMON)
|
| H A D | tic30aout.sc | 29 *(COMMON)
|
| H A D | i386msdos.sc | 32 *(COMMON)
|
1234567891011