Home
last modified time | relevance | path

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

/freebsd-13.1/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.cpp92 if (!(cursor = ReadPointer(cursor + padding, &info.ldbase))) in Resolve()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h45 lldb::addr_t ldbase = 0; member
106 lldb::addr_t GetLDBase() const { return m_current.ldbase; } in GetLDBase()
H A DDYLDRendezvous.cpp156 if (!(cursor = ReadPointer(cursor + padding, &info.ldbase))) in Resolve()