Lines Matching refs:bytes_to_read
33 _dwarf_read_lsb(uint8_t *data, uint64_t *offsetp, int bytes_to_read) in _dwarf_read_lsb() argument
41 switch (bytes_to_read) { in _dwarf_read_lsb()
59 *offsetp += bytes_to_read; in _dwarf_read_lsb()
65 _dwarf_decode_lsb(uint8_t **data, int bytes_to_read) in _dwarf_decode_lsb() argument
73 switch (bytes_to_read) { in _dwarf_decode_lsb()
91 *data += bytes_to_read; in _dwarf_decode_lsb()
97 _dwarf_read_msb(uint8_t *data, uint64_t *offsetp, int bytes_to_read) in _dwarf_read_msb() argument
104 switch (bytes_to_read) { in _dwarf_read_msb()
125 *offsetp += bytes_to_read; in _dwarf_read_msb()
131 _dwarf_decode_msb(uint8_t **data, int bytes_to_read) in _dwarf_decode_msb() argument
139 switch (bytes_to_read) { in _dwarf_decode_msb()
161 *data += bytes_to_read; in _dwarf_decode_msb()