Lines Matching defs:line
11 #define _BUGVERBOSE_LOCATION(file, line) __BUGVERBOSE_LOCATION(file, line)
12 #define __BUGVERBOSE_LOCATION(file, line) \
18 .short line;
20 #define _BUGVERBOSE_LOCATION(file, line)
50 #define __BUG_LOCATION_STRING(file, line) \
52 ".short " line ";"
54 #define __BUG_LOCATION_STRING(file, line)
57 #define __BUG_ENTRY_STRING(file, line, flags) \
59 __BUG_LOCATION_STRING(file, line) \
63 #define ARCH_WARN_ASM(file, line, flags, size) \
64 __BUG_ENTRY_STRING(file, line, flags) \