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

  /src/external/gpl3/binutils/dist/gas/
ecoff.c 663 st_Block = stBlock, /* beginning of block */
1284 st_Block, /* 10: C_STRTAG struct tag */
1286 st_Block, /* 12: C_UNTAG union tag */
1289 st_Block, /* 15: C_ENTAG enum tag */
1374 st_Block, /* 100: C_BLOCK block start/end */
1683 case st_Block: /* begin scope */
1749 if (begin_type != st_File && begin_type != st_Block)
1779 && (debug > 2 || type == st_Block || type == st_End
2094 sym = add_ecoff_symbol (name, st_Block, sc_Info, NULL, 0, 0, 0);
2382 case st_Block: return "Block,"
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 663 st_Block = stBlock, /* beginning of block */
1284 st_Block, /* 10: C_STRTAG struct tag */
1286 st_Block, /* 12: C_UNTAG union tag */
1289 st_Block, /* 15: C_ENTAG enum tag */
1374 st_Block, /* 100: C_BLOCK block start/end */
1683 case st_Block: /* begin scope */
1749 if (begin_type != st_File && begin_type != st_Block)
1779 && (debug > 2 || type == st_Block || type == st_End
2094 sym = add_ecoff_symbol (name, st_Block, sc_Info, NULL, 0, 0, 0);
2382 case st_Block: return "Block,"
    [all...]

Completed in 21 milliseconds