Lines Matching refs:current_objfile

348       type = alloc_type (current_objfile);  in coff_alloc_type()
725 current_objfile = objfile; in coff_symtab_read()
1104 current_objfile = NULL; in coff_symtab_read()
1568 temptype = lookup_fundamental_type (current_objfile, in process_coff_symbol()
1594 lookup_fundamental_type (current_objfile, FT_INTEGER); in process_coff_symbol()
1600 ? lookup_fundamental_type (current_objfile, in process_coff_symbol()
1729 index_type = lookup_fundamental_type (current_objfile, FT_INTEGER); in decode_type()
1792 return lookup_fundamental_type (current_objfile, FT_VOID); in decode_base_type()
1797 return lookup_fundamental_type (current_objfile, FT_VOID); in decode_base_type()
1801 return lookup_fundamental_type (current_objfile, FT_CHAR); in decode_base_type()
1804 return lookup_fundamental_type (current_objfile, FT_SHORT); in decode_base_type()
1807 return lookup_fundamental_type (current_objfile, FT_INTEGER); in decode_base_type()
1812 return lookup_fundamental_type (current_objfile, FT_LONG_LONG); in decode_base_type()
1814 return lookup_fundamental_type (current_objfile, FT_LONG); in decode_base_type()
1817 return lookup_fundamental_type (current_objfile, FT_FLOAT); in decode_base_type()
1820 return lookup_fundamental_type (current_objfile, FT_DBL_PREC_FLOAT); in decode_base_type()
1823 return lookup_fundamental_type (current_objfile, FT_EXT_PREC_FLOAT); in decode_base_type()
1901 return lookup_fundamental_type (current_objfile, FT_UNSIGNED_CHAR); in decode_base_type()
1904 return lookup_fundamental_type (current_objfile, FT_UNSIGNED_SHORT); in decode_base_type()
1907 return lookup_fundamental_type (current_objfile, FT_UNSIGNED_INTEGER); in decode_base_type()
1912 return lookup_fundamental_type (current_objfile, FT_UNSIGNED_LONG_LONG); in decode_base_type()
1914 return lookup_fundamental_type (current_objfile, FT_UNSIGNED_LONG); in decode_base_type()
1917 return lookup_fundamental_type (current_objfile, FT_VOID); in decode_base_type()
1955 name = EXTERNAL_NAME (name, current_objfile->obfd); in coff_read_struct_type()
1971 &current_objfile->objfile_obstack); in coff_read_struct_type()
1990 &current_objfile->objfile_obstack); in coff_read_struct_type()
2051 name = EXTERNAL_NAME (name, current_objfile->obfd); in coff_read_enum_type()
2057 (&current_objfile->objfile_obstack, in coff_read_enum_type()
2063 &current_objfile->objfile_obstack); in coff_read_enum_type()