| /src/external/gpl3/binutils/dist/binutils/ |
| od-pe.c | 86 unsigned int nlnno; member in struct:pe_section 708 printf (" # Name paddr vaddr size scnptr relptr lnnoptr nrel nlnno Flags\n"); 710 printf (" # Name paddr vaddr size scnptr relptr lnnoptr nrel nlnno\n");
|
| od-xcoff.c | 348 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...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| od-pe.c | 86 unsigned int nlnno; member in struct:pe_section 708 printf (" # Name paddr vaddr size scnptr relptr lnnoptr nrel nlnno Flags\n"); 710 printf (" # Name paddr vaddr size scnptr relptr lnnoptr nrel nlnno\n");
|
| od-xcoff.c | 348 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...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| obj-coff.c | 1468 int nlnno, nrelocs = 0; 1476 nlnno = coff_n_line_nos; 1478 nlnno = 0; 1492 && nlnno == 0 1507 SA_SET_SCN_NLINNO (secsym, nlnno); 1511 SA_SET_SCN_NLINNO (secsym, nlnno); 1464 int nlnno, nrelocs = 0; local
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| obj-coff.c | 1470 int nlnno, nrelocs = 0; 1478 nlnno = coff_n_line_nos; 1480 nlnno = 0; 1494 && nlnno == 0 1509 SA_SET_SCN_NLINNO (secsym, nlnno); 1513 SA_SET_SCN_NLINNO (secsym, nlnno); 1466 int nlnno, nrelocs = 0; local
|
| /src/external/gpl3/gcc/dist/libbacktrace/ |
| xcoff.c | 1086 uint32_t nlnno; local 1167 nlnno = stext->s_nlnno; 1170 if (nlnno == _OVERFLOW_MARKER) 1179 nlnno = sects[i].s_vaddr; 1321 size_t linenos_size = (size_t) nlnno * LINESZ;
|
| /src/external/gpl3/gcc.old/dist/libbacktrace/ |
| xcoff.c | 1086 uint32_t nlnno; local 1167 nlnno = stext->s_nlnno; 1170 if (nlnno == _OVERFLOW_MARKER) 1179 nlnno = sects[i].s_vaddr; 1321 size_t linenos_size = (size_t) nlnno * LINESZ;
|
| /src/external/gpl3/gdb/dist/libbacktrace/ |
| xcoff.c | 1086 uint32_t nlnno; local 1167 nlnno = stext->s_nlnno; 1170 if (nlnno == _OVERFLOW_MARKER) 1179 nlnno = sects[i].s_vaddr; 1321 size_t linenos_size = (size_t) nlnno * LINESZ;
|
| /src/external/gpl3/gdb.old/dist/libbacktrace/ |
| xcoff.c | 1086 uint32_t nlnno; local 1167 nlnno = stext->s_nlnno; 1170 if (nlnno == _OVERFLOW_MARKER) 1179 nlnno = sects[i].s_vaddr; 1321 size_t linenos_size = (size_t) nlnno * LINESZ;
|