Searched refs:frame_offset (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddwarf2loc.c359 LONGEST frame_offset;
362 buf_end = read_sleb128 (data + 1, data + size, &frame_offset);
367 TARGET_VIRTUAL_FRAME_POINTER (ax->scope, &frame_reg, &frame_offset);
369 ax_const_l (ax, frame_offset);
372 ax_const_l (ax, frame_offset);
358 LONGEST frame_offset; local
H A Dtracepoint.c1184 long frame_regno, long frame_offset)
1232 offset = frame_offset + SYMBOL_VALUE (sym);
1257 offset = frame_offset + SYMBOL_VALUE (sym);
1293 long frame_regno, long frame_offset, int type)
1318 collect_symbol (collect, sym, frame_regno, frame_offset);
1330 collect_symbol (collect, sym, frame_regno, frame_offset);
1494 LONGEST frame_offset; local
1504 TARGET_VIRTUAL_FRAME_POINTER (t->address, &frame_reg, &frame_offset);
1539 frame_offset,
1548 frame_offset,
1183 collect_symbol(struct collection_list *collect, struct symbol *sym, long frame_regno, long frame_offset) argument
1292 add_local_symbols(struct collection_list *collect, CORE_ADDR pc, long frame_regno, long frame_offset, int type) argument
[all...]
H A Dax-gdb.c468 LONGEST frame_offset;
470 TARGET_VIRTUAL_FRAME_POINTER (ax->scope, &frame_reg, &frame_offset);
472 gen_offset (ax, frame_offset);
482 LONGEST frame_offset;
484 TARGET_VIRTUAL_FRAME_POINTER (ax->scope, &frame_reg, &frame_offset);
486 gen_offset (ax, frame_offset);
462 LONGEST frame_offset; local
476 LONGEST frame_offset; local
H A Darch-utils.c247 LONGEST *frame_offset)
262 *frame_offset = 0;
245 legacy_virtual_frame_pointer(CORE_ADDR pc, int *frame_regnum, LONGEST *frame_offset) argument
H A Dgdbarch.h295 typedef void (gdbarch_virtual_frame_pointer_ftype) (CORE_ADDR pc, int *frame_regnum, LONGEST *frame_offset);
296 extern void gdbarch_virtual_frame_pointer (struct gdbarch *gdbarch, CORE_ADDR pc, int *frame_regnum, LONGEST *frame_offset);
302 #define TARGET_VIRTUAL_FRAME_POINTER(pc, frame_regnum, frame_offset) (gdbarch_virtual_frame_pointer (current_gdbarch, pc, frame_regnum, frame_offset))
H A Dgdbarch.c2385 "TARGET_VIRTUAL_FRAME_POINTER(pc, frame_regnum, frame_offset)",
2386 XSTRING (TARGET_VIRTUAL_FRAME_POINTER (pc, frame_regnum, frame_offset)));
2735 gdbarch_virtual_frame_pointer (struct gdbarch *gdbarch, CORE_ADDR pc, int *frame_regnum, LONGEST *frame_offset) argument
2741 gdbarch->virtual_frame_pointer (pc, frame_regnum, frame_offset);
/freebsd-9.3-release/contrib/gcc/
H A Dcfgexpand.c141 (frame_offset+frame_phase) % PREFERRED_STACK_BOUNDARY == 0. */
178 new_frame_offset = frame_offset;
195 frame_offset = new_frame_offset;
197 if (frame_offset_overflow (frame_offset, cfun->decl))
198 frame_offset = offset = 0;
1077 frame_offset += align - 1;
1078 frame_offset &= -align;
H A Dfunction.h517 #define frame_offset (cfun->x_frame_offset)
516 #define frame_offset macro
H A Dfunction.c487 (frame_offset + bigend_correction
710 HOST_WIDE_INT frame_offset_old = frame_offset;
738 p->size = frame_offset_old - frame_offset;
745 p->base_offset = frame_offset;
746 p->full_size = frame_offset_old - frame_offset;
751 p->full_size = frame_offset - frame_offset_old;
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-score.c166 unsigned long frame_offset; member in struct:proc
6004 cur_proc_ptr->frame_offset = 0xdeafbeaf;
6047 cur_proc_ptr->frame_offset = val;
6126 (cur_proc_ptr->frame_offset == 0xdeafbeaf) ||
6144 md_number_to_chars (fragp + 16, (valueT) cur_proc_ptr->frame_offset, 4);
H A Dtc-mips.c14683 unsigned long frame_offset;
14918 md_number_to_chars (fragp + 16, cur_proc_ptr->frame_offset, 4);
15006 cur_proc_ptr->frame_offset = val;
14670 unsigned long frame_offset; member in struct:proc

Completed in 184 milliseconds