Searched refs:fun_addr (Results 1 – 2 of 2) sorted by relevance
337 Scalar fun_addr (function_address.GetCallableLoadAddress(exe_ctx.GetTargetPtr())); in WriteFunctionArguments() local339 …process->WriteScalarToMemory(args_addr_ref + first_offset, fun_addr, process->GetAddressByteSize()… in WriteFunctionArguments()
161 uint64_t &fun_addr, in GetFunctionAddress() argument167 fun_addr = LLDB_INVALID_ADDRESS; in GetFunctionAddress()213 if (!m_decl_map->GetFunctionInfo (fun_decl, fun_addr)) in GetFunctionAddress()216 bool found_it = m_decl_map->GetFunctionAddress (name, fun_addr); in GetFunctionAddress()227 found_it = m_decl_map->GetFunctionAddress (altnernate_name, fun_addr); in GetFunctionAddress()266 if (!m_decl_map->GetFunctionAddress (name, fun_addr)) in GetFunctionAddress()279 log->Printf("Found \"%s\" at 0x%" PRIx64, name.GetCString(), fun_addr); in GetFunctionAddress()