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

  /src/external/gpl3/binutils/dist/gas/
ecoff.c 667 st_File = stFile, /* file name */
1377 st_File, /* 103: C_FILE file start */
1680 case st_File: /* beginning of file */
1690 if (type != st_File)
1696 if (type != st_File && storage != sc_Info)
1715 if (begin_type != st_File)
1720 if (begin_type != st_File && storage != sc_Info)
1749 if (begin_type != st_File && begin_type != st_Block)
1778 if (debug && type != st_File
2285 (void) add_ecoff_symbol (file_name, st_File, sc_Text, NULL, 0, 0, 0)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 667 st_File = stFile, /* file name */
1377 st_File, /* 103: C_FILE file start */
1680 case st_File: /* beginning of file */
1690 if (type != st_File)
1696 if (type != st_File && storage != sc_Info)
1715 if (begin_type != st_File)
1720 if (begin_type != st_File && storage != sc_Info)
1749 if (begin_type != st_File && begin_type != st_Block)
1778 if (debug && type != st_File
2285 (void) add_ecoff_symbol (file_name, st_File, sc_Text, NULL, 0, 0, 0)
    [all...]

Completed in 58 milliseconds