Lines Matching refs:GetMaxU64
25 static bool GetMaxU64(const lldb_private::DataExtractor &data, in GetMaxU64() function
29 *value = data.GetMaxU64(offset, byte_size); in GetMaxU64()
33 static bool GetMaxU64(const lldb_private::DataExtractor &data, in GetMaxU64() function
39 if (!GetMaxU64(data, offset, value, byte_size)) { in GetMaxU64()
133 if (!GetMaxU64(data, offset, &e_entry, byte_size, 3)) in Parse()
231 if (!GetMaxU64(data, offset, &sh_flags, byte_size)) in Parse()
235 if (!GetMaxU64(data, offset, &sh_addr, byte_size, 3)) in Parse()
243 if (!GetMaxU64(data, offset, &sh_addralign, byte_size, 2)) in Parse()
330 if (!GetMaxU64(data, offset, &st_value, byte_size, 2)) in Parse()
373 if (!GetMaxU64(data, offset, &p_offset, byte_size, 5)) in Parse()
381 if (!GetMaxU64(data, offset, &p_align, byte_size)) in Parse()
389 if (!GetMaxU64(data, offset, &p_offset, byte_size, 6)) in Parse()
415 return GetMaxU64(data, offset, &r_offset, byte_size, 2) != false; in Parse()
427 if (!GetMaxU64(data, offset, &r_offset, byte_size, 2)) in Parse()