Searched refs:COMMON (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Das.h35 #define COMMON as "extern" for all modules except one, where you #define
36 COMMON as "".
37 If TEST is #defined, then we are testing a module: #define COMMON as "". */
253 #ifndef COMMON
255 #define COMMON /* Declare our COMMONs storage here. */
257 #define COMMON extern /* Our commons live elsewhere. */
260 /* COMMON now defined */
291 COMMON subsegT now_subseg;
294 COMMON segT now_seg;
389 COMMON unsigne
254 #define COMMON macro
256 #define COMMON macro
[all...]
H A Demul.h39 COMMON struct emulation * this_emulation;
H A Dfrags.h111 COMMON fragS *frag_now;
116 COMMON fragS zero_address_frag;
118 COMMON fragS bss_address_frag;
H A Dobj.h82 COMMON const struct format_ops *this_format;
H A Das.c34 #define COMMON macro
/freebsd-11-stable/sys/mips/nlm/dev/net/ucore/
H A Dld.ucore.S137 *(COMMON)
/freebsd-11-stable/libexec/rtld-elf/amd64/
H A Delf_rtld.x92 *(COMMON)
/freebsd-11-stable/libexec/rtld-elf/i386/
H A Delf_rtld.x92 *(COMMON)
/freebsd-11-stable/contrib/tzdata/
H A DMakefile500 COMMON= calendars CONTRIBUTING LICENSE Makefile \ macro
529 EIGHT_YARDS = $(COMMON) $(DOCS) $(SOURCES) $(DATA) $(MISC) tzdata.zi
1036 $(COMMON) $(DOCS) $(SOURCES) | \
1042 tar $(TARFLAGS) -cf - $(COMMON) $(DATA) $(MISC) | \
1049 ln $(COMMON) $(DATA) $(MISC) tzdata$(VERSION)-rearguard.dir
1066 $(COMMON) $(DATA) $(MISC) pacificnew | \
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp80 VALIDATE_DIAG_SIZE(COMMON)
144 CATEGORY(DRIVER, COMMON)
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3809 enum { COMMON, COND, LHS, RHS, NUM_SUBEXPRS }; enumerator in enum:clang::final::final::BinaryConditionalOperator::__anon57
3834 SubExprs[COMMON] = common;
3848 Expr *getCommon() const { return cast<Expr>(SubExprs[COMMON]); }
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1019 E->SubExprs[BinaryConditionalOperator::COMMON] = Record.readSubExpr();

Completed in 199 milliseconds