Home
last modified time | relevance | path

Searched defs:FrameStruct (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dm68k-stub.c162 typedef struct FrameStruct struct
164 struct FrameStruct *previous; argument
165 int exceptionPC; /* pc value when this frame created */
166 int exceptionVector; /* cpu vector causing exception */
167 short frameSize; /* size of cpu frame in words */
168 short sr; /* for 68000, this not always sr */
169 int pc;
170 short format;
171 int fsaveHeader;
172 int morejunk[0]; /* exception frame, fp save... */