Searched refs:line_ptr (Results 1 - 25 of 27) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20040121-1.c26 char *line_ptr = lines + proc_ptr; local
30 while (line_ptr < line_end)
32 delta = *line_ptr;
34 line_ptr++;
36 delta = line_ptr[1] ^ 0x8000;
/haiku-buildtools/legacy/binutils/bfd/
H A Ddwarf2.c947 bfd_byte *line_ptr; local
1000 line_ptr = stash->dwarf_line_buffer + unit->line_offset;
1003 lh.total_length = read_4_bytes (abfd, line_ptr);
1004 line_ptr += 4;
1008 lh.total_length = read_8_bytes (abfd, line_ptr);
1009 line_ptr += 8;
1015 lh.total_length = read_4_bytes (abfd, line_ptr);
1016 line_ptr += 4;
1019 line_end = line_ptr + lh.total_length;
1020 lh.version = read_2_bytes (abfd, line_ptr);
[all...]
H A Dcoffgen.c2025 unsigned int *line_ptr)
2042 functionname_ptr, line_ptr,
2052 line_ptr, 0,
2058 *line_ptr = 0;
2180 *line_ptr = line_base;
2188 *line_ptr = l->line_number + line_base - 1;
2204 *line_ptr = 0;
2230 unsigned int *line_ptr)
2235 functionname_ptr, line_ptr,
2019 coff_find_nearest_line(bfd *abfd, asection *section, asymbol **symbols, bfd_vma offset, const char **filename_ptr, const char **functionname_ptr, unsigned int *line_ptr) argument
2227 coff_find_inliner_info(bfd *abfd, const char **filename_ptr, const char **functionname_ptr, unsigned int *line_ptr) argument
H A Decofflink.c2052 unsigned char *line_ptr;
2191 line_ptr = debug_info->line + fdr_ptr->cbLineOffset + pdr.cbLineOffset;
2192 while (line_ptr < line_end)
2197 delta = *line_ptr >> 4;
2200 count = (*line_ptr & 0xf) + 1;
2201 ++line_ptr;
2204 delta = (((line_ptr[0]) & 0xff) << 8) + ((line_ptr[1]) & 0xff);
2207 line_ptr += 2;
2048 unsigned char *line_ptr; local
H A Doasys.c1132 unsigned int *line_ptr ATTRIBUTE_UNUSED)
1141 unsigned int *line_ptr ATTRIBUTE_UNUSED)
H A Dpdp11.c2201 unsigned int *line_ptr)
2217 *line_ptr = 0;
2235 || *line_ptr != 0))
2246 *line_ptr = 0;
2263 *line_ptr = 0;
2297 *line_ptr = q->desc;
2321 if (*line_ptr != 0)
H A Delf.c6960 unsigned int *line_ptr)
6966 line_ptr))
6978 line_ptr, 0,
6991 functionname_ptr, line_ptr,
6994 if (found && (*functionname_ptr || *line_ptr))
7004 *line_ptr = 0; argument
7012 const char **filename_ptr, unsigned int *line_ptr)
7015 filename_ptr, line_ptr, 0,
7029 unsigned int *line_ptr)
7033 functionname_ptr, line_ptr,
6947 _bfd_elf_find_nearest_line(bfd *abfd, asection *section, asymbol **symbols, bfd_vma offset, const char **filename_ptr, const char **functionname_ptr, unsigned int *line_ptr) argument
7019 _bfd_elf_find_inliner_info(bfd *abfd, const char **filename_ptr, const char **functionname_ptr, unsigned int *line_ptr) argument
[all...]
H A Daoutx.h2604 unsigned int *line_ptr)
2621 *line_ptr = 0;
2639 || *line_ptr != 0))
2650 *line_ptr = 0;
2667 *line_ptr = 0;
2702 *line_ptr = q->desc;
2726 if (*line_ptr != 0)
H A Delf64-alpha.c1413 unsigned int *line_ptr)
1419 line_ptr, 0,
1488 line_ptr))
1501 line_ptr);
1404 elf64_alpha_find_nearest_line(bfd *abfd, asection *section, asymbol **symbols, bfd_vma offset, const char **filename_ptr, const char **functionname_ptr, unsigned int *line_ptr) argument
H A Delf32-arm.c6099 unsigned int * line_ptr)
6107 line_ptr, 0,
6120 functionname_ptr, line_ptr,
6124 if (found && (*functionname_ptr || *line_ptr))
6134 *line_ptr = 0;
6142 unsigned int * line_ptr)
6146 functionname_ptr, line_ptr,
6093 elf32_arm_find_nearest_line(bfd * abfd, asection * section, asymbol ** symbols, bfd_vma offset, const char ** filename_ptr, const char ** functionname_ptr, unsigned int * line_ptr) argument
6139 elf32_arm_find_inliner_info(bfd * abfd, const char ** filename_ptr, const char ** functionname_ptr, unsigned int * line_ptr) argument
H A Delfxx-mips.c9714 unsigned int *line_ptr)
9720 line_ptr))
9725 line_ptr, ABI_64_P (abfd) ? 8 : 0,
9794 line_ptr))
9807 line_ptr);
9814 unsigned int *line_ptr)
9818 functionname_ptr, line_ptr,
9672 _bfd_mips_elf_find_nearest_line(bfd *abfd, asection *section, asymbol **symbols, bfd_vma offset, const char **filename_ptr, const char **functionname_ptr, unsigned int *line_ptr) argument
9773 _bfd_mips_elf_find_inliner_info(bfd *abfd, const char **filename_ptr, const char **functionname_ptr, unsigned int *line_ptr) argument
H A Dieee.c3674 unsigned int *line_ptr ATTRIBUTE_UNUSED)
3683 unsigned int *line_ptr ATTRIBUTE_UNUSED)
/haiku-buildtools/binutils/bfd/
H A Ddwarf2.c1726 bfd_byte *line_ptr; local
1766 line_ptr = stash->dwarf_line_buffer + unit->line_offset;
1770 lh.total_length = read_4_bytes (abfd, line_ptr, line_end);
1771 line_ptr += 4;
1775 lh.total_length = read_8_bytes (abfd, line_ptr, line_end);
1776 line_ptr += 8;
1782 lh.total_length = read_4_bytes (abfd, line_ptr, line_end);
1783 line_ptr += 4;
1797 line_end = line_ptr + lh.total_length;
1799 lh.version = read_2_bytes (abfd, line_ptr, line_en
[all...]
H A Dcoffgen.c2225 unsigned int *line_ptr,
2243 functionname_ptr, line_ptr,
2253 line_ptr, NULL, debug_sections, 0,
2272 line_ptr, NULL, debug_sections, 0,
2279 *line_ptr = 0;
2414 *line_ptr = line_base;
2422 *line_ptr = l->line_number + line_base - 1;
2438 *line_ptr = 0;
2467 unsigned int *line_ptr,
2474 line_ptr, dwarf_debug_section
2219 coff_find_nearest_line_with_names(bfd *abfd, asymbol **symbols, asection *section, bfd_vma offset, const char **filename_ptr, const char **functionname_ptr, unsigned int *line_ptr, const struct dwarf_debug_section *debug_sections) argument
2461 coff_find_nearest_line(bfd *abfd, asymbol **symbols, asection *section, bfd_vma offset, const char **filename_ptr, const char **functionname_ptr, unsigned int *line_ptr, unsigned int *discriminator_ptr) argument
2478 coff_find_inliner_info(bfd *abfd, const char **filename_ptr, const char **functionname_ptr, unsigned int *line_ptr) argument
[all...]
H A Decofflink.c1989 unsigned char *line_ptr;
2128 line_ptr = debug_info->line + fdr_ptr->cbLineOffset + pdr.cbLineOffset;
2129 while (line_ptr < line_end)
2134 delta = *line_ptr >> 4;
2137 count = (*line_ptr & 0xf) + 1;
2138 ++line_ptr;
2141 delta = (((line_ptr[0]) & 0xff) << 8) + ((line_ptr[1]) & 0xff);
2144 line_ptr += 2;
1986 unsigned char *line_ptr; local
H A Dpdp11.c2203 unsigned int *line_ptr,
2220 *line_ptr = 0;
2240 || *line_ptr != 0))
2251 *line_ptr = 0;
2268 *line_ptr = 0;
2302 *line_ptr = q->desc;
2326 if (*line_ptr != 0)
H A Daoutx.h2683 unsigned int *line_ptr,
2701 *line_ptr = 0;
2721 || *line_ptr != 0))
2732 *line_ptr = 0;
2749 *line_ptr = 0;
2784 *line_ptr = q->desc;
2808 if (*line_ptr != 0)
H A Delf64-alpha.c1467 unsigned int *line_ptr,
1474 line_ptr, discriminator_ptr,
1544 line_ptr))
1557 line_ptr, discriminator_ptr);
1457 elf64_alpha_find_nearest_line(bfd *abfd, asymbol **symbols, asection *section, bfd_vma offset, const char **filename_ptr, const char **functionname_ptr, unsigned int *line_ptr, unsigned int *discriminator_ptr) argument
H A Delfnn-aarch64.c7482 unsigned int *line_ptr,
7489 line_ptr, discriminator_ptr,
7506 functionname_ptr, line_ptr,
7510 if (found && (*functionname_ptr || *line_ptr))
7520 *line_ptr = 0;
7528 unsigned int *line_ptr)
7533 functionname_ptr, line_ptr, &elf_tdata (abfd)->dwarf2_find_line_info);
7476 elfNN_aarch64_find_nearest_line(bfd *abfd, asymbol **symbols, asection *section, bfd_vma offset, const char **filename_ptr, const char **functionname_ptr, unsigned int *line_ptr, unsigned int *discriminator_ptr) argument
7525 elfNN_aarch64_find_inliner_info(bfd *abfd, const char **filename_ptr, const char **functionname_ptr, unsigned int *line_ptr) argument
H A Delf.c8564 unsigned int *line_ptr,
8571 line_ptr, discriminator_ptr,
8576 line_ptr))
8587 functionname_ptr, line_ptr,
8590 if (found && (*functionname_ptr || *line_ptr))
8600 *line_ptr = 0;
8608 const char **filename_ptr, unsigned int *line_ptr)
8611 filename_ptr, NULL, line_ptr, NULL,
8626 unsigned int *line_ptr)
8630 functionname_ptr, line_ptr,
8554 _bfd_elf_find_nearest_line(bfd *abfd, asymbol **symbols, asection *section, bfd_vma offset, const char **filename_ptr, const char **functionname_ptr, unsigned int *line_ptr, unsigned int *discriminator_ptr) argument
8603 _bfd_elf_find_line(bfd *abfd, asymbol **symbols, asymbol *symbol, const char **filename_ptr, unsigned int *line_ptr) argument
8619 _bfd_elf_find_inliner_info(bfd *abfd, const char **filename_ptr, const char **functionname_ptr, unsigned int *line_ptr) argument
[all...]
H A Dsom.c5728 unsigned int *line_ptr,
5741 functionname_ptr, line_ptr,
5774 *line_ptr = 0;
5721 som_find_nearest_line(bfd *abfd, asymbol **symbols, asection *section, bfd_vma offset, const char **filename_ptr, const char **functionname_ptr, unsigned int *line_ptr, unsigned int *discriminator_ptr) argument
H A Delfxx-mips.c12890 unsigned int *line_ptr,
12897 line_ptr, discriminator_ptr,
12905 line_ptr))
12973 line_ptr))
12986 line_ptr, discriminator_ptr);
12993 unsigned int *line_ptr)
12997 functionname_ptr, line_ptr,
12845 _bfd_mips_elf_find_nearest_line(bfd *abfd, asymbol **symbols, asection *section, bfd_vma offset, const char **filename_ptr, const char **functionname_ptr, unsigned int *line_ptr, unsigned int *discriminator_ptr) argument
12949 _bfd_mips_elf_find_inliner_info(bfd *abfd, const char **filename_ptr, const char **functionname_ptr, unsigned int *line_ptr) argument
H A Delf32-arm.c15205 unsigned int * line_ptr,
15212 line_ptr, discriminator_ptr,
15229 functionname_ptr, line_ptr,
15233 if (found && (*functionname_ptr || *line_ptr))
15243 *line_ptr = 0;
15251 unsigned int * line_ptr)
15255 functionname_ptr, line_ptr,
15199 elf32_arm_find_nearest_line(bfd * abfd, asymbol ** symbols, asection * section, bfd_vma offset, const char ** filename_ptr, const char ** functionname_ptr, unsigned int * line_ptr, unsigned int * discriminator_ptr) argument
15248 elf32_arm_find_inliner_info(bfd * abfd, const char ** filename_ptr, const char ** functionname_ptr, unsigned int * line_ptr) argument
/haiku-buildtools/binutils/opcodes/
H A Dopc2c.c37 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;
/haiku-buildtools/legacy/gcc/gcc/
H A Dmips-tdump.c1348 uchar *line_ptr = (((uchar *)lines) + proc_ptr->cbLineOffset
1359 (ulong) (line_end - line_ptr),
1362 while (line_ptr < line_end)
1364 delta = ((*line_ptr >> 4) ^ 0x8) - 0x8;
1365 count = (*line_ptr & 0xf) + 1;
1367 line_ptr++;
1370 delta = (((line_ptr[1]) & 0xff) << 8) + ((line_ptr[2]) & 0xff);
1372 line_ptr += 3;
1334 uchar *line_ptr = (((uchar *)lines) + proc_ptr->cbLineOffset local

Completed in 563 milliseconds

12