HomeSort by: relevance | last modified time | path
    Searched defs:jmptbl (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/coff/
sym.h 259 unsigned jmptbl:1; /* symbol is a jump table entry for shlibs */ member in struct:ecoff_extr
  /src/external/gpl3/binutils.old/dist/include/coff/
sym.h 259 unsigned jmptbl:1; /* symbol is a jump table entry for shlibs */ member in struct:ecoff_extr
  /src/external/gpl3/gdb/dist/include/coff/
sym.h 259 unsigned jmptbl:1; /* symbol is a jump table entry for shlibs */ member in struct:ecoff_extr
  /src/external/gpl3/gdb.old/dist/include/coff/
sym.h 259 unsigned jmptbl:1; /* symbol is a jump table entry for shlibs */ member in struct:ecoff_extr
  /src/external/gpl3/binutils/dist/bfd/
ecoff.c 1484 char jmptbl;
1497 jmptbl = ' ';
1509 jmptbl = ecoff_ext.jmptbl ? 'j' : ' ';
1521 jmptbl, cobol_main, weakext,
2341 esym->jmptbl = 0;
4173 h->esym.jmptbl = 0;
1481 char jmptbl; local
  /src/external/gpl3/binutils.old/dist/bfd/
ecoff.c 1484 char jmptbl;
1497 jmptbl = ' ';
1509 jmptbl = ecoff_ext.jmptbl ? 'j' : ' ';
1521 jmptbl, cobol_main, weakext,
2342 esym->jmptbl = 0;
4163 h->esym.jmptbl = 0;
1481 char jmptbl; local
  /src/external/gpl3/gdb/dist/bfd/
ecoff.c 1496 char jmptbl;
1509 jmptbl = ' ';
1521 jmptbl = ecoff_ext.jmptbl ? 'j' : ' ';
1533 jmptbl, cobol_main, weakext,
2354 esym->jmptbl = 0;
4175 h->esym.jmptbl = 0;
1493 char jmptbl; local
  /src/external/gpl3/gdb.old/dist/bfd/
ecoff.c 1493 char jmptbl;
1506 jmptbl = ' ';
1518 jmptbl = ecoff_ext.jmptbl ? 'j' : ' ';
1530 jmptbl, cobol_main, weakext,
2351 esym->jmptbl = 0;
4172 h->esym.jmptbl = 0;
1490 char jmptbl; local

Completed in 39 milliseconds