Searched defs:INIT_CALL_SEQ (Results 1 – 5 of 5) sorted by relevance
28 #define INIT_CALL_SEQ(func) "call " __STRING(func) macro
6 #define INIT_CALL_SEQ(func) "call " __STRING(func) macro
29 #define INIT_CALL_SEQ(func) "bl " __STRING(func) "; nop" macro