Home | History | Annotate | Download | only in Mach-O

Lines Matching refs:GetU32

81             int flavor = data.GetU32 (&offset);
87 uint32_t count = data.GetU32 (&offset);
104 exc.trapno = data.GetU32(&offset);
105 exc.err = data.GetU32(&offset);
189 int flavor = data.GetU32 (&offset);
195 uint32_t count = data.GetU32 (&offset);
200 (&gpr.eax)[i] = data.GetU32(&offset);
212 exc.trapno = data.GetU32(&offset);
213 exc.err = data.GetU32(&offset);
214 exc.faultvaddr = data.GetU32(&offset);
296 int flavor = data.GetU32 (&offset);
297 uint32_t count = data.GetU32 (&offset);
304 gpr.r[i] = data.GetU32(&offset);
321 fpu.fpscr = data.GetU32(&offset);
335 exc.exception = data.GetU32(&offset);
336 exc.fsr = data.GetU32(&offset);
337 exc.far = data.GetU32(&offset);
582 uint32_t magic = data.GetU32(&offset);
630 header.magic = data.GetU32(data_offset_ptr);
667 data.GetU32(data_offset_ptr, &header.cputype, 6);
690 m_header.magic = m_data.GetU32(&offset);
723 m_data.GetU32(&offset, &m_header.cputype, 6);
930 if (m_data.GetU32(&offset, &lc.cmd, 2) == NULL)
936 if (m_data.GetU32 (&offset, &m_dysymtab.ilocalsym, (sizeof(m_dysymtab) / sizeof(uint32_t)) - 2) == NULL)
973 if (m_data.GetU32(&offset, &encryption_cmd, 2) == NULL)
978 if (m_data.GetU32(&offset, &encryption_cmd.cryptoff, 3))
998 if (m_data.GetU32(&offset, &load_cmd, 2) == NULL)
1066 if (m_data.GetU32(&offset, &load_cmd.maxprot, 4))
1122 if (m_data.GetU32(&offset, &sect64.offset, num_u32s) == NULL)
1376 m_data.GetU32 (&offset, &m_dysymtab.ilocalsym, (sizeof(m_dysymtab) / sizeof(uint32_t)) - 2);
1481 if (m_data.GetU32(&offset, &lc, 2) == NULL)
1490 if (m_data.GetU32(&offset, &symtab_load_command.symoff, 4) == 0) // fill in symoff, nsyms, stroff, strsize fields
1524 if (m_data.GetU32(&offset, &function_starts_load_command.dataoff, 2) == NULL) // fill in symoff, nsyms, stroff, strsize fields
1937 uint32_t mappingOffset = dsc_header_data.GetU32(&offset);
1969 dsc_local_symbols_data.GetU32(&offset, &local_symbols_info.nlistOffset, 6);
1979 local_symbols_entry.dylibOffset = dsc_local_symbols_data.GetU32(&offset);
1980 local_symbols_entry.nlistStartIndex = dsc_local_symbols_data.GetU32(&offset);
1981 local_symbols_entry.nlistCount = dsc_local_symbols_data.GetU32(&offset);
3577 const uint32_t stub_sym_id = indirect_symbol_index_data.GetU32 (&symbol_stub_offset);
3697 if (data.GetU32(&offset, &load_cmd, 2) == NULL)
3757 if (m_data.GetU32(&offset, &load_cmd, 2) == NULL)
3769 uint32_t name_offset = cmd_offset + m_data.GetU32(&offset);
3832 if (m_data.GetU32(&offset, &load_cmd, 2) == NULL)
3842 uint32_t flavor = m_data.GetU32(&offset);
3843 uint32_t count = m_data.GetU32(&offset);
3856 start_address = m_data.GetU32(&offset);
3864 start_address = m_data.GetU32(&offset);
3974 if (m_data.GetU32(&offset, &thread_cmd, 2) == NULL)
4141 if (m_data.GetU32(&offset, &load_cmd, 2) == NULL)
4149 if (m_data.GetU32(&offset, &load_cmd.dylib, 4) == NULL)