| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| comp-unit-head.h | 102 LONGEST read_offset (bfd *abfd, const gdb_byte *buf, function in struct:comp_unit_head 105 LONGEST offset = ::read_offset (abfd, buf, offset_size);
|
| leb.c | 116 read_offset (bfd *abfd, const gdb_byte *buf, unsigned int offset_size) function
|
| leb.h | 107 [ Note: read_initial_length() and read_offset() are based on the 127 extern LONGEST read_offset (bfd *abfd, const gdb_byte *buf,
|
| comp-unit-head.c | 109 = (sect_offset) cu_header->read_offset (abfd, info_ptr, &bytes_read); 134 type_offset = cu_header->read_offset (abfd, info_ptr, &bytes_read);
|
| macro.c | 499 str_offset = read_offset (abfd, mac_ptr, offset_size); 600 ULONGEST str_offset = read_offset (abfd, info_ptr, offset_size); 708 offset = read_offset (abfd, mac_ptr, offset_size);
|
| line-header.c | 326 LONGEST header_length = read_offset (abfd, line_ptr, offset_size);
|
| read-debug-names.c | 158 ull = read_offset (abfd, entry, offset_size);
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| unit-head.h | 103 LONGEST read_offset (bfd *abfd, const gdb_byte *buf, function in struct:unit_head 106 LONGEST offset = ::read_offset (abfd, buf, offset_size);
|
| leb.c | 116 read_offset (bfd *abfd, const gdb_byte *buf, unsigned int offset_size) function
|
| leb.h | 107 [ Note: read_initial_length() and read_offset() are based on the 127 extern LONGEST read_offset (bfd *abfd, const gdb_byte *buf,
|
| unit-head.c | 106 = (sect_offset) header->read_offset (abfd, info_ptr, &bytes_read); 132 type_offset = header->read_offset (abfd, info_ptr, &bytes_read);
|
| macro.c | 500 str_offset = read_offset (abfd, mac_ptr, offset_size); 600 ULONGEST str_offset = read_offset (abfd, info_ptr, offset_size); 708 offset = read_offset (abfd, mac_ptr, offset_size);
|
| line-header.c | 325 LONGEST header_length = read_offset (abfd, line_ptr, offset_size);
|
| read-debug-names.c | 203 ull = read_offset (abfd, entry, offset_size);
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/ |
| intel_guc_log.c | 225 unsigned int buffer_size, read_offset, write_offset, bytes_to_copy, full_cnt; local 267 read_offset = log_buf_state_local.read_ptr; 296 read_offset = 0; 298 } else if (unlikely((read_offset > buffer_size) || 302 read_offset = 0; 307 if (read_offset > write_offset) { 309 bytes_to_copy = buffer_size - read_offset; 311 bytes_to_copy = write_offset - read_offset; 313 i915_memcpy_from_wc(dst_data + read_offset, 314 src_data + read_offset, bytes_to_copy) [all...] |
| /src/crypto/external/apache2/openssl/dist/test/quic-openssl-docker/hq-interop/ |
| quic-hq-interop.c | 869 size_t read_offset = 0; local 896 if (!BIO_read_ex(req_bio, &reqnames[read_offset], REQ_STRING_SZ, &bytes_read)) { 900 read_offset += bytes_read; 901 reqnames = OPENSSL_realloc(reqnames, read_offset + REQ_STRING_SZ); 907 reqnames[read_offset + 1] = '\0';
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_support_format_cab.c | 199 uint16_t read_offset; member in struct:cfdata 1273 cfdata->read_offset = 0; 1436 d = cab->uncompressed_buffer + cfdata->read_offset; 1437 *avail = uavail - cfdata->read_offset; 1601 d = cab->uncompressed_buffer + cfdata->read_offset; 1602 *avail = uavail - cfdata->read_offset; 1665 d = cab->uncompressed_buffer + cfdata->read_offset; 1666 *avail = uavail - cfdata->read_offset; 1763 d = cab->uncompressed_buffer + cfdata->read_offset; 1764 *avail = uavail - cfdata->read_offset; [all...] |
| /src/external/ibm-public/postfix/dist/src/cleanup/ |
| cleanup_milter.c | 997 off_t read_offset; local 1008 if ((read_offset = vstream_ftell(state->dst)) < 0) { 1014 if (read_offset == state->append_hdr_pt_offset) 1018 GET_NEXT_TEXT_OR_PTR_RECORD(rec_type, state, rec_buf, read_offset, 1035 return (read_offset);
|
| /src/external/gpl3/gcc/dist/libbacktrace/ |
| dwarf.c | 570 read_offset (struct dwarf_buf *buf, int is_dwarf64) function 818 offset = read_offset (buf, is_dwarf64); 833 offset = read_offset (buf, is_dwarf64); 853 val->u.uint = read_offset (buf, is_dwarf64); 893 val->u.uint = read_offset (buf, is_dwarf64); 997 val->u.uint = read_offset (buf, is_dwarf64); 1009 offset = read_offset (buf, is_dwarf64); 1072 offset = read_offset (&offset_buf, is_dwarf64); 1764 offset = read_offset (&rnglists_buf, u->is_dwarf64); 2196 abbrev_offset = read_offset (&unit_buf, is_dwarf64) [all...] |
| /src/external/gpl3/gcc.old/dist/libbacktrace/ |
| dwarf.c | 570 read_offset (struct dwarf_buf *buf, int is_dwarf64) function 818 offset = read_offset (buf, is_dwarf64); 833 offset = read_offset (buf, is_dwarf64); 853 val->u.uint = read_offset (buf, is_dwarf64); 893 val->u.uint = read_offset (buf, is_dwarf64); 997 val->u.uint = read_offset (buf, is_dwarf64); 1009 offset = read_offset (buf, is_dwarf64); 1072 offset = read_offset (&offset_buf, is_dwarf64); 1764 offset = read_offset (&rnglists_buf, u->is_dwarf64); 2196 abbrev_offset = read_offset (&unit_buf, is_dwarf64) [all...] |
| /src/external/gpl3/gdb/dist/libbacktrace/ |
| dwarf.c | 570 read_offset (struct dwarf_buf *buf, int is_dwarf64) function 818 offset = read_offset (buf, is_dwarf64); 833 offset = read_offset (buf, is_dwarf64); 853 val->u.uint = read_offset (buf, is_dwarf64); 893 val->u.uint = read_offset (buf, is_dwarf64); 997 val->u.uint = read_offset (buf, is_dwarf64); 1009 offset = read_offset (buf, is_dwarf64); 1072 offset = read_offset (&offset_buf, is_dwarf64); 1764 offset = read_offset (&rnglists_buf, u->is_dwarf64); 2196 abbrev_offset = read_offset (&unit_buf, is_dwarf64) [all...] |
| /src/external/gpl3/gdb.old/dist/libbacktrace/ |
| dwarf.c | 570 read_offset (struct dwarf_buf *buf, int is_dwarf64) function 818 offset = read_offset (buf, is_dwarf64); 833 offset = read_offset (buf, is_dwarf64); 853 val->u.uint = read_offset (buf, is_dwarf64); 893 val->u.uint = read_offset (buf, is_dwarf64); 997 val->u.uint = read_offset (buf, is_dwarf64); 1009 offset = read_offset (buf, is_dwarf64); 1072 offset = read_offset (&offset_buf, is_dwarf64); 1764 offset = read_offset (&rnglists_buf, u->is_dwarf64); 2196 abbrev_offset = read_offset (&unit_buf, is_dwarf64) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| dse.cc | 1901 consisting of READ_WIDTH bytes starting from READ_OFFSET. Return NULL 1906 poly_int64 read_offset, poly_int64 read_width, 1920 - (read_offset + read_width)); 1922 gap = read_offset - store_info->offset;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| dse.cc | 1884 consisting of READ_WIDTH bytes starting from READ_OFFSET. Return NULL 1889 poly_int64 read_offset, poly_int64 read_width, 1903 - (read_offset + read_width)); 1905 gap = read_offset - store_info->offset;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| value.c | 3222 LONGEST read_offset; 3235 read_offset = bitpos / 8; 3237 val = extract_unsigned_integer (valaddr + read_offset, 3215 LONGEST read_offset; local
|