Home
last modified time | relevance | path

Searched refs:ldbase (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.h42 lldb::addr_t ldbase = 0; member
108 lldb::addr_t GetLDBase() const { return m_current.ldbase; } in GetLDBase()
H A DHexagonDYLDRendezvous.cpp96 if (!(cursor = ReadPointer(cursor + padding, &info.ldbase))) in Resolve()
/src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h118 lldb::addr_t ldbase = 0; member
187 lldb::addr_t GetLDBase() const { return m_current.ldbase; } in GetLDBase()
H A DDYLDRendezvous.cpp162 map_addr, brk, state, StateToCStr((RendezvousState)state), ldbase); in DumpToLog()
204 if (!(cursor = ReadPointer(cursor + padding, &info.ldbase))) in Resolve()