Searched refs:return_addr (Results 1 - 18 of 18) sorted by relevance

/external/elfutils/src/libdw/
H A Ddwarf_entrypc.c38 dwarf_entrypc (die, return_addr)
40 Dwarf_Addr *return_addr;
48 return_addr);
H A Ddwarf_lowpc.c39 dwarf_lowpc (die, return_addr)
41 Dwarf_Addr *return_addr;
47 return_addr);
H A Ddwarf_highpc.c39 dwarf_highpc (die, return_addr)
41 Dwarf_Addr *return_addr;
50 return INTUSE(dwarf_formaddr) (attr_high, return_addr);
56 return_addr) == 0)
61 *return_addr += uval;
H A Ddwarf_formaddr.c39 dwarf_formaddr (attr, return_addr)
41 Dwarf_Addr *return_addr;
54 attr->cu->address_size, return_addr))
H A Dlibdw.h479 extern int dwarf_formaddr (Dwarf_Attribute *attr, Dwarf_Addr *return_addr)
506 extern int dwarf_highpc (Dwarf_Die *die, Dwarf_Addr *return_addr)
510 extern int dwarf_lowpc (Dwarf_Die *die, Dwarf_Addr *return_addr)
514 extern int dwarf_entrypc (Dwarf_Die *die, Dwarf_Addr *return_addr)
H A Dknown-dwarf.h125 ONE_KNOWN_DW_AT (return_addr, DW_AT_return_addr) \
/external/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.h35 lldb::addr_t return_addr,
47 lldb::addr_t return_addr,
H A DABIMacOSX_i386.cpp252 addr_t return_addr,
391 reg_value.SetUInt32(return_addr);
416 addr_t return_addr,
568 uint32_t returnAddressU32 = return_addr;
249 PrepareTrivialCall(Thread &thread, addr_t sp, addr_t func_addr, addr_t return_addr, addr_t *arg1_ptr, addr_t *arg2_ptr, addr_t *arg3_ptr, addr_t *arg4_ptr, addr_t *arg5_ptr, addr_t *arg6_ptr) const argument
413 PrepareNormalCall(Thread &thread, addr_t sp, addr_t func_addr, addr_t return_addr, ValueList &args) const argument
/external/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp142 addr_t return_addr = return_frame->GetRegisterContext()->GetPC(); local
143 s.Address (return_addr, m_thread.CalculateTarget()->GetArchitecture().GetAddressByteSize());
/external/ltrace/
H A Dbreakpoints.c259 arch_addr_t return_addr = get_return_addr(proc, proc->stack_pointer); local
260 if (return_addr == 0 || bp == NULL
261 || breakpoint_init(bp, proc, return_addr, NULL) < 0) {
H A Dproc.h73 arch_addr_t return_addr; member in struct:callstack_element
H A Dhandle_event.c695 if (brk_addr == event->proc->callstack[i].return_addr) {
718 || prev->return_addr != brk_addr)
786 elem->return_addr = NULL;
825 elem->return_addr = rbp != NULL ? rbp->addr : 0;
841 if (!elem->is_syscall && elem->return_addr) {
843 = address2bpstruct(proc->leader, elem->return_addr);
H A Doutput.c125 stel->return_addr);
261 if (current_proc->callstack[current_depth].return_addr)
H A Dproc.c262 proc->callstack[i].return_addr = 0;
/external/elfutils/include/elfutils/
H A Dlibdw.h479 extern int dwarf_formaddr (Dwarf_Attribute *attr, Dwarf_Addr *return_addr)
506 extern int dwarf_highpc (Dwarf_Die *die, Dwarf_Addr *return_addr)
510 extern int dwarf_lowpc (Dwarf_Die *die, Dwarf_Addr *return_addr)
514 extern int dwarf_entrypc (Dwarf_Die *die, Dwarf_Addr *return_addr)
/external/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp200 addr_t return_addr,
268 so_addr.SetLoadAddress (return_addr, target_sp.get());
269 return_addr = so_addr.GetCallableLoadAddress (target_sp.get());
272 if (!reg_ctx->WriteRegisterFromUnsigned (ra_reg_num, return_addr))
197 PrepareTrivialCall(Thread &thread, addr_t sp, addr_t function_addr, addr_t return_addr, addr_t *arg1_ptr, addr_t *arg2_ptr, addr_t *arg3_ptr, addr_t *arg4_ptr, addr_t *arg5_ptr, addr_t *arg6_ptr) const argument
/external/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp305 addr_t return_addr,
318 s.Printf("ABISysV_x86_64::PrepareTrivialCall (tid = 0x%" PRIx64 ", sp = 0x%" PRIx64 ", func_addr = 0x%" PRIx64 ", return_addr = 0x%" PRIx64,
322 (uint64_t)return_addr);
422 reg_value.SetUInt64 (return_addr);
425 log->Printf("Pushing the return address onto the stack: new SP 0x%" PRIx64 ", return address 0x%" PRIx64, (uint64_t)sp, (uint64_t)return_addr);
302 PrepareTrivialCall(Thread &thread, addr_t sp, addr_t func_addr, addr_t return_addr, addr_t *arg1_ptr, addr_t *arg2_ptr, addr_t *arg3_ptr, addr_t *arg4_ptr, addr_t *arg5_ptr, addr_t *arg6_ptr) const argument
/external/libnfc-nxp/src/
H A DphFriNfc_TopazDynamicMap.c3777 uint16_t return_addr = 0; local
3786 return_addr = ps_locktlv_info->ByteAddr;
3789 return return_addr;
3799 uint16_t return_addr = 0; local
3808 return_addr = ps_memtlv_info->ByteAddr;
3811 return return_addr;

Completed in 7451 milliseconds