Lines Matching refs:sym
5 #define runtime_const_ptr(sym) ({ \ argument
6 typeof(sym) __ret; \
8 ".pushsection runtime_ptr_" #sym ",\"a\"\n\t" \
19 #define runtime_const_shift_right_32(val, sym) ({ \ argument
22 ".pushsection runtime_shift_" #sym ",\"a\"\n\t" \
28 #define runtime_const_init(type, sym) do { \ argument
29 extern s32 __start_runtime_##type##_##sym[]; \
30 extern s32 __stop_runtime_##type##_##sym[]; \
32 (unsigned long)(sym), \
33 __start_runtime_##type##_##sym, \
34 __stop_runtime_##type##_##sym); \