/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/all/ |
H A D | cofftag.d | 18 AUX scnlen 0x[0-9a-f]+ nreloc 0 nlnno 0 20 AUX scnlen 0x[0-9a-f]+ nreloc 0 nlnno 0 22 AUX scnlen 0x[0-9a-f]+ nreloc 0 nlnno 0
|
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/all/ |
H A D | cofftag.d | 18 AUX scnlen 0x[0-9a-f]+ nreloc 0 nlnno 0 20 AUX scnlen 0x[0-9a-f]+ nreloc 0 nlnno 0 22 AUX scnlen 0x[0-9a-f]+ nreloc 0 nlnno 0
|
/netbsd/external/gpl3/gdb/dist/include/coff/ |
H A D | ti.h | 232 int nlnno; \ 235 nlnno = H_GET_32 (ABFD, ptr); \ 237 nlnno = H_GET_16 (ABFD, ptr - 2); \ 238 nlnno; \
|
/netbsd/external/gpl3/binutils/dist/include/coff/ |
H A D | ti.h | 233 int nlnno; \ 236 nlnno = H_GET_32 (ABFD, ptr); \ 238 nlnno = H_GET_16 (ABFD, ptr - 2); \ 239 nlnno; \
|
/netbsd/external/gpl3/binutils.old/dist/include/coff/ |
H A D | ti.h | 232 int nlnno; \ 235 nlnno = H_GET_32 (ABFD, ptr); \ 237 nlnno = H_GET_16 (ABFD, ptr - 2); \ 238 nlnno; \
|
/netbsd/external/gpl3/gdb.old/dist/include/coff/ |
H A D | ti.h | 232 int nlnno; \ 235 nlnno = H_GET_32 (ABFD, ptr); \ 237 nlnno = H_GET_16 (ABFD, ptr - 2); \ 238 nlnno; \
|
/netbsd/external/gpl3/gdb/dist/binutils/ |
H A D | od-xcoff.c | 348 unsigned int nlnno; member 616 s->nlnno = bfd_h_get_16 (abfd, scn.s_nlnno); in xcoff32_read_sections() 623 if (s->nlnno > 0 && s->nlnno <= data->nscns) in xcoff32_read_sections() 624 data->sects[s->nlnno - 1].nlnno = in xcoff32_read_sections() 988 unsigned int nlnno = sect->nlnno; in dump_xcoff32_lineno() local 991 if (nlnno == 0) in dump_xcoff32_lineno() 993 printf (_("Line numbers for %s (%u)\n"), sect->name, nlnno); in dump_xcoff32_lineno() 1001 for (j = 0; j < nlnno; j++) in dump_xcoff32_lineno()
|
/netbsd/external/gpl3/binutils/dist/binutils/ |
H A D | od-xcoff.c | 347 unsigned int nlnno; member 615 s->nlnno = bfd_h_get_16 (abfd, scn.s_nlnno); in xcoff32_read_sections() 622 if (s->nlnno > 0 && s->nlnno <= data->nscns) in xcoff32_read_sections() 623 data->sects[s->nlnno - 1].nlnno = in xcoff32_read_sections() 987 unsigned int nlnno = sect->nlnno; in dump_xcoff32_lineno() local 990 if (nlnno == 0) in dump_xcoff32_lineno() 992 printf (_("Line numbers for %s (%u)\n"), sect->name, nlnno); in dump_xcoff32_lineno() 1000 for (j = 0; j < nlnno; j++) in dump_xcoff32_lineno()
|
/netbsd/external/gpl3/binutils.old/dist/binutils/ |
H A D | od-xcoff.c | 348 unsigned int nlnno; member 616 s->nlnno = bfd_h_get_16 (abfd, scn.s_nlnno); in xcoff32_read_sections() 623 if (s->nlnno > 0 && s->nlnno <= data->nscns) in xcoff32_read_sections() 624 data->sects[s->nlnno - 1].nlnno = in xcoff32_read_sections() 988 unsigned int nlnno = sect->nlnno; in dump_xcoff32_lineno() local 991 if (nlnno == 0) in dump_xcoff32_lineno() 993 printf (_("Line numbers for %s (%u)\n"), sect->name, nlnno); in dump_xcoff32_lineno() 1001 for (j = 0; j < nlnno; j++) in dump_xcoff32_lineno()
|
/netbsd/external/gpl3/gdb.old/dist/binutils/ |
H A D | od-xcoff.c | 348 unsigned int nlnno; member 616 s->nlnno = bfd_h_get_16 (abfd, scn.s_nlnno); in xcoff32_read_sections() 623 if (s->nlnno > 0 && s->nlnno <= data->nscns) in xcoff32_read_sections() 624 data->sects[s->nlnno - 1].nlnno = in xcoff32_read_sections() 988 unsigned int nlnno = sect->nlnno; in dump_xcoff32_lineno() local 991 if (nlnno == 0) in dump_xcoff32_lineno() 993 printf (_("Line numbers for %s (%u)\n"), sect->name, nlnno); in dump_xcoff32_lineno() 1001 for (j = 0; j < nlnno; j++) in dump_xcoff32_lineno()
|
/netbsd/external/gpl3/binutils/dist/gas/config/ |
H A D | obj-coff.c | 1453 int nlnno, nrelocs = 0; in coff_adjust_section_syms() local 1461 nlnno = coff_n_line_nos; in coff_adjust_section_syms() 1463 nlnno = 0; in coff_adjust_section_syms() 1477 && nlnno == 0 in coff_adjust_section_syms() 1492 SA_SET_SCN_NLINNO (secsym, nlnno); in coff_adjust_section_syms() 1496 SA_SET_SCN_NLINNO (secsym, nlnno); in coff_adjust_section_syms()
|
/netbsd/external/gpl3/gdb/dist/gas/config/ |
H A D | obj-coff.c | 1454 int nlnno, nrelocs = 0; in coff_adjust_section_syms() local 1462 nlnno = coff_n_line_nos; in coff_adjust_section_syms() 1464 nlnno = 0; in coff_adjust_section_syms() 1478 && nlnno == 0 in coff_adjust_section_syms() 1488 SA_SET_SCN_NLINNO (secsym, nlnno); in coff_adjust_section_syms()
|
/netbsd/external/gpl3/binutils.old/dist/gas/config/ |
H A D | obj-coff.c | 1459 int nlnno, nrelocs = 0; in coff_adjust_section_syms() local 1467 nlnno = coff_n_line_nos; in coff_adjust_section_syms() 1469 nlnno = 0; in coff_adjust_section_syms() 1483 && nlnno == 0 in coff_adjust_section_syms() 1493 SA_SET_SCN_NLINNO (secsym, nlnno); in coff_adjust_section_syms()
|
/netbsd/external/gpl3/gcc.old/dist/libbacktrace/ |
H A D | xcoff.c | 1087 uint32_t nlnno; in xcoff_add() local 1160 nlnno = stext->s_nlnno; in xcoff_add() 1163 if (nlnno == _OVERFLOW_MARKER) in xcoff_add() 1172 nlnno = sects[i].s_vaddr; in xcoff_add() 1320 size_t linenos_size = (size_t) nlnno * LINESZ; in xcoff_add()
|
/netbsd/external/gpl3/gdb.old/dist/gas/config/ |
H A D | obj-coff.c | 1454 int nlnno, nrelocs = 0; in coff_adjust_section_syms() local 1462 nlnno = coff_n_line_nos; in coff_adjust_section_syms() 1464 nlnno = 0; in coff_adjust_section_syms() 1478 && nlnno == 0 in coff_adjust_section_syms() 1488 SA_SET_SCN_NLINNO (secsym, nlnno); in coff_adjust_section_syms()
|
/netbsd/external/gpl3/gcc/dist/libbacktrace/ |
H A D | xcoff.c | 1086 uint32_t nlnno; in xcoff_add() local 1167 nlnno = stext->s_nlnno; in xcoff_add() 1170 if (nlnno == _OVERFLOW_MARKER) in xcoff_add() 1179 nlnno = sects[i].s_vaddr; in xcoff_add() 1321 size_t linenos_size = (size_t) nlnno * LINESZ; in xcoff_add()
|
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/ppc/ |
H A D | test1xcoff32.d | 59 AUX scnlen 0x68 nreloc 7 nlnno 0
|
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/ppc/ |
H A D | test1xcoff32.d | 59 AUX scnlen 0x68 nreloc 7 nlnno 0
|
/netbsd/external/gpl3/binutils.old/dist/binutils/po/ |
H A D | fi.po | 5326 msgid "overflow - nreloc: %u, nlnno: %u\n" 5327 msgstr "ylivuoto - nreloc: %u, nlnno: %u\n" 9624 #~ msgid " # Name paddr vaddr size scnptr relptr lnnoptr nrel nlnno\n" 9625 #~ msgstr " # Nimi paddr vaddr koko scnptr relptr lnnoptr nrel nlnno\n"
|
H A D | ru.po | 6643 msgid "overflow - nreloc: %u, nlnno: %u\n" 6644 msgstr "переполнение — nreloc: %u, nlnno: %u\n" 12275 #~ msgid " # Name paddr vaddr size scnptr relptr lnnoptr nrel nlnno\n" 12276 #~ msgstr " # Имя paddr vaddr size scnptr relptr lnnoptr nrel nlnno\n"
|
/netbsd/external/gpl3/gdb/dist/binutils/po/ |
H A D | fi.po | 5326 msgid "overflow - nreloc: %u, nlnno: %u\n" 5327 msgstr "ylivuoto - nreloc: %u, nlnno: %u\n" 9624 #~ msgid " # Name paddr vaddr size scnptr relptr lnnoptr nrel nlnno\n" 9625 #~ msgstr " # Nimi paddr vaddr koko scnptr relptr lnnoptr nrel nlnno\n"
|
H A D | ru.po | 6643 msgid "overflow - nreloc: %u, nlnno: %u\n" 6644 msgstr "переполнение — nreloc: %u, nlnno: %u\n" 12275 #~ msgid " # Name paddr vaddr size scnptr relptr lnnoptr nrel nlnno\n" 12276 #~ msgstr " # Имя paddr vaddr size scnptr relptr lnnoptr nrel nlnno\n"
|
/netbsd/external/gpl3/binutils/dist/binutils/po/ |
H A D | fi.po | 5326 msgid "overflow - nreloc: %u, nlnno: %u\n" 5327 msgstr "ylivuoto - nreloc: %u, nlnno: %u\n" 9624 #~ msgid " # Name paddr vaddr size scnptr relptr lnnoptr nrel nlnno\n" 9625 #~ msgstr " # Nimi paddr vaddr koko scnptr relptr lnnoptr nrel nlnno\n"
|
H A D | ru.po | 6643 msgid "overflow - nreloc: %u, nlnno: %u\n" 6644 msgstr "переполнение — nreloc: %u, nlnno: %u\n" 12275 #~ msgid " # Name paddr vaddr size scnptr relptr lnnoptr nrel nlnno\n" 12276 #~ msgstr " # Имя paddr vaddr size scnptr relptr lnnoptr nrel nlnno\n"
|
/netbsd/external/gpl3/gdb.old/dist/binutils/po/ |
H A D | fi.po | 5326 msgid "overflow - nreloc: %u, nlnno: %u\n" 5327 msgstr "ylivuoto - nreloc: %u, nlnno: %u\n" 9624 #~ msgid " # Name paddr vaddr size scnptr relptr lnnoptr nrel nlnno\n" 9625 #~ msgstr " # Nimi paddr vaddr koko scnptr relptr lnnoptr nrel nlnno\n"
|