Home
last modified time | relevance | path

Searched refs:nocommon (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/core/include/
Dcore.h107 # define __lowmem __attribute__((nocommon,section(".lowmem")))
108 # define __bss16 __attribute__((nocommon,section(".bss16")))
/external/clang/test/CodeGen/
Dno-common.c11 fn_t ABC __attribute__ ((nocommon));
/external/syslinux/com32/include/klibc/
Dcompiler.h137 #define __nocommon __attribute__((nocommon))
/external/clang/include/clang/Basic/
DAttr.td1009 let Spellings = [GCC<"nocommon">];
/external/valgrind/perf/
Dtinycc.c2449 int nocommon; /* if true, do not use common symbols for .bss data */ member
14408 else if (tcc_state->nocommon) in decl_initializer_alloc()
21244 { offsetof(TCCState, nocommon), FD_INVERT, "common" },