Home
last modified time | relevance | path

Searched refs:stack_offset (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp769 int stack_offset, insn_len; in GetNonCallSiteUnwindPlanFromAssembly() local
968 else if (sub_rsp_pattern_p(stack_offset)) { in GetNonCallSiteUnwindPlanFromAssembly()
969 current_sp_bytes_offset_from_fa += stack_offset; in GetNonCallSiteUnwindPlanFromAssembly()
976 else if (add_rsp_pattern_p(stack_offset)) { in GetNonCallSiteUnwindPlanFromAssembly()
977 current_sp_bytes_offset_from_fa -= stack_offset; in GetNonCallSiteUnwindPlanFromAssembly()
994 else if (lea_rsp_pattern_p(stack_offset)) { in GetNonCallSiteUnwindPlanFromAssembly()
995 current_sp_bytes_offset_from_fa -= stack_offset; in GetNonCallSiteUnwindPlanFromAssembly()
1000 if (stack_offset > 0) in GetNonCallSiteUnwindPlanFromAssembly()
1004 else if (lea_rbp_rsp_pattern_p(stack_offset)) { in GetNonCallSiteUnwindPlanFromAssembly()
1014 fa_value_ptr->GetOffset() - stack_offset; in GetNonCallSiteUnwindPlanFromAssembly()
[all …]
/freebsd-12.1/contrib/jemalloc/src/
H A Dtcache.c364 size_t stack_offset = 0; in tcache_init() local
371 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *); in tcache_init()
378 (void **)((uintptr_t)avail_stack + (uintptr_t)stack_offset); in tcache_init()
381 stack_offset += tcache_bin_info[i].ncached_max * sizeof(void *); in tcache_init()
383 (void **)((uintptr_t)avail_stack + (uintptr_t)stack_offset); in tcache_init()
385 assert(stack_offset == stack_nelms * sizeof(void *)); in tcache_init()
434 size_t size, stack_offset; in tcache_create_explicit() local
439 stack_offset = size; in tcache_create_explicit()
451 (void *)((uintptr_t)tcache + (uintptr_t)stack_offset)); in tcache_create_explicit()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp167 uint64_t stack_offset; in PrepareTrivialCall() local
169 stack_offset = 24; in PrepareTrivialCall()
171 stack_offset = 40; in PrepareTrivialCall()
175 (uint64_t)(sp + stack_offset), (int)stack_offset, in PrepareTrivialCall()
177 if (!process_sp->WritePointerToMemory(sp + stack_offset, reg_value, error)) in PrepareTrivialCall()
254 uint64_t stack_offset; in GetArgumentValues() local
256 stack_offset = 32; in GetArgumentValues()
258 stack_offset = 48; in GetArgumentValues()
261 addr_t current_stack_argument = sp + stack_offset; in GetArgumentValues()
/freebsd-12.1/contrib/gdb/gdb/
H A Dmips-tdep.c2736 int stack_offset = 0; in mips_eabi_push_dummy_call() local
2927 paddr_nz (stack_offset)); in mips_eabi_push_dummy_call()
2978 stack_offset += align_up (partial_len, in mips_eabi_push_dummy_call()
3053 int stack_offset = 0; in mips_n32n64_push_dummy_call() local
3182 paddr_nz (stack_offset)); in mips_n32n64_push_dummy_call()
3263 stack_offset += align_up (partial_len, in mips_n32n64_push_dummy_call()
3391 int stack_offset = 0; in mips_o32_push_dummy_call() local
3586 paddr_nz (stack_offset)); in mips_o32_push_dummy_call()
3676 stack_offset += align_up (partial_len, in mips_o32_push_dummy_call()
3843 int stack_offset = 0; in mips_o64_push_dummy_call() local
[all …]
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.c487 unsigned int stack_offset; member
3803 info->stack_offset = cum->stack_words; in mips_arg_info()
3805 info->stack_offset += info->stack_offset & 1; in mips_arg_info()
3840 cum->stack_words = info.stack_offset + info.stack_words; in function_arg_advance()