Lines Matching defs:LEAF
197 * If you need to alias a leaf function, or to provide multiple entry points
198 * use the LEAF() macro for the main entry point and XLEAF() for the other
200 * "XLEAF"s must be nested within a "LEAF" and a ".end".
210 * if told about the register usage of LEAF procedures (and by transitive
270 * LEAF
271 * Declare a global leaf function.
272 * A leaf function does not call other functions AND does not
276 #define LEAF(_name_,_n_args_) \
299 * Declare a local leaf function.
312 * Global alias for a leaf function, or alternate entry point
324 * Local alias for a leaf function, or alternate entry point