Lines Matching refs:byte_size
27 uint32_t byte_size) { in GetMaxU64() argument
29 *value = data.GetMaxU64(offset, byte_size); in GetMaxU64()
35 uint32_t byte_size, uint32_t count) { in GetMaxU64() argument
39 if (!GetMaxU64(data, offset, value, byte_size)) { in GetMaxU64()
49 uint32_t byte_size) { in GetMaxS64() argument
51 *value = data.GetMaxS64(offset, byte_size); in GetMaxS64()
57 uint32_t byte_size, uint32_t count) { in GetMaxS64() argument
61 if (!GetMaxS64(data, offset, value, byte_size)) { in GetMaxS64()
120 const unsigned byte_size = Is32Bit() ? 4 : 8; in Parse() local
122 data.SetAddressByteSize(byte_size); in Parse()
133 if (!GetMaxU64(data, offset, &e_entry, byte_size, 3)) in Parse()
227 const unsigned byte_size = data.GetAddressByteSize(); in Parse() local
234 if (!GetMaxU64(data, offset, &sh_flags, byte_size)) in Parse()
238 if (!GetMaxU64(data, offset, &sh_addr, byte_size, 3)) in Parse()
246 if (!GetMaxU64(data, offset, &sh_addralign, byte_size, 2)) in Parse()
324 const unsigned byte_size = data.GetAddressByteSize(); in Parse() local
325 const bool parsing_32 = byte_size == 4; in Parse()
333 if (!GetMaxU64(data, offset, &st_value, byte_size, 2)) in Parse()
367 const uint32_t byte_size = data.GetAddressByteSize(); in Parse() local
368 const bool parsing_32 = byte_size == 4; in Parse()
376 if (!GetMaxU64(data, offset, &p_offset, byte_size, 5)) in Parse()
384 if (!GetMaxU64(data, offset, &p_align, byte_size)) in Parse()
392 if (!GetMaxU64(data, offset, &p_offset, byte_size, 6)) in Parse()
405 const unsigned byte_size = data.GetAddressByteSize(); in Parse() local
406 return GetMaxS64(data, offset, &d_tag, byte_size, 2); in Parse()
415 const unsigned byte_size = data.GetAddressByteSize(); in Parse() local
418 return GetMaxU64(data, offset, &r_offset, byte_size, 2) != false; in Parse()
427 const unsigned byte_size = data.GetAddressByteSize(); in Parse() local
430 if (!GetMaxU64(data, offset, &r_offset, byte_size, 2)) in Parse()
434 if (!GetMaxS64(data, offset, &r_addend, byte_size)) in Parse()