Lines Matching refs:frame
218 /* Opaque type representing a frame state described by CFI. */
1029 /* Compute what's known about a call frame when the PC is at ADDRESS.
1033 Dwarf_Addr address, Dwarf_Frame **frame)
1037 the return address in FRAME's caller frame. The remaining
1041 Fill in *SIGNALP to indicate whether this is a signal-handling frame.
1042 If true, this is the implicit call frame that calls a signal handler.
1043 This frame's "caller" is actually the interrupted state, not a call;
1045 extern int dwarf_frame_info (Dwarf_Frame *frame,
1049 this frame state. Returns -1 for errors, or zero for success, with
1055 extern int dwarf_frame_cfa (Dwarf_Frame *frame, Dwarf_Op **ops, size_t *nops)
1070 caller's REGNO is "same_value", i.e. this frame did not change it;
1071 ask the caller frame where to find it.
1078 extern int dwarf_frame_register (Dwarf_Frame *frame, int regno,