Home
last modified time | relevance | path

Searched refs:read_int_from_array_of_bytes (Results 1 – 3 of 3) sorted by relevance

/third_party/libabigail/src/
Dabg-elf-helpers.cc1054 read_int_from_array_of_bytes(const uint8_t* bytes, in read_int_from_array_of_bytes() function
1110 return read_int_from_array_of_bytes(bytes, 8, is_big_endian, result); in read_uint64_from_array_of_bytes()
/third_party/libabigail/
DNEWS806 dwarf-reader: templatize read_int_from_array_of_bytes
DChangeLog6499 (read_context::read_int_from_array_of_bytes): Delete.
6504 * src/abg-elf-helpers.cc (read_int_from_array_of_bytes): New.
14362 dwarf-reader: templatize read_int_from_array_of_bytes
14363 * src/abg-dwarf-reader.cc (read_int_from_array_of_bytes):
20511 (read_context::read_int_from_array_of_bytes): Factorize this
20516 Uses read_int_from_array_of_bytes above.