Searched refs:frame (Results 276 - 300 of 351) sorted by relevance

<<1112131415

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dinfrun.c29 #include "frame.h"
292 /* Save register contents here when about to pop a stack dummy frame,
303 /* Nonzero after stop if current stack frame should be printed. */
1280 that doesn't represent the frame that'll reach when we
2211 frame's return address happens to be. That could be
2592 these two cases, check that the frame is INNER_THAN the
2618 /* We could probably be setting the frame to
2774 step_frame_id must be modified to current frame */
2776 /* NOTE: cagney/2003-10-16: I think this frame ID inner test is too
2779 at the unwound frame I
3829 struct frame_info *frame; local
[all...]
H A Dsymtab.h440 separate ARG and LOCAL to deal with the frame's arguments
441 (get_frame_args_address) versus the frame's locals
460 /* Value is a local variable at SYMBOL_VALUE offset in stack frame. */
484 /* Value is arg at SYMBOL_VALUE offset in stack frame. Differs from
486 that we find it in the frame (get_frame_locals_address), not in
488 passes args in regs then copies to frame. */
496 frame/stack pointer, rather than the offset from the "canonical
497 frame address" used by COFF, stabs, etc., and we don't know how
560 frame FRAME. If the variable has been optimized out, return
566 struct frame_info * frame);
[all...]
H A Dada-lang.c3146 /* Assuming a dummy frame has been established on the target, perform any
3519 * selected frame, add symbols matching identifier NAME in DOMAIN
3525 * frame as a static link, and then searches up the call stack for a
3526 * frame with that same local-variable base. */
3536 struct frame_info *frame;
3553 frame = deprecated_selected_frame;
3554 while (frame != NULL && ndefns == 0)
3557 struct value *target_link_val = read_var_value (static_link, frame);
3568 frame = get_prev_frame (frame);
3528 struct frame_info *frame; local
[all...]
H A Dia64-tdep.c30 #include "frame.h"
31 #include "frame-base.h"
32 #include "frame-unwind.h"
44 #include "libunwind-frame.h"
221 CORE_ADDR base; /* frame pointer base for frame */
222 CORE_ADDR pc; /* function start pc for frame */
223 CORE_ADDR saved_sp; /* stack pointer for frame */
224 CORE_ADDR bsp; /* points at r32 for the current frame */
225 CORE_ADDR cfm; /* cfm value for current frame */
919 ia64_register_to_value(struct frame_info *frame, int regnum, struct type *valtype, void *out) argument
928 ia64_value_to_register(struct frame_info *frame, int regnum, struct type *valtype, const void *in) argument
[all...]
H A Ds390-tdep.c27 #include "frame.h"
38 #include "trad-frame.h"
39 #include "frame-base.h"
40 #include "frame-unwind.h"
41 #include "dwarf2-frame.h"
317 s390_register_to_value (struct frame_info *frame, int regnum, argument
324 get_frame_register (frame, regnum, in);
329 s390_value_to_register (struct frame_info *frame, int regnum, argument
338 put_frame_register (frame, regnum, out);
524 - To see how large your stack frame i
[all...]
/freebsd-9.3-release/lib/libc/sparc64/fpu/
H A Dfpu.c82 #include <machine/frame.h>
/freebsd-9.3-release/sys/arm/at91/
H A Dat91_pmc.c45 #include <machine/frame.h>
/freebsd-9.3-release/sys/dev/mcd/
H A Dmcd.c1240 te->entry.addr.msf.frame = bcd2bin(sc->data.toc[trk].hd_pos_msf[2]);
1302 entries[n].addr.msf.frame = bcd2bin(sc->data.toc[trk].hd_pos_msf[2]);
1406 data.what.position.reladdr.msf.frame = bcd2bin(q.trk_size_msf[2]);
1410 data.what.position.absaddr.msf.frame = bcd2bin(q.hd_pos_msf[2]);
/freebsd-9.3-release/sys/dev/mge/
H A Dif_mge.c131 static void mge_offload_process_frame(struct ifnet *ifp, struct mbuf *frame,
1597 mge_offload_process_frame(struct ifnet *ifp, struct mbuf *frame, argument
1610 frame->m_pkthdr.csum_data = 0xFFFF;
1613 frame->m_pkthdr.csum_flags = csum_flags;
/freebsd-9.3-release/sys/kern/
H A Dkern_thr.c57 #include <machine/frame.h>
/freebsd-9.3-release/sys/mips/nlm/
H A Dxlp_machdep.c62 #include <machine/frame.h>
/freebsd-9.3-release/sys/mips/rmi/
H A Dxlr_machdep.c59 #include <machine/frame.h>
/freebsd-9.3-release/sys/powerpc/aim/
H A Dnexus.c71 #include <machine/frame.h>
/freebsd-9.3-release/sys/powerpc/powerpc/
H A Dintr_machdep.c82 #include <machine/frame.h>
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Dintr_machdep.c77 #include <machine/frame.h>
/freebsd-9.3-release/sys/x86/x86/
H A Dmsi.c51 #include <machine/frame.h>
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm1203 need a frame pointer. */
1229 .macro interwork_with_frame frame, register, name, return
1239 streq lr, [\frame, #-4]
1240 adreq lr, _arm_return_\frame
/freebsd-9.3-release/sys/amd64/amd64/
H A Dmp_machdep.c1251 ipi_bitmap_handler(struct trapframe frame) argument
1262 td->td_intr_frame = &frame;
H A Dfpu.c53 #include <machine/frame.h>
/freebsd-9.3-release/sys/i386/i386/
H A Dmp_machdep.c1356 ipi_bitmap_handler(struct trapframe frame) argument
1367 td->td_intr_frame = &frame;
/freebsd-9.3-release/sys/xen/evtchn/
H A Devtchn.c187 evtchn_do_upcall(struct trapframe *frame) argument
220 intr_execute_handlers(isrc, frame);
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c129 HOST_WIDE_INT total_size; /* size of the stack frame, not including
154 /* Current frame information calculated by ia64_compute_frame_size. */
2259 /* If there is a frame pointer, then we can't use loc79, because
2321 /* Returns the number of bytes offset between the frame pointer and the stack
2354 /* Find the size of the register stack frame. We have only 80 local
2741 /* Micro-optimization: if we've created a frame pointer, it's at
2915 /* ??? Get inefficient code when the frame size is larger than can fit in an
2963 /* Set the frame pointer register name. The regnum is logically loc79,
2967 there is a frame pointer. loc79 gets wasted in this case, as it is
3007 /* Set up frame pointe
8756 process_epilogue(FILE *asm_out_file, rtx insn, bool unwind, bool frame) argument
8780 process_set(FILE *asm_out_file, rtx pat, rtx insn, bool unwind, bool frame) argument
9020 bool frame = dwarf2out_do_frame (); local
[all...]
/freebsd-9.3-release/sys/dev/vxge/include/
H A Dvxgehal-ll.h271 * @frame: Zero or more of vxge_hal_frame_type_e flags.
277 * @vlan: VLAN tag extracted from the received frame.
295 u32 frame; member in struct:vxge_hal_ring_rxd_info_t
308 * enum vxge_hal_frame_type_e - Ethernet frame format.
314 * Ethernet frame format.
372 * @VXGE_HAL_RING_T_CODE_L2_FRM_ERR: Layer 2 error�frame integrity
445 * frame meets all of the criteria for fast path processing.
460 * to report the status of the frame transfer to the host.
473 * incoming frame contained a TCP segment with its SYN bit set
478 * Pair Direct Match Table and the frame wa
[all...]
/freebsd-9.3-release/sys/dev/xen/pcifront/
H A Dpcifront.c49 #include <machine/frame.h>
/freebsd-9.3-release/sys/i386/isa/
H A Dnpx.c61 #include <machine/frame.h>

Completed in 285 milliseconds

<<1112131415