Searched refs:nlnno (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/binutils/gas/testsuite/gas/all/
H A Dcofftag.d18 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
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/all/
H A Dcofftag.d18 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
/haiku-buildtools/binutils/include/coff/
H A Dti.h232 int nlnno; \
235 nlnno = H_GET_32 (ABFD, ptr); \
237 nlnno = H_GET_16 (ABFD, ptr - 2); \
238 nlnno; \
/haiku-buildtools/binutils/binutils/
H A Dod-xcoff.c348 unsigned int nlnno; member in struct:xcoff32_section
539 printf (" # Name paddr vaddr size scnptr relptr lnnoptr nrel nlnno\n");
569 printf (_("overflow - nreloc: %u, nlnno: %u\n"),
616 s->nlnno = bfd_h_get_16 (abfd, scn.s_nlnno);
623 if (s->nlnno > 0 && s->nlnno <= data->nscns)
624 data->sects[s->nlnno - 1].nlnno =
988 unsigned int nlnno = sect->nlnno; local
993 printf (_("Line numbers for %s (%u)\\n"), sect->name, nlnno); local
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dobj-coff.c1427 int nlnno, nrelocs = 0;
1435 nlnno = coff_n_line_nos;
1437 nlnno = 0;
1451 && nlnno == 0
1461 SA_SET_SCN_NLINNO (secsym, nlnno);
1423 int nlnno, nrelocs = 0; local
/haiku-buildtools/binutils/gas/config/
H A Dobj-coff.c1469 int nlnno, nrelocs = 0;
1477 nlnno = coff_n_line_nos;
1479 nlnno = 0;
1493 && nlnno == 0
1503 SA_SET_SCN_NLINNO (secsym, nlnno);
1465 int nlnno, nrelocs = 0; local
/haiku-buildtools/binutils/gas/testsuite/gas/ppc/
H A Dtest1xcoff32.d59 AUX scnlen 0x68 nreloc 7 nlnno 0

Completed in 121 milliseconds