Searched refs:fun_addr (Results 1 – 2 of 2) sorted by relevance
336 Scalar fun_addr (function_address.GetCallableLoadAddress(exe_ctx.GetTargetPtr())); in WriteFunctionArguments() local338 …process->WriteScalarToMemory(args_addr_ref + first_offset, fun_addr, process->GetAddressByteSize()… in WriteFunctionArguments()
162 uint64_t &fun_addr, in GetFunctionAddress() argument168 fun_addr = LLDB_INVALID_ADDRESS; in GetFunctionAddress()214 if (!m_decl_map->GetFunctionInfo (fun_decl, fun_addr)) in GetFunctionAddress()217 bool found_it = m_decl_map->GetFunctionAddress (name, fun_addr); in GetFunctionAddress()228 found_it = m_decl_map->GetFunctionAddress (altnernate_name, fun_addr); in GetFunctionAddress()267 if (!m_decl_map->GetFunctionAddress (name, fun_addr)) in GetFunctionAddress()280 log->Printf("Found \"%s\" at 0x%" PRIx64, name.GetCString(), fun_addr); in GetFunctionAddress()