Home | History | Annotate | Download | only in MacOSX-DYLD

Lines Matching defs:endian

1021     const ByteOrder endian = m_dyld.GetByteOrder();
1035 DataExtractor info_data_ref(info_data.GetBytes(), info_data.GetByteSize(), endian, addr_size);
1156 DataExtractor data(header_bytes.GetBytes(), header_bytes.GetByteSize(), lldb::endian::InlHostByteOrder(), 4);
1193 // Set the load command data and also set the correct endian
1820 return lldb::endian::InlHostByteOrder();
1824 if (lldb::endian::InlHostByteOrder() == lldb::eByteOrderBig)