Lines Matching refs:bytes_to_read
36 _dwarf_read_lsb(uint8_t *data, uint64_t *offsetp, int bytes_to_read) in _dwarf_read_lsb() argument
44 switch (bytes_to_read) { in _dwarf_read_lsb()
65 *offsetp += bytes_to_read; in _dwarf_read_lsb()
71 _dwarf_decode_lsb(uint8_t **data, int bytes_to_read) in _dwarf_decode_lsb() argument
79 switch (bytes_to_read) { in _dwarf_decode_lsb()
100 *data += bytes_to_read; in _dwarf_decode_lsb()
106 _dwarf_read_msb(uint8_t *data, uint64_t *offsetp, int bytes_to_read) in _dwarf_read_msb() argument
113 switch (bytes_to_read) { in _dwarf_read_msb()
138 *offsetp += bytes_to_read; in _dwarf_read_msb()
144 _dwarf_decode_msb(uint8_t **data, int bytes_to_read) in _dwarf_decode_msb() argument
152 switch (bytes_to_read) { in _dwarf_decode_msb()
177 *data += bytes_to_read; in _dwarf_decode_msb()