Searched refs:st_File (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | ecoff.c | 668 st_File = stFile, /* file name */ enumerator 1377 st_File, /* 103: C_FILE file start */ 1668 case st_File: /* beginning of file */ in add_ecoff_symbol() 1678 if (type != st_File) in add_ecoff_symbol() 1684 if (type != st_File && storage != sc_Info) in add_ecoff_symbol() 1703 if (begin_type != st_File) in add_ecoff_symbol() 1708 if (begin_type != st_File && storage != sc_Info) in add_ecoff_symbol() 1737 if (begin_type != st_File && begin_type != st_Block) in add_ecoff_symbol() 1766 if (debug && type != st_File in add_ecoff_symbol() 2390 case st_File: return "File,"; [all …]
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | mips-tdump.c | 113 st_File = stFile, /* file name */ enumerator 384 case st_File: return "File"; in st_to_string() 881 case st_File: in print_symbol() 987 else if (scope_ptr->st == st_File) in print_symbol()
|
| H A D | mips-tfile.c | 734 st_File = stFile, /* file name */ enumerator 1436 st_File, /* 103: C_FILE file start */ 1802 case st_File: /* beginning of file */ in add_local_symbol() 1813 if (type != st_File) in add_local_symbol() 1819 if (type != st_File && storage != sc_Info) in add_local_symbol() 1837 if (begin_type != st_File) in add_local_symbol() 1842 if (begin_type != st_File && storage != sc_Info) in add_local_symbol() 1868 if (begin_type == st_File || begin_type == st_Block) in add_local_symbol() 1898 if (debug && type != st_File in add_local_symbol() 2434 (void) add_local_symbol (file_start, file_end_p1, st_File, sc_Text, in add_file() [all …]
|