/netbsd-src/external/gpl2/xcvs/dist/diff/ |
H A D | diff3.c | 1383 char *line_ptr; local 1389 *set_start = line_ptr = scan_ptr + 2; 1390 while (*line_ptr++ != '\n') 1398 *set_length = line_ptr - *set_start; 1399 if (line_ptr < limit && *line_ptr == '\\') 1404 line_ptr++; 1405 while (*line_ptr++ != '\n') 1412 line_ptr++; 1413 serr = line_ptr; 1414 while (*line_ptr++ != '\n') [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | dwarf2.c | 2605 bfd_byte *line_ptr; in decode_line_info() local 2630 line_ptr = file->dwarf_line_buffer + unit->line_offset; in decode_line_info() 2634 lh.total_length = read_4_bytes (abfd, &line_ptr, line_end); in decode_line_info() 2638 lh.total_length = read_8_bytes (abfd, &line_ptr, line_end); in decode_line_info() 2644 lh.total_length = read_4_bytes (abfd, &line_ptr, line_end); in decode_line_info() 2648 if (lh.total_length > (size_t) (line_end - line_ptr)) in decode_line_info() 2654 (uint64_t) lh.total_length, (unsigned long) (line_end - line_ptr)); in decode_line_info() 2659 line_end = line_ptr + lh.total_length; in decode_line_info() 2661 lh.version = read_2_bytes (abfd, &line_ptr, line_end); in decode_line_info() 2670 if (line_ptr + offset_size + (lh.version >= 5 ? 8 : (lh.version >= 4 ? 6 : 5)) in decode_line_info() [all …]
|
H A D | coffgen.c | 2243 unsigned int *line_ptr, in coff_find_nearest_line_with_names() argument 2261 functionname_ptr, line_ptr, in coff_find_nearest_line_with_names() 2271 line_ptr, NULL, debug_sections, in coff_find_nearest_line_with_names() 2311 line_ptr, NULL, debug_sections, in coff_find_nearest_line_with_names() 2318 *line_ptr = 0; in coff_find_nearest_line_with_names() 2406 *line_ptr = 0; in coff_find_nearest_line_with_names() 2467 *line_ptr = line_base; in coff_find_nearest_line_with_names() 2475 *line_ptr = l->line_number + line_base - 1; in coff_find_nearest_line_with_names() 2491 *line_ptr = 0; in coff_find_nearest_line_with_names() 2521 unsigned int *line_ptr, in coff_find_nearest_line() argument [all …]
|
H A D | ecofflink.c | 1985 unsigned char *line_ptr; in lookup_line() local 2124 line_ptr = debug_info->line + fdr_ptr->cbLineOffset + pdr.cbLineOffset; in lookup_line() 2125 while (line_ptr < line_end) in lookup_line() 2130 delta = *line_ptr >> 4; in lookup_line() 2133 count = (*line_ptr & 0xf) + 1; in lookup_line() 2134 ++line_ptr; in lookup_line() 2137 delta = (((line_ptr[0]) & 0xff) << 8) + ((line_ptr[1]) & 0xff); in lookup_line() 2140 line_ptr += 2; in lookup_line()
|
H A D | syms.c | 1501 unsigned int *line_ptr ATTRIBUTE_UNUSED, in _bfd_nosymbols_find_nearest_line() 1512 unsigned int *line_ptr ATTRIBUTE_UNUSED) in _bfd_nosymbols_find_line() 1522 unsigned int *line_ptr ATTRIBUTE_UNUSED) in _bfd_nosymbols_find_inliner_info()
|
H A D | pdp11.c | 2318 unsigned int *line_ptr, in NAME() 2335 *line_ptr = 0; in NAME() 2355 || *line_ptr != 0)) in NAME() 2369 *line_ptr = 0; in NAME() 2386 *line_ptr = 0; in NAME() 2420 *line_ptr = q->desc; in NAME() 2444 if (*line_ptr != 0) in NAME()
|
H A D | aoutx.h | 2677 unsigned int *line_ptr, in NAME() 2695 *line_ptr = 0; in NAME() 2715 || *line_ptr != 0)) in NAME() 2729 *line_ptr = 0; in NAME() 2746 *line_ptr = 0; in NAME() 2781 *line_ptr = q->desc; in NAME() 2805 if (*line_ptr != 0) in NAME()
|
H A D | elf64-alpha.c | 1460 unsigned int *line_ptr, in elf64_alpha_find_nearest_line() argument 1467 line_ptr, discriminator_ptr, in elf64_alpha_find_nearest_line() 1538 line_ptr)) in elf64_alpha_find_nearest_line() 1551 line_ptr, discriminator_ptr); in elf64_alpha_find_nearest_line()
|
H A D | elf.c | 9319 unsigned int *line_ptr, in _bfd_elf_find_nearest_line() argument 9326 line_ptr, discriminator_ptr, in _bfd_elf_find_nearest_line() 9332 filename_ptr, functionname_ptr, line_ptr)) in _bfd_elf_find_nearest_line() 9343 functionname_ptr, line_ptr, in _bfd_elf_find_nearest_line() 9346 if (found && (*functionname_ptr || *line_ptr)) in _bfd_elf_find_nearest_line() 9356 *line_ptr = 0; in _bfd_elf_find_nearest_line() 9364 const char **filename_ptr, unsigned int *line_ptr) in _bfd_elf_find_line() argument 9367 filename_ptr, NULL, line_ptr, NULL, in _bfd_elf_find_line() 9382 unsigned int *line_ptr) in _bfd_elf_find_inliner_info() argument 9386 functionname_ptr, line_ptr, in _bfd_elf_find_inliner_info()
|
H A D | som.c | 5778 unsigned int *line_ptr, in som_find_nearest_line() argument 5791 functionname_ptr, line_ptr, in som_find_nearest_line() 5824 *line_ptr = 0; in som_find_nearest_line()
|
H A D | elfxx-mips.c | 13085 unsigned int *line_ptr, in _bfd_mips_elf_find_nearest_line() argument 13092 line_ptr, discriminator_ptr, in _bfd_mips_elf_find_nearest_line() 13100 line_ptr)) in _bfd_mips_elf_find_nearest_line() 13174 line_ptr)) in _bfd_mips_elf_find_nearest_line() 13187 line_ptr, discriminator_ptr); in _bfd_mips_elf_find_nearest_line() 13194 unsigned int *line_ptr) in _bfd_mips_elf_find_inliner_info() argument 13198 functionname_ptr, line_ptr, in _bfd_mips_elf_find_inliner_info()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | dwarf2.c | 2687 bfd_byte *line_ptr; in decode_line_info() local 2712 line_ptr = file->dwarf_line_buffer + unit->line_offset; in decode_line_info() 2716 lh.total_length = read_4_bytes (abfd, &line_ptr, line_end); in decode_line_info() 2720 lh.total_length = read_8_bytes (abfd, &line_ptr, line_end); in decode_line_info() 2726 lh.total_length = read_4_bytes (abfd, &line_ptr, line_end); in decode_line_info() 2730 if (lh.total_length > (size_t) (line_end - line_ptr)) in decode_line_info() 2736 (uint64_t) lh.total_length, (unsigned long) (line_end - line_ptr)); in decode_line_info() 2741 line_end = line_ptr + lh.total_length; in decode_line_info() 2743 lh.version = read_2_bytes (abfd, &line_ptr, line_end); in decode_line_info() 2752 if (line_ptr + offset_size + (lh.version >= 5 ? 8 : (lh.version >= 4 ? 6 : 5)) in decode_line_info() [all …]
|
H A D | ecofflink.c | 2045 unsigned char *line_ptr; in lookup_line() local 2176 line_ptr = line_end = debug_info->line; in lookup_line() 2184 line_ptr += fdr_ptr->cbLineOffset + pdr.cbLineOffset; in lookup_line() 2190 while (line_ptr < line_end) in lookup_line() 2195 delta = *line_ptr >> 4; in lookup_line() 2198 count = (*line_ptr & 0xf) + 1; in lookup_line() 2199 ++line_ptr; in lookup_line() 2202 delta = (((line_ptr[0]) & 0xff) << 8) + ((line_ptr[1]) & 0xff); in lookup_line() 2205 line_ptr += 2; in lookup_line()
|
H A D | coffgen.c | 2348 unsigned int *line_ptr, in coff_find_nearest_line_with_names() argument 2366 functionname_ptr, line_ptr, in coff_find_nearest_line_with_names() 2376 line_ptr, NULL, debug_sections, in coff_find_nearest_line_with_names() 2416 line_ptr, NULL, debug_sections, in coff_find_nearest_line_with_names() 2423 *line_ptr = 0; in coff_find_nearest_line_with_names() 2511 *line_ptr = 0; in coff_find_nearest_line_with_names() 2572 *line_ptr = line_base; in coff_find_nearest_line_with_names() 2580 *line_ptr = l->line_number + line_base - 1; in coff_find_nearest_line_with_names() 2596 *line_ptr = 0; in coff_find_nearest_line_with_names() 2626 unsigned int *line_ptr, in coff_find_nearest_line() argument [all …]
|
H A D | syms.c | 1537 unsigned int *line_ptr ATTRIBUTE_UNUSED, in _bfd_nosymbols_find_nearest_line() 1552 unsigned int *line_ptr ATTRIBUTE_UNUSED, in _bfd_nosymbols_find_nearest_line_with_alt() 1563 unsigned int *line_ptr ATTRIBUTE_UNUSED) in _bfd_nosymbols_find_line() 1573 unsigned int *line_ptr ATTRIBUTE_UNUSED) in _bfd_nosymbols_find_inliner_info()
|
H A D | pdp11.c | 2321 unsigned int *line_ptr, in NAME() 2338 *line_ptr = 0; in NAME() 2358 || *line_ptr != 0)) in NAME() 2372 *line_ptr = 0; in NAME() 2389 *line_ptr = 0; in NAME() 2423 *line_ptr = q->desc; in NAME() 2447 if (*line_ptr != 0) in NAME()
|
H A D | aoutx.h | 2683 unsigned int *line_ptr, in NAME() 2701 *line_ptr = 0; in NAME() 2721 || *line_ptr != 0)) in NAME() 2735 *line_ptr = 0; in NAME() 2752 *line_ptr = 0; in NAME() 2787 *line_ptr = q->desc; in NAME() 2811 if (*line_ptr != 0) in NAME()
|
H A D | elf.c | 10002 unsigned int *line_ptr, in _bfd_elf_find_nearest_line() argument 10007 functionname_ptr, line_ptr, in _bfd_elf_find_nearest_line() 10023 unsigned int *line_ptr, in _bfd_elf_find_nearest_line_with_alt() argument 10030 functionname_ptr, line_ptr, in _bfd_elf_find_nearest_line_with_alt() 10037 filename_ptr, functionname_ptr, line_ptr)) in _bfd_elf_find_nearest_line_with_alt() 10048 functionname_ptr, line_ptr, in _bfd_elf_find_nearest_line_with_alt() 10051 if (found && (*functionname_ptr || *line_ptr)) in _bfd_elf_find_nearest_line_with_alt() 10061 *line_ptr = 0; in _bfd_elf_find_nearest_line_with_alt() 10069 const char **filename_ptr, unsigned int *line_ptr) in _bfd_elf_find_line() argument 10073 filename_ptr, NULL, line_ptr, NULL, in _bfd_elf_find_line() [all …]
|
H A D | elf64-alpha.c | 1450 unsigned int *line_ptr, in elf64_alpha_find_nearest_line() argument 1457 line_ptr, discriminator_ptr, in elf64_alpha_find_nearest_line() 1521 line_ptr)) in elf64_alpha_find_nearest_line() 1534 line_ptr, discriminator_ptr); in elf64_alpha_find_nearest_line()
|
H A D | som.c | 5705 unsigned int *line_ptr, in som_find_nearest_line() argument 5718 functionname_ptr, line_ptr, in som_find_nearest_line() 5751 *line_ptr = 0; in som_find_nearest_line()
|
H A D | elfxx-mips.c | 13171 unsigned int *line_ptr, in _bfd_mips_elf_find_nearest_line() argument 13178 line_ptr, discriminator_ptr, in _bfd_mips_elf_find_nearest_line() 13186 line_ptr)) in _bfd_mips_elf_find_nearest_line() 13254 line_ptr)) in _bfd_mips_elf_find_nearest_line() 13267 line_ptr, discriminator_ptr); in _bfd_mips_elf_find_nearest_line() 13274 unsigned int *line_ptr) in _bfd_mips_elf_find_inliner_info() argument 13278 functionname_ptr, line_ptr, in _bfd_mips_elf_find_inliner_info()
|
H A D | mach-o.c | 6158 unsigned int *line_ptr, in bfd_mach_o_find_nearest_line() argument 6193 line_ptr, discriminator_ptr, in bfd_mach_o_find_nearest_line()
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | opc2c.c | 37 char * line_ptr; in safe_fgets() local 46 line_ptr = line_buf + line_buf_size - 1; in safe_fgets() 49 *line_ptr = 1; in safe_fgets() 54 while (line_ptr[0] == 0 && line_ptr[-1] != '\n') in safe_fgets() 61 line_ptr = line_buf + line_buf_size - 1; in safe_fgets() 63 *line_ptr = 1; in safe_fgets()
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | opc2c.c | 37 char * line_ptr; in safe_fgets() local 46 line_ptr = line_buf + line_buf_size - 1; in safe_fgets() 49 *line_ptr = 1; in safe_fgets() 54 while (line_ptr[0] == 0 && line_ptr[-1] != '\n') in safe_fgets() 61 line_ptr = line_buf + line_buf_size - 1; in safe_fgets() 63 *line_ptr = 1; in safe_fgets()
|
/netbsd-src/external/gpl2/diffutils/dist/src/ |
H A D | diff3.c | 1292 char *line_ptr; in scan_diff_line() local 1298 *set_start = line_ptr = scan_ptr + 2; in scan_diff_line() 1299 while (*line_ptr++ != '\n') in scan_diff_line() 1307 *set_length = line_ptr - *set_start; in scan_diff_line() 1308 if (line_ptr < limit && *line_ptr == '\\') in scan_diff_line() 1314 line_ptr++; in scan_diff_line() 1318 putc (*line_ptr, stderr); in scan_diff_line() 1320 while (*line_ptr++ != '\n'); in scan_diff_line() 1323 return line_ptr; in scan_diff_line()
|