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

Declarations

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

References

tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
  794     if (data.GetU32(&offset, &header->cputype,
  853         data.GetU32(&offset, &segment.maxprot, 4);
  863         data.GetU32(&offset, &segment.maxprot, 4);
tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.cpp
  114         if (data.GetU32(&offset, &arch, sizeof(fat_arch) / sizeof(uint32_t)))
tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
  129   if (data.GetU32(offset, &e_version, 1) == nullptr)
  137   if (data.GetU32(offset, &e_flags, 1) == nullptr)
  227   if (data.GetU32(offset, &sh_name, 2) == nullptr)
  239   if (data.GetU32(offset, &sh_link, 2) == nullptr)
  325   if (data.GetU32(offset, &st_name, 1) == nullptr)
  368   if (data.GetU32(offset, &p_type, 1) == nullptr)
  377     if (data.GetU32(offset, &p_flags, 1) == nullptr)
  385     if (data.GetU32(offset, &p_flags, 1) == nullptr)
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  213   if (data.GetU32(offset, &n_namesz, 3) == nullptr)
 1023       if (data.GetU32(&offset, &version_info, 1) == nullptr) {
 1053           if (data.GetU32(&offset, &version_info[0], note.n_descsz / 4) ==
 1135       if (data.GetU32(&offset, &version_info, 1) == nullptr) {
 1488             data.GetU32(&gnu_debuglink_offset, &gnu_debuglink_crc, 1);
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
  967     data.GetU32(data_offset_ptr, &header.cputype, 6);
 1022     m_data.GetU32(&offset, &m_header.cputype, 6);
 1268         if (m_data.GetU32(&offset, &lc.cmd, 2) == nullptr)
 1273           if (m_data.GetU32(&offset, &m_dysymtab.ilocalsym,
 1297     if (m_data.GetU32(&offset, &encryption_cmd, 2) == nullptr)
 1304       if (m_data.GetU32(&offset, &encryption_cmd.cryptoff, 3)) {
 1566   if (!m_data.GetU32(&offset, &load_cmd.maxprot, 4))
 1657     if (m_data.GetU32(&offset, &sect64.offset, num_u32s) == nullptr)
 1808   m_data.GetU32(&offset, &m_dysymtab.ilocalsym,
 1828     if (m_data.GetU32(&offset, &load_cmd, 2) == nullptr)
 2070     if (m_data.GetU32(&offset, &lc, 2) == nullptr)
 2078       if (m_data.GetU32(&offset, &symtab_load_command.symoff, 4) ==
 2108       if (m_data.GetU32(&offset, &dyld_info.rebase_off, 10)) {
 2141       if (m_data.GetU32(&offset, &function_starts_load_command.dataoff, 2) ==
 4750     if (data.GetU32(&offset, &load_cmd, 2) == nullptr)
 4900     if (data.GetU32(&offset, &load_cmd, 2) == NULL)
 4938     if (data.GetU32(&offset, &load_cmd, 2) == NULL)
 5032       if (m_data.GetU32(&offset, &load_cmd, 2) == nullptr)
 5168       if (m_data.GetU32(&offset, &load_cmd, 2) == nullptr)
 5320         if (m_data.GetU32(&offset, &thread_cmd, 2) == nullptr)
 5347       if (m_data.GetU32(&offset, &lc.cmd, 2) == nullptr)
 5362           if (m_data.GetU32(&offset, &version, 1) != nullptr) {
 5387       if (m_data.GetU32(&offset, &ident_command, 2) == nullptr)
 5415       if (m_data.GetU32(&offset, &lc.cmd, 2) == nullptr)
 5437           if (m_data.GetU32(&offset, &version, 1) != nullptr && version == 1) {
 5442             if (m_data.GetU32(&offset, &type, 1) &&
 5612       if (m_data.GetU32(&offset, &load_cmd, 2) == nullptr)
 5618           if (m_data.GetU32(&offset, &load_cmd.dylib, 4) == nullptr)
 5774       if (m_data.GetU32(&offset, &lc.cmd, 2) == nullptr)
 5780         if (m_data.GetU32(&offset, &lc.version,
 5835       if (m_data.GetU32(&offset, &lc.cmd, 2) == nullptr)
 5841         if (m_data.GetU32(&offset, &lc.version,
 5864         if (m_data.GetU32(&offset, &lc.cmd, 2) == nullptr)