Lines Matching refs:bytes_to_read
404 int bytes_to_read);
406 int bytes_to_read);
407 static uint64_t _decode_lsb(uint8_t **data, int bytes_to_read);
408 static uint64_t _decode_msb(uint8_t **data, int bytes_to_read);
7634 _read_lsb(Elf_Data *d, uint64_t *offsetp, int bytes_to_read) in _read_lsb() argument
7642 switch (bytes_to_read) { in _read_lsb()
7660 *offsetp += bytes_to_read; in _read_lsb()
7666 _read_msb(Elf_Data *d, uint64_t *offsetp, int bytes_to_read) in _read_msb() argument
7673 switch (bytes_to_read) { in _read_msb()
7694 *offsetp += bytes_to_read; in _read_msb()
7700 _decode_lsb(uint8_t **data, int bytes_to_read) in _decode_lsb() argument
7708 switch (bytes_to_read) { in _decode_lsb()
7726 *data += bytes_to_read; in _decode_lsb()
7732 _decode_msb(uint8_t **data, int bytes_to_read) in _decode_msb() argument
7740 switch (bytes_to_read) { in _decode_msb()
7762 *data += bytes_to_read; in _decode_msb()