Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDDynamicLoader.h295 ReadUnsignedIntWithSizeInBytes(lldb::addr_t addr, int size_in_bytes);
/trueos/contrib/llvm/tools/lldb/source/Core/
HDDynamicLoader.cpp194 DynamicLoader::ReadUnsignedIntWithSizeInBytes(addr_t addr, int size_in_bytes) in ReadUnsignedIntWithSizeInBytes() function in DynamicLoader
/trueos/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
HDDynamicLoaderPOSIXDYLD.cpp478 int64_t modid = ReadUnsignedIntWithSizeInBytes (link_map + metadata.modid_offset, modid_size); in GetThreadLocalData()