Home
last modified time | relevance | path

Searched defs:ASMNAME (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/os/openbsd/
H A Df77config.h40 #define ASMNAME "/usr/bin/as" macro
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/
H A Di386-asm.h79 # define ASMNAME(name) PASTE2(__USER_LABEL_PREFIX__, name) macro
81 # define ASMNAME(name) name macro
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Di386-asm.h79 # define ASMNAME(name) PASTE2(__USER_LABEL_PREFIX__, name) macro
81 # define ASMNAME(name) name macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSectionMachO.cpp67 #define ENTRY(ASMNAME, ENUM) \ argument