HomeSort by: relevance | last modified time | path
    Searched defs:line_ptr (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/dwarf2/
line-header.c 262 const gdb_byte *line_ptr; local
282 line_ptr = section->buffer + to_underlying (sect_off);
286 = read_checked_initial_length_and_offset (abfd, line_ptr, cu_header,
288 line_ptr += bytes_read;
290 const gdb_byte *start_here = line_ptr;
292 if (line_ptr + unit_length > (section->buffer + section->size))
298 lh->version = read_2_bytes (abfd, line_ptr);
299 line_ptr += 2;
312 read_1_byte (abfd, line_ptr);
313 line_ptr += 1
    [all...]
read.c 18308 const gdb_byte *line_ptr,
18712 const gdb_byte *line_ptr,
18731 long line_offset = line_ptr - get_debug_line_section (cu)->buffer;
18748 const gdb_byte *line_ptr, *extended_end;
18756 line_ptr = lh->statement_program_start;
18760 while (line_ptr < line_end)
18775 while (line_ptr < line_end && !end_sequence)
18777 op_code = read_1_byte (abfd, line_ptr);
18778 line_ptr += 1;
18788 extended_len = read_unsigned_leb128 (abfd, line_ptr,
18737 const gdb_byte *line_ptr, *extended_end; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
line-header.c 262 const gdb_byte *line_ptr; local
282 line_ptr = section->buffer + to_underlying (sect_off);
286 = read_checked_initial_length_and_offset (abfd, line_ptr, cu_header,
288 line_ptr += bytes_read;
290 const gdb_byte *start_here = line_ptr;
292 if (line_ptr + unit_length > (section->buffer + section->size))
298 lh->version = read_2_bytes (abfd, line_ptr);
299 line_ptr += 2;
312 read_1_byte (abfd, line_ptr);
313 line_ptr += 1
    [all...]
read.c 17931 const gdb_byte *line_ptr,
18335 const gdb_byte *line_ptr,
18351 long line_offset = line_ptr - get_debug_line_section (cu)->buffer;
18368 const gdb_byte *line_ptr, *extended_end;
18376 line_ptr = lh->statement_program_start;
18380 while (line_ptr < line_end)
18395 while (line_ptr < line_end && !end_sequence)
18397 op_code = read_1_byte (abfd, line_ptr);
18398 line_ptr += 1;
18408 extended_len = read_unsigned_leb128 (abfd, line_ptr,
18357 const gdb_byte *line_ptr, *extended_end; local
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
opc2c.c 37 char * line_ptr; local
46 line_ptr = line_buf + line_buf_size - 1;
49 *line_ptr = 1;
54 while (line_ptr[0] == 0 && line_ptr[-1] != '\n')
61 line_ptr = line_buf + line_buf_size - 1;
63 *line_ptr = 1;
  /src/external/gpl3/binutils.old/dist/opcodes/
opc2c.c 37 char * line_ptr; local
46 line_ptr = line_buf + line_buf_size - 1;
49 *line_ptr = 1;
54 while (line_ptr[0] == 0 && line_ptr[-1] != '\n')
61 line_ptr = line_buf + line_buf_size - 1;
63 *line_ptr = 1;
  /src/external/gpl3/gdb/dist/opcodes/
opc2c.c 37 char * line_ptr; local
46 line_ptr = line_buf + line_buf_size - 1;
49 *line_ptr = 1;
54 while (line_ptr[0] == 0 && line_ptr[-1] != '\n')
61 line_ptr = line_buf + line_buf_size - 1;
63 *line_ptr = 1;
  /src/external/gpl3/gdb.old/dist/opcodes/
opc2c.c 37 char * line_ptr; local
46 line_ptr = line_buf + line_buf_size - 1;
49 *line_ptr = 1;
54 while (line_ptr[0] == 0 && line_ptr[-1] != '\n')
61 line_ptr = line_buf + line_buf_size - 1;
63 *line_ptr = 1;
  /src/external/gpl2/diffutils/dist/src/
diff3.c 1296 char *line_ptr;
1302 *set_start = line_ptr = scan_ptr + 2;
1303 while (*line_ptr++ != '\n')
1311 *set_length = line_ptr - *set_start;
1312 if (line_ptr < limit && *line_ptr == '\\')
1318 line_ptr++;
1322 putc (*line_ptr, stderr);
1324 while (*line_ptr++ != '\n');
1327 return line_ptr;
1292 char *line_ptr; local
    [all...]
  /src/external/gpl2/xcvs/dist/diff/
diff3.c 1387 char *line_ptr;
1393 *set_start = line_ptr = scan_ptr + 2;
1394 while (*line_ptr++ != '\n')
1402 *set_length = line_ptr - *set_start;
1403 if (line_ptr < limit && *line_ptr == '\\')
1408 line_ptr++;
1409 while (*line_ptr++ != '\n')
1416 line_ptr++;
1417 serr = line_ptr;
1383 char *line_ptr; local
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
ecofflink.c 2058 unsigned char *line_ptr;
2189 line_ptr = line_end = debug_info->line;
2197 line_ptr += fdr_ptr->cbLineOffset + pdr.cbLineOffset;
2203 while (line_ptr < line_end)
2208 delta = (*line_ptr >> 4) & 0xf;
2210 count = (*line_ptr & 0xf) + 1;
2211 ++line_ptr;
2214 delta = (((line_ptr[0]) & 0xff) << 8) | ((line_ptr[1]) & 0xff);
2216 line_ptr += 2
2056 unsigned char *line_ptr; local
    [all...]
dwarf2.c 2716 bfd_byte *line_ptr; local
2741 line_ptr = file->dwarf_line_buffer + unit->line_offset;
2745 lh.total_length = read_4_bytes (abfd, &line_ptr, line_end);
2749 lh.total_length = read_8_bytes (abfd, &line_ptr, line_end);
2755 lh.total_length = read_4_bytes (abfd, &line_ptr, line_end);
2759 if (lh.total_length > (size_t) (line_end - line_ptr))
2765 (uint64_t) lh.total_length, (unsigned long) (line_end - line_ptr));
2770 line_end = line_ptr + lh.total_length;
2772 lh.version = read_2_bytes (abfd, &line_ptr, line_end);
2781 if (line_ptr + offset_size + (lh.version >= 5 ? 8 : (lh.version >= 4 ? 6 : 5)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
ecofflink.c 2058 unsigned char *line_ptr;
2189 line_ptr = line_end = debug_info->line;
2197 line_ptr += fdr_ptr->cbLineOffset + pdr.cbLineOffset;
2203 while (line_ptr < line_end)
2208 delta = *line_ptr >> 4;
2211 count = (*line_ptr & 0xf) + 1;
2212 ++line_ptr;
2215 delta = (((line_ptr[0]) & 0xff) << 8) + ((line_ptr[1]) & 0xff);
2218 line_ptr += 2
2056 unsigned char *line_ptr; local
    [all...]
dwarf2.c 2716 bfd_byte *line_ptr; local
2741 line_ptr = file->dwarf_line_buffer + unit->line_offset;
2745 lh.total_length = read_4_bytes (abfd, &line_ptr, line_end);
2749 lh.total_length = read_8_bytes (abfd, &line_ptr, line_end);
2755 lh.total_length = read_4_bytes (abfd, &line_ptr, line_end);
2759 if (lh.total_length > (size_t) (line_end - line_ptr))
2765 (uint64_t) lh.total_length, (unsigned long) (line_end - line_ptr));
2770 line_end = line_ptr + lh.total_length;
2772 lh.version = read_2_bytes (abfd, &line_ptr, line_end);
2781 if (line_ptr + offset_size + (lh.version >= 5 ? 8 : (lh.version >= 4 ? 6 : 5)
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
ecofflink.c 2048 unsigned char *line_ptr;
2179 line_ptr = line_end = debug_info->line;
2187 line_ptr += fdr_ptr->cbLineOffset + pdr.cbLineOffset;
2193 while (line_ptr < line_end)
2198 delta = *line_ptr >> 4;
2201 count = (*line_ptr & 0xf) + 1;
2202 ++line_ptr;
2205 delta = (((line_ptr[0]) & 0xff) << 8) + ((line_ptr[1]) & 0xff);
2208 line_ptr += 2
2045 unsigned char *line_ptr; local
    [all...]
dwarf2.c 2716 bfd_byte *line_ptr; local
2741 line_ptr = file->dwarf_line_buffer + unit->line_offset;
2745 lh.total_length = read_4_bytes (abfd, &line_ptr, line_end);
2749 lh.total_length = read_8_bytes (abfd, &line_ptr, line_end);
2755 lh.total_length = read_4_bytes (abfd, &line_ptr, line_end);
2759 if (lh.total_length > (size_t) (line_end - line_ptr))
2765 (uint64_t) lh.total_length, (unsigned long) (line_end - line_ptr));
2770 line_end = line_ptr + lh.total_length;
2772 lh.version = read_2_bytes (abfd, &line_ptr, line_end);
2781 if (line_ptr + offset_size + (lh.version >= 5 ? 8 : (lh.version >= 4 ? 6 : 5)
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
ecofflink.c 2048 unsigned char *line_ptr;
2179 line_ptr = line_end = debug_info->line;
2187 line_ptr += fdr_ptr->cbLineOffset + pdr.cbLineOffset;
2193 while (line_ptr < line_end)
2198 delta = *line_ptr >> 4;
2201 count = (*line_ptr & 0xf) + 1;
2202 ++line_ptr;
2205 delta = (((line_ptr[0]) & 0xff) << 8) + ((line_ptr[1]) & 0xff);
2208 line_ptr += 2
2045 unsigned char *line_ptr; local
    [all...]
dwarf2.c 2709 bfd_byte *line_ptr; local
2734 line_ptr = file->dwarf_line_buffer + unit->line_offset;
2738 lh.total_length = read_4_bytes (abfd, &line_ptr, line_end);
2742 lh.total_length = read_8_bytes (abfd, &line_ptr, line_end);
2748 lh.total_length = read_4_bytes (abfd, &line_ptr, line_end);
2752 if (lh.total_length > (size_t) (line_end - line_ptr))
2758 (uint64_t) lh.total_length, (unsigned long) (line_end - line_ptr));
2763 line_end = line_ptr + lh.total_length;
2765 lh.version = read_2_bytes (abfd, &line_ptr, line_end);
2774 if (line_ptr + offset_size + (lh.version >= 5 ? 8 : (lh.version >= 4 ? 6 : 5)
    [all...]

Completed in 79 milliseconds