Home
last modified time | relevance | path

Searched refs:COMMON (Results 1 – 25 of 26) sorted by relevance

12

/dflybsd-src/contrib/binutils-2.27/gas/
H A Das.h189 #ifndef COMMON
191 #define COMMON /* Declare our COMMONs storage here. */ macro
193 #define COMMON extern /* Our commons live elsewhere. */ macro
225 COMMON subsegT now_subseg;
228 COMMON segT now_seg;
322 COMMON unsigned char flag_no_comments; /* -f */
323 COMMON unsigned char flag_debug; /* -D */
324 COMMON unsigned char flag_signed_overflow_ok; /* -J */
326 COMMON unsigned char flag_warn_displacement; /* -K */
330 COMMON int flag_keep_locals; /* -L */
[all …]
H A Dfrags.h117 COMMON fragS *frag_now;
122 COMMON fragS zero_address_frag;
123 COMMON fragS predefined_address_frag;
H A Dobj.h83 COMMON const struct format_ops *this_format;
H A Das.c32 #define COMMON macro
/dflybsd-src/contrib/binutils-2.34/gas/
H A Das.h188 #ifndef COMMON
190 #define COMMON /* Declare our COMMONs storage here. */ macro
192 #define COMMON extern /* Our commons live elsewhere. */ macro
224 COMMON subsegT now_subseg;
227 COMMON segT now_seg;
331 COMMON unsigned char flag_no_comments; /* -f */
332 COMMON unsigned char flag_debug; /* -D */
333 COMMON unsigned char flag_signed_overflow_ok; /* -J */
335 COMMON unsigned char flag_warn_displacement; /* -K */
339 COMMON int flag_keep_locals; /* -L */
[all …]
H A Dfrags.h117 COMMON fragS *frag_now;
122 COMMON fragS zero_address_frag;
123 COMMON fragS predefined_address_frag;
H A Dobj.h83 COMMON const struct format_ops *this_format;
H A Das.c32 #define COMMON macro
/dflybsd-src/contrib/binutils-2.27/gold/
H A Dresolve.cc499 COMMON = global_flag | regular_flag | common_flag, in should_override() enumerator
550 case COMMON * 16 + DEF: in should_override()
582 case COMMON * 16 + WEAK_DEF: in should_override()
627 case COMMON * 16 + DYN_DEF: in should_override()
660 case COMMON * 16 + DYN_WEAK_DEF: in should_override()
686 case COMMON * 16 + UNDEF: in should_override()
698 case COMMON * 16 + WEAK_UNDEF: in should_override()
727 case COMMON * 16 + DYN_UNDEF: in should_override()
742 case COMMON * 16 + DYN_WEAK_UNDEF: in should_override()
749 case DEF * 16 + COMMON: in should_override()
[all …]
/dflybsd-src/contrib/binutils-2.34/gold/
H A Dresolve.cc515 COMMON = global_flag | regular_flag | common_flag, in should_override() enumerator
566 case COMMON * 16 + DEF: in should_override()
598 case COMMON * 16 + WEAK_DEF: in should_override()
650 case COMMON * 16 + DYN_DEF: in should_override()
679 case COMMON * 16 + DYN_WEAK_DEF: in should_override()
718 case COMMON * 16 + UNDEF: in should_override()
730 case COMMON * 16 + WEAK_UNDEF: in should_override()
759 case COMMON * 16 + DYN_UNDEF: in should_override()
774 case COMMON * 16 + DYN_WEAK_UNDEF: in should_override()
781 case DEF * 16 + COMMON: in should_override()
[all …]
/dflybsd-src/lib/libelf/
H A DMakefile11 COMMON= ${TOOLCHAINDIR}/common macro
12 CFLAGS+= -I. -I${SRCDIR} -I${COMMON}
/dflybsd-src/test/nvmm/demo/smallkern/
H A Dsmallkern.ldscript37 *(COMMON)
/dflybsd-src/stand/boot/efi/loader/arch/x86_64/
H A Dldscript.x86_6435 *(COMMON)
/dflybsd-src/etc/mail/
H A Daliases13 # See also RFC 2142, `MAILBOX NAMES FOR COMMON SERVICES, ROLES
/dflybsd-src/share/i18n/csmapper/KAZAKH/
H A DPTCP154%UCS.src47 # COMMON
H A DUCS%PTCP154.src47 # COMMON
/dflybsd-src/contrib/gcc-8.0/gcc/fortran/
H A Dlang.opt202 Warn about alignment of COMMON blocks.
374 Enable alignment of COMMON blocks.
386 Do not treat local variables and COMMON blocks as if they were named in SAVE statements.
/dflybsd-src/stand/boot/pc32/loader/
H A Dloader.ldscript152 *(COMMON)
/dflybsd-src/sys/platform/vkernel64/conf/
H A Dldscript.x86_64184 *(COMMON)
/dflybsd-src/sys/platform/pc64/conf/
H A Dldscript.x86_64184 *(COMMON)
/dflybsd-src/tools/tools/locale/etc/charmaps/
H A DPT154.TXT291 # COMMON
/dflybsd-src/contrib/binutils-2.34/ld/scripttempl/
H A Delf.sc650 ${RELOCATING+*(COMMON)
/dflybsd-src/contrib/binutils-2.27/ld/scripttempl/
H A Delf.sc625 *(COMMON)
/dflybsd-src/contrib/binutils-2.27/ld/
H A Dld.texinfo4428 named @samp{COMMON}.
4430 You may use file names with the @samp{COMMON} section just as with any
4438 .bss @{ *(.bss) *(COMMON) @}
4447 the case of MIPS ELF, the linker uses @samp{COMMON} for standard common
4452 @cindex [COMMON]
4453 You will sometimes see @samp{[COMMON]} in old linker scripts. This
4455 @samp{*(COMMON)}.
4834 @{ _bstart = . ; *(.bss) *(COMMON) ; _bend = . ;@}
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dinvoke.texi14046 permits the correct alignment of COMMON variables should be

12