Searched refs:stacktop (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/h8300/ |
H A D | stack.s | 23 stacktop: label 31 mov.w #stacktop, r7 33 mov.l #stacktop, er7 50 mov @stacktop-2, r0 52 mov @stacktop-4, r0 54 mov @stacktop-6, r0 56 mov @stacktop-8, r0 76 mov @stacktop-10, r0 78 mov @stacktop-12, r0 80 mov @stacktop-14, r0 [all …]
|
/netbsd-src/sys/arch/mips/rmi/ |
H A D | rmixl_cpu.c | 337 uintptr_t stacktop; in cpu_setup_trampoline_common() local 379 stacktop = (uintptr_t)l->l_md.md_utf - CALLFRAME_SIZ; in cpu_setup_trampoline_common() 380 ta->ta_sp = (uint64_t)(intptr_t)stacktop; in cpu_setup_trampoline_common()
|
/netbsd-src/sys/arch/m68k/m68k/ |
H A D | db_trace.c | 114 static void stacktop(db_regs_t *, struct stackpos *, 122 stacktop(db_regs_t *regs, struct stackpos *sp, void (*pr)(const char *, ...)) in stacktop() function 425 stacktop(&ddb_regs, &pos, pr); in db_stack_trace_print()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/ |
H A D | minfo.d | 327 auto stacktop = stack + len; in sortCtors() local 388 if (++sp >= stacktop) in sortCtors()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
H A D | minfo.d | 327 auto stacktop = stack + len; in sortCtors() local 388 if (++sp >= stacktop) in sortCtors()
|