reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Utility/DataExtractor.h
  697   void *GetU16(lldb::offset_t *offset_ptr, void *dst, uint32_t count) const;

References

tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
  125   if (data.GetU16(offset, &e_type, 2) == nullptr)
  141   if (data.GetU16(offset, &e_ehsize, 6) == nullptr)
  338     if (data.GetU16(offset, &st_shndx, 1) == nullptr)
  346     if (data.GetU16(offset, &st_shndx, 1) == nullptr)
tools/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
  314     data.GetU16(&data_offset, &m_libdispatch_offsets.dqo_version,
  361       data.GetU16(&data_offset, &m_libpthread_offsets.plo_version,