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

/freebsd-11-stable/contrib/tcpdump/
H A Dprint-zeromq.c172 u_int frame_offset; local
176 frame_offset = EXTRACT_16BITS(cp);
177 ND_PRINT((ndo, "\n\t frame offset 0x%04x", frame_offset));
181 if (frame_offset == 0xFFFF)
182 frame_offset = len - 2; /* always within the declared length */
183 else if (2 + frame_offset > len) {
189 if (frame_offset) {
190 ND_PRINT((ndo, "\n\t frame intermediate part, %u bytes", frame_offset));
191 if (frame_offset > remaining_len)
194 uint64_t len_printed = min(frame_offset, remaining_le
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2loc.c398 LONGEST frame_offset;
401 buf_end = read_sleb128 (data + 1, data + size, &frame_offset);
406 TARGET_VIRTUAL_FRAME_POINTER (ax->scope, &frame_reg, &frame_offset);
408 ax_const_l (ax, frame_offset);
411 ax_const_l (ax, frame_offset);
397 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-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h91 sptr frame_offset; member in struct:__sanitizer::LocalInfo
H A Dsanitizer_symbolizer_libcdep.cpp389 str = ExtractSptr(str, " ", &local.frame_offset);
/freebsd-11-stable/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;
1145 frame_offset += align - 1;
1146 frame_offset &= -align;
H A Dfunction.h523 #define frame_offset (cfun->x_frame_offset)
522 #define frame_offset macro
H A Dfunction.c493 (frame_offset + bigend_correction
716 HOST_WIDE_INT frame_offset_old = frame_offset;
744 p->size = frame_offset_old - frame_offset;
751 p->base_offset = frame_offset;
752 p->full_size = frame_offset_old - frame_offset;
757 p->full_size = frame_offset - frame_offset_old;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp170 (untagged_addr - fp - local.frame_offset) & (kRecordFPModulus - 1);
/freebsd-11-stable/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 360 milliseconds