Searched refs:bytes_read_ptr (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Ddwarf2-frame.c963 read_unsigned_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr)
984 *bytes_read_ptr = num_read;
990 read_signed_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr)
1014 *bytes_read_ptr = num_read;
1020 read_initial_length (bfd *abfd, char *buf, unsigned int *bytes_read_ptr)
1028 *bytes_read_ptr = 12;
1031 *bytes_read_ptr = 4;
1093 char *buf, unsigned int *bytes_read_ptr)
1105 *bytes_read_ptr = 0;
1135 *bytes_read_ptr
956 read_unsigned_leb128(bfd *abfd, char *buf, unsigned int *bytes_read_ptr) argument
983 read_signed_leb128(bfd *abfd, char *buf, unsigned int *bytes_read_ptr) argument
1013 read_initial_length(bfd *abfd, char *buf, unsigned int *bytes_read_ptr) argument
1084 read_encoded_value(struct comp_unit *unit, unsigned char encoding, char *buf, unsigned int *bytes_read_ptr) argument
[all...]
H A Ddwarf2read.c5954 read_string (bfd *abfd, char *buf, unsigned int *bytes_read_ptr) argument
5962 *bytes_read_ptr = 1;
5965 *bytes_read_ptr = strlen (buf) + 1;
5972 unsigned int *bytes_read_ptr)
5975 (int *) bytes_read_ptr);
5996 read_unsigned_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr) argument
6019 *bytes_read_ptr = num_read;
6024 read_signed_leb128 (bfd *abfd, char *buf, unsigned int *bytes_read_ptr) argument
6051 *bytes_read_ptr = num_read;
5970 read_indirect_string(bfd *abfd, char *buf, const struct comp_unit_head *cu_header, unsigned int *bytes_read_ptr) argument
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Ddwarf2.c253 unsigned int *bytes_read_ptr)
258 *bytes_read_ptr = 1;
262 *bytes_read_ptr = strlen (buf) + 1;
269 unsigned int *bytes_read_ptr)
278 *bytes_read_ptr = unit->offset_size;
321 unsigned int *bytes_read_ptr)
342 * bytes_read_ptr = num_read;
350 unsigned int * bytes_read_ptr)
374 * bytes_read_ptr = num_read;
251 read_string(bfd *abfd ATTRIBUTE_UNUSED, char *buf, unsigned int *bytes_read_ptr) argument
267 read_indirect_string(struct comp_unit* unit, char *buf, unsigned int *bytes_read_ptr) argument
319 read_unsigned_leb128(bfd *abfd ATTRIBUTE_UNUSED, char *buf, unsigned int *bytes_read_ptr) argument
348 read_signed_leb128(bfd *abfd ATTRIBUTE_UNUSED, char *buf, unsigned int * bytes_read_ptr) argument
H A Delf-eh-frame.c34 unsigned int *bytes_read_ptr)
53 *bytes_read_ptr = num_read;
62 unsigned int * bytes_read_ptr)
83 *bytes_read_ptr = num_read;
32 read_unsigned_leb128(bfd *abfd ATTRIBUTE_UNUSED, char *buf, unsigned int *bytes_read_ptr) argument
60 read_signed_leb128(bfd *abfd ATTRIBUTE_UNUSED, char *buf, unsigned int * bytes_read_ptr) argument
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dlibbfd.c977 unsigned int *bytes_read_ptr)
996 *bytes_read_ptr = num_read;
1005 unsigned int *bytes_read_ptr)
1026 *bytes_read_ptr = num_read;
972 read_unsigned_leb128(bfd *abfd ATTRIBUTE_UNUSED, bfd_byte *buf, unsigned int *bytes_read_ptr) argument
1000 read_signed_leb128(bfd *abfd ATTRIBUTE_UNUSED, bfd_byte *buf, unsigned int *bytes_read_ptr) argument
H A Ddwarf2.c288 unsigned int *bytes_read_ptr)
294 *bytes_read_ptr = 1;
298 *bytes_read_ptr = strlen (str) + 1;
305 unsigned int *bytes_read_ptr)
315 *bytes_read_ptr = unit->offset_size;
286 read_string(bfd *abfd ATTRIBUTE_UNUSED, bfd_byte *buf, unsigned int *bytes_read_ptr) argument
303 read_indirect_string(struct comp_unit* unit, bfd_byte *buf, unsigned int *bytes_read_ptr) argument

Completed in 150 milliseconds