Home
last modified time | relevance | path

Searched refs:ReadUnsignedIntWithSizeInBytes (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DDynamicLoader.h357 int64_t ReadUnsignedIntWithSizeInBytes(lldb::addr_t addr, int size_in_bytes);
/openbsd/src/gnu/llvm/lldb/source/Core/
DDynamicLoader.cpp278 int64_t DynamicLoader::ReadUnsignedIntWithSizeInBytes(addr_t addr, in ReadUnsignedIntWithSizeInBytes() function in DynamicLoader
/openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.cpp726 m_entry_point = ReadUnsignedIntWithSizeInBytes(m_entry_point, 8); in GetEntryPoint()
754 int64_t modid = ReadUnsignedIntWithSizeInBytes( in GetThreadLocalData()