Searched refs:info_addr (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp30 addr_t info_addr; local
38 info_addr = process->ReadPointerFromMemory(info_location, error);
42 if (info_addr == 0)
45 return info_addr;
70 addr_t info_addr; local
77 cursor = info_addr = ResolveRendezvousAddress(m_process);
79 cursor = info_addr = m_rendezvous_addr;
100 m_rendezvous_addr = info_addr;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp66 addr_t info_addr; local
97 info_addr = _r_debug->GetAddress().GetLoadAddress(target);
98 if (info_addr != LLDB_INVALID_ADDRESS) {
102 __FUNCTION__, info_addr);
104 return info_addr;
123 info_addr = m_process->ReadPointerFromMemory(info_location, error);
130 if (info_addr == 0) {
138 return info_addr;
172 addr_t info_addr; local
182 cursor = info_addr
[all...]

Completed in 178 milliseconds