Lines Matching refs:file
11 #define _BUGVERBOSE_LOCATION(file, line) __BUGVERBOSE_LOCATION(file, line) argument
12 #define __BUGVERBOSE_LOCATION(file, line) \ argument
14 14472: .string file; \
20 #define _BUGVERBOSE_LOCATION(file, line) argument
50 #define __BUG_LOCATION_STRING(file, line) \ argument
51 ".long " file "- .;" \
54 #define __BUG_LOCATION_STRING(file, line) argument
57 #define __BUG_ENTRY_STRING(file, line, flags) \ argument
59 __BUG_LOCATION_STRING(file, line) \
63 #define ARCH_WARN_ASM(file, line, flags, size) \ argument
64 __BUG_ENTRY_STRING(file, line, flags) \