Searched refs:stack_addr (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | frame.c | 133 fprint_field (file, "stack", id.stack_addr_p, id.stack_addr); in fprint_frame_id() 249 frame_id_build_special (CORE_ADDR stack_addr, CORE_ADDR code_addr, in frame_id_build_special() argument 253 id.stack_addr = stack_addr; in frame_id_build_special() 263 frame_id_build (CORE_ADDR stack_addr, CORE_ADDR code_addr) in frame_id_build() argument 266 id.stack_addr = stack_addr; in frame_id_build() 274 frame_id_build_wild (CORE_ADDR stack_addr) in frame_id_build_wild() argument 277 id.stack_addr = stack_addr; in frame_id_build_wild() 305 else if (l.stack_addr != r.stack_addr) in frame_id_eq() 346 inner = INNER_THAN (l.stack_addr, r.stack_addr); in frame_id_inner() 1315 return get_frame_id (fi).stack_addr; in get_frame_base() [all …]
|
| H A D | frame.h | 97 CORE_ADDR stack_addr; member 152 extern struct frame_id frame_id_build (CORE_ADDR stack_addr, 159 extern struct frame_id frame_id_build_special (CORE_ADDR stack_addr, 166 extern struct frame_id frame_id_build_wild (CORE_ADDR stack_addr);
|
| H A D | alpha-tdep.c | 775 CORE_ADDR stack_addr, code_addr; in alpha_sigtramp_frame_this_id() local 799 stack_addr = alpha_sigtramp_register_address (info->sigcontext_addr, in alpha_sigtramp_frame_this_id() 801 stack_addr = get_frame_memory_unsigned (next_frame, stack_addr, in alpha_sigtramp_frame_this_id() 804 *this_id = frame_id_build (stack_addr, code_addr); in alpha_sigtramp_frame_this_id()
|
| H A D | ia64-tdep.c | 1555 paddr_nz (this_id->stack_addr), in ia64_frame_this_id() 1954 paddr_nz (this_id->stack_addr), in ia64_sigtramp_frame_this_id() 2559 (*this_id) = frame_id_build_special (id.stack_addr, id.code_addr, bsp); in ia64_libunwind_frame_this_id() 2564 paddr_nz (id.code_addr), paddr_nz (id.stack_addr), in ia64_libunwind_frame_this_id()
|
| H A D | mips-tdep.c | 2034 CORE_ADDR stack_addr; in mips_stub_frame_cache() local 2049 stack_addr = frame_unwind_register_signed (next_frame, MIPS_SP_REGNUM); in mips_stub_frame_cache() 2050 trad_frame_set_id (this_trad_cache, frame_id_build (start_addr, stack_addr)); in mips_stub_frame_cache() 2054 trad_frame_set_this_base (this_trad_cache, stack_addr); in mips_stub_frame_cache()
|
| H A D | breakpoint.c | 3521 ui_out_field_core_addr (uiout, "frame", b->frame_id.stack_addr); in print_one_breakpoint()
|
| H A D | ChangeLog-2003 | 10895 "stack_addr" and "code_addr". Update comments.
|
| /openbsd-src/lib/librthread/ |
| H A D | rthread_stack.c | 34 if (thread->attr.stack_addr == NULL && in _rthread_alloc_stack() 62 if (thread->attr.stack_addr != NULL) { in _rthread_alloc_stack() 63 stack->base = base = thread->attr.stack_addr; in _rthread_alloc_stack()
|
| H A D | rthread_attr.c | 114 *stackaddr = (*attrp)->stack_addr; in pthread_attr_getstack() 204 *stackaddr = (*attrp)->stack_addr; in pthread_attr_getstackaddr() 217 (*attrp)->stack_addr = stackaddr; in pthread_attr_setstackaddr()
|
| H A D | rthread.c | 76 .stack_addr = NULL,
|
| /openbsd-src/lib/libc/include/ |
| H A D | thread_private.h | 350 void *stack_addr; 349 void *stack_addr; global() member
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | Options.td | 870 def stack_addr : Separate<["-"], "stack_addr">,
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ChangeLog | 19021 * config/ns32k/ns32k.md (addsi3, *frame_addr, *stack_addr): merge
|