Lines Matching refs:caller
418 up on function exit ( e.g. the caller may choose to allocate nothing
438 call-clobbered: The caller probably needs to save these registers if there
443 The code generated by the compiler to return to the caller.
448 given to it by the caller.
474 area can be reused by each function the caller calls.
571 24 48 saved r6 of caller function
572 28 56 saved r7 of caller function
573 32 64 saved r8 of caller function
574 36 72 saved r9 of caller function
575 40 80 saved r10 of caller function
576 44 88 saved r11 of caller function
577 48 96 saved r12 of caller function
578 52 104 saved r13 of caller function
579 56 112 saved r14 of caller function
580 60 120 saved r15 of caller function
581 64 128 saved f4 of caller function
582 72 132 saved f6 of caller function
584 96 160 outgoing args passed from caller to callee
586 96+x+y 160+x+y alloca space of caller ( if used )
587 96+x+y+z 160+x+y+z automatics of caller ( if used )