Searched refs:nocommon (Results 1 – 5 of 5) sorted by relevance
107 # define __lowmem __attribute__((nocommon,section(".lowmem")))108 # define __bss16 __attribute__((nocommon,section(".bss16")))
11 fn_t ABC __attribute__ ((nocommon));
137 #define __nocommon __attribute__((nocommon))
1009 let Spellings = [GCC<"nocommon">];
2449 int nocommon; /* if true, do not use common symbols for .bss data */ member14408 else if (tcc_state->nocommon) in decl_initializer_alloc()21244 { offsetof(TCCState, nocommon), FD_INVERT, "common" },