Searched refs:frame (Results 151 - 175 of 351) sorted by relevance

1234567891011>>

/freebsd-9.3-release/lib/libc/mips/gen/
H A Dsetjmp.S67 PTR_SUBU sp, sp, SETJMP_FRAME_SIZE # allocate stack frame
84 PTR_ADDU sp, sp, SETJMP_FRAME_SIZE # pop stack frame
112 PTR_SUBU sp, sp, LONGJMP_FRAME_SIZE # allocate stack frame
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dvalue.h28 #include "frame.h" /* For struct frame_id. */
83 current frame, and these registers have not all been saved at the
323 struct frame_info *frame);
328 struct frame_info *frame);
333 struct frame_info *frame);
336 struct frame_info *frame);
535 struct frame_info * frame,
H A Dinfcall.c73 The default is to stop in the frame where the signal was received. */
315 /* This code assumes frame align. */
363 /* All this stuff with a dummy frame may seem unnecessarily complicated
365 frame which looks just like a real frame is so that if you call a
426 to extract the generic dummy frame code from the architecture
430 thread OR frame OR ptid as a parameter, and returns a dummy
431 frame handle. The handle can then be used further down as a
434 frames, why not even use some of the dummy frame code to here -
439 dummy frame an
856 struct frame_id frame; local
[all...]
H A Dstack.c32 #include "frame.h"
113 frame is printed, and do so in a format emacs18/emacs19.22 can
129 /* Show or print the frame arguments.
141 /* Show or print a stack frame briefly. FRAME_INFI should be the frame info
174 FI is the frameinfo for this frame, START is the offset
202 /* Print the arguments of a stack frame, given the function FUNC
203 running in that frame (as a symbol), the info on the frame,
204 and the number of args according to the stack frame (o
1679 find_relative_frame(struct frame_info *frame, int *level_offset_ptr) argument
1719 struct frame_info *frame; local
1797 struct frame_info *frame; local
[all...]
H A Darch-utils.c250 frame pointer of the current PC. It is assuming that a single
261 internal_error (__FILE__, __LINE__, "No virtual frame pointer available");
320 legacy_register_to_value (struct frame_info *frame, int regnum,
324 get_frame_register (frame, regnum, from);
329 legacy_value_to_register (struct frame_info *frame, int regnum,
336 put_frame_register (frame, regnum, to);
319 legacy_register_to_value(struct frame_info *frame, int regnum, struct type *type, void *to) argument
328 legacy_value_to_register(struct frame_info *frame, int regnum, struct type *type, const void *tmp) argument
/freebsd-9.3-release/sys/ia64/ia64/
H A Dunwind.c37 #include <machine/frame.h>
266 if (rs->frame != NULL)
267 val = unw_copyin_from_frame(rs->frame, from);
316 rs->frame = tf;
343 rs->frame = NULL;
H A Dmem.c62 #include <machine/frame.h>
/freebsd-9.3-release/sys/arm/arm/
H A Dmachdep.c120 struct sigframe *fp, frame; local
155 /* Populate the siginfo frame. */
156 get_mcontext(td, &frame.sf_uc.uc_mcontext, 0);
157 frame.sf_si = ksi->ksi_info;
158 frame.sf_uc.uc_sigmask = *mask;
159 frame.sf_uc.uc_stack.ss_flags = (td->td_pflags & TDP_ALTSTACK )
161 frame.sf_uc.uc_stack = td->td_sigstk;
166 if (copyout(&frame, fp, sizeof(*fp)) != 0) {
/freebsd-9.3-release/sys/dev/mps/
H A Dmps_table.c458 char *frame; local
462 frame = (char *)cm->cm_req;
463 sge = (MPI2_SGE_SIMPLE64 *)&frame[offset * 4];
466 while (frame != NULL) {
484 frame = (char *)chain->chain;
485 sge = (MPI2_SGE_SIMPLE64 *)frame;
486 hexdump(frame, 128, NULL, 0);
/freebsd-9.3-release/usr.sbin/cdcontrol/
H A Dcdcontrol.c490 toc_buffer[n].addr.msf.frame));
507 toc_buffer[n].addr.msf.frame) - blk;
602 tf = toc_buffer[tr1].addr.msf.frame;
650 f2 = toc_buffer[n].addr.msf.frame;
668 tf = toc_buffer[tr2].addr.msf.frame;
690 tf = toc_buffer[n].addr.msf.frame;
719 f2 = toc_buffer[n].addr.msf.frame;
1010 e->addr.msf.second, e->addr.msf.frame);
1013 e->addr.msf.frame);
1028 e[1].addr.msf.frame);
1104 status(int *trk, int *min, int *sec, int *frame) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCWin64EH.cpp185 uint8_t frame = 0; local
189 frame = (frameInst.getRegister() & 0x0F) |
192 streamer.EmitIntValue(frame, 1);
H A DMCDwarf.cpp885 const MCDwarfFrameInfo &frame);
895 const MCDwarfFrameInfo &frame);
1100 /// EmitFrameMoves - Emit frame instructions to describe the layout of the
1101 /// frame.
1314 const MCDwarfFrameInfo &frame) {
1321 if (IsEH && frame.Function && !MOFI->isFunctionEHFrameSymbolPrivate()) {
1323 context.GetOrCreateSymbol(frame.Function->getName() + Twine(".eh"));
1324 streamer.EmitEHSymAttributes(frame.Function, EHSym);
1354 EmitFDESymbol(streamer, *frame.Begin, PCEncoding, IsEH, "FDE initial location");
1357 const MCExpr *Range = MakeStartMinusEndExpr(streamer, *frame
1312 EmitFDE(MCStreamer &streamer, const MCSymbol &cieStart, const MCDwarfFrameInfo &frame) argument
[all...]
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dcrti.asm34 # This file just make a stack frame for the contents of the .fini and
54 # Create a stack frame and save any call-preserved registers
/freebsd-9.3-release/contrib/gcc/
H A Dunwind.inc1 /* Exception handling and frame unwind runtime interface routines. -*- C -*-
38 the first such frame here. Cleanup code will call back into
91 /* Set up this_context to describe the current stack frame. */
125 /* Update cur_context to describe the same frame as fs. */
187 /* Update cur_context to describe the same frame as fs, and discard
306 /* Update context to describe the same frame as fs. */
/freebsd-9.3-release/gnu/usr.bin/binutils/libbfd/
H A DMakefile23 elf-eh-frame.c \
/freebsd-9.3-release/lib/libc/sparc64/fpu/
H A Dfpu_div.c51 #include <machine/frame.h>
H A Dfpu_mul.c51 #include <machine/frame.h>
/freebsd-9.3-release/libexec/rtld-elf/i386/
H A Drtld_start.S33 xorl %ebp,%ebp # Clear frame pointer for good form
/freebsd-9.3-release/sys/amd64/include/
H A Dintr_machdep.h153 void intr_execute_handlers(struct intsrc *isrc, struct trapframe *frame);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/sparc/dtrace/
H A Dfasttrap_isa.c34 #include <sys/frame.h>
208 struct frame *fr = (struct frame *)(rp->r_sp + STACK_BIAS);
247 struct frame *fr = (struct frame *)(rp->r_sp + STACK_BIAS);
1428 struct frame *fr = (struct frame *)(rp->r_sp + STACK_BIAS);
1527 struct frame *fr = (struct frame *)(rp->r_sp + STACK_BIAS);
/freebsd-9.3-release/sys/i386/include/
H A Dintr_machdep.h143 void intr_execute_handlers(struct intsrc *isrc, struct trapframe *frame);
/freebsd-9.3-release/sys/mips/rmi/dev/iic/
H A Dat24co2n.c50 #include <machine/frame.h>
H A Dds1374u.c49 #include <mips/include/frame.h>
H A Dmax6657.c50 #include <machine/frame.h>
/freebsd-9.3-release/sys/powerpc/fpu/
H A Dfpu_emu.c186 fpu_emulate(struct trapframe *frame, struct fpreg *fpf) argument
199 if (copyin((void *) (frame->srr0), &insn.i_int, sizeof (insn.i_int))) {
207 insn.i_int, (void *)frame->srr0));
218 switch (fpu_execute(frame, &fe, &insn)) {
221 frame->srr0 += 4;
240 insn.i_int, (void *) (frame->srr0));
241 opc_disasm(frame->srr0, insn.i_int);
247 if (lastill == frame->srr0) {
254 lastill = frame->srr0;

Completed in 242 milliseconds

1234567891011>>