Searched refs:PLACE_IN_TCB_LEAF (Results 1 – 3 of 3) sorted by relevance
4 #define PLACE_IN_TCB_LEAF(NAME) __attribute__ ((enforce_tcb_leaf(NAME))) macro10 void foo5 (void) PLACE_IN_TCB_LEAF("bar");
4 #define PLACE_IN_TCB_LEAF(NAME) __attribute__((enforce_tcb_leaf(NAME))) macro15 - (void)inTCBFooAsLeaf PLACE_IN_TCB_LEAF("foo") { method
4 #define PLACE_IN_TCB_LEAF(NAME) [[clang::enforce_tcb_leaf(NAME)]] macro