Searched defs:offset_t (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/
H A Dlldb-types.h76 typedef uint64_t offset_t; typedef in namespace:lldb
/external/lldb/tools/debugserver/source/
H A DDNBDataRef.h47 typedef uint32_t offset_t; typedef in class:DNBDataRef
59 offset_t BytesLeft (offset_t offset) const
61 const offset_t size = GetSize();
67 bool ValidOffset(offset_t offset) const
71 bool ValidOffsetForDataOfSize(offset_t offset, uint32_t num_bytes) const
93 uint8_t Get8(offset_t *offset_ptr) const;
94 uint16_t Get16(offset_t *offset_ptr) const;
95 uint32_t Get32(offset_t *offset_ptr) const;
96 uint64_t Get64(offset_t *offset_pt
[all...]

Completed in 277 milliseconds