Lines Matching refs:current_objfile

672   current_objfile = objfile;  in dwarf_build_psymtabs()
707 current_objfile = NULL; in dwarf_build_psymtabs()
814 utypep = dwarf_fundamental_type (current_objfile, FT_INTEGER); in alloc_utype()
828 utypep = alloc_type (current_objfile); in alloc_utype()
905 type = dwarf_fundamental_type (current_objfile, FT_VOID); in decode_die_type()
1187 current_objfile); in decode_array_element_type()
1193 typep = dwarf_fundamental_type (current_objfile, FT_INTEGER); in decode_array_element_type()
1201 current_objfile); in decode_array_element_type()
1209 current_objfile); in decode_array_element_type()
1221 typep = dwarf_fundamental_type (current_objfile, FT_INTEGER); in decode_array_element_type()
1287 current_objfile); in decode_subscript_data_item()
1296 current_objfile); in decode_subscript_data_item()
1299 nbytes = TARGET_FT_LONG_SIZE (current_objfile); in decode_subscript_data_item()
1300 lowbound = target_to_host (scan, nbytes, GET_UNSIGNED, current_objfile); in decode_subscript_data_item()
1302 highbound = target_to_host (scan, nbytes, GET_UNSIGNED, current_objfile); in decode_subscript_data_item()
1311 nexttype = dwarf_fundamental_type (current_objfile, FT_INTEGER); in decode_subscript_data_item()
1327 nexttype = dwarf_fundamental_type (current_objfile, FT_INTEGER); in decode_subscript_data_item()
1335 nexttype = dwarf_fundamental_type (current_objfile, FT_INTEGER); in decode_subscript_data_item()
1380 blocksz = target_to_host (sub, nbytes, GET_UNSIGNED, current_objfile); in dwarf_read_array_type()
1489 indextype = dwarf_fundamental_type (current_objfile, FT_INTEGER); in read_tag_string_type()
2085 current_objfile); in decode_line_numbers()
2089 GET_UNSIGNED, current_objfile); in decode_line_numbers()
2095 current_objfile); in decode_line_numbers()
2098 current_objfile); in decode_line_numbers()
2158 locsize = target_to_host (loc, nbytes, GET_UNSIGNED, current_objfile); in locval()
2166 loc_value_size = TARGET_FT_LONG_SIZE (current_objfile); in locval()
2171 current_objfile); in locval()
2184 current_objfile)); in locval()
2194 current_objfile); in locval()
2201 GET_UNSIGNED, current_objfile); in locval()
2207 GET_SIGNED, current_objfile); in locval()
2259 current_objfile = pst->objfile; in read_ofile_symtab()
2307 current_objfile = NULL; in read_ofile_symtab()
3058 modcount = target_to_host (typedata, nbytes, GET_UNSIGNED, current_objfile); in decode_mod_fund_type()
3104 modcount = target_to_host (typedata, nbytes, GET_UNSIGNED, current_objfile); in decode_mod_u_d_type()
3173 current_objfile); in decode_modified_type()
3179 current_objfile); in decode_modified_type()
3190 typep = dwarf_fundamental_type (current_objfile, FT_INTEGER); in decode_modified_type()
3265 typep = dwarf_fundamental_type (current_objfile, FT_VOID); in decode_fund_type()
3269 typep = dwarf_fundamental_type (current_objfile, FT_BOOLEAN); in decode_fund_type()
3273 typep = dwarf_fundamental_type (current_objfile, FT_VOID); in decode_fund_type()
3278 typep = dwarf_fundamental_type (current_objfile, FT_CHAR); in decode_fund_type()
3282 typep = dwarf_fundamental_type (current_objfile, FT_SIGNED_CHAR); in decode_fund_type()
3286 typep = dwarf_fundamental_type (current_objfile, FT_UNSIGNED_CHAR); in decode_fund_type()
3290 typep = dwarf_fundamental_type (current_objfile, FT_SHORT); in decode_fund_type()
3294 typep = dwarf_fundamental_type (current_objfile, FT_SIGNED_SHORT); in decode_fund_type()
3298 typep = dwarf_fundamental_type (current_objfile, FT_UNSIGNED_SHORT); in decode_fund_type()
3302 typep = dwarf_fundamental_type (current_objfile, FT_INTEGER); in decode_fund_type()
3306 typep = dwarf_fundamental_type (current_objfile, FT_SIGNED_INTEGER); in decode_fund_type()
3310 typep = dwarf_fundamental_type (current_objfile, FT_UNSIGNED_INTEGER); in decode_fund_type()
3314 typep = dwarf_fundamental_type (current_objfile, FT_LONG); in decode_fund_type()
3318 typep = dwarf_fundamental_type (current_objfile, FT_SIGNED_LONG); in decode_fund_type()
3322 typep = dwarf_fundamental_type (current_objfile, FT_UNSIGNED_LONG); in decode_fund_type()
3326 typep = dwarf_fundamental_type (current_objfile, FT_LONG_LONG); in decode_fund_type()
3330 typep = dwarf_fundamental_type (current_objfile, FT_SIGNED_LONG_LONG); in decode_fund_type()
3334 typep = dwarf_fundamental_type (current_objfile, FT_UNSIGNED_LONG_LONG); in decode_fund_type()
3338 typep = dwarf_fundamental_type (current_objfile, FT_FLOAT); in decode_fund_type()
3342 typep = dwarf_fundamental_type (current_objfile, FT_DBL_PREC_FLOAT); in decode_fund_type()
3346 typep = dwarf_fundamental_type (current_objfile, FT_EXT_PREC_FLOAT); in decode_fund_type()
3350 typep = dwarf_fundamental_type (current_objfile, FT_COMPLEX); in decode_fund_type()
3354 typep = dwarf_fundamental_type (current_objfile, FT_DBL_PREC_COMPLEX); in decode_fund_type()
3358 typep = dwarf_fundamental_type (current_objfile, FT_EXT_PREC_COMPLEX); in decode_fund_type()
3365 typep = dwarf_fundamental_type (current_objfile, FT_INTEGER); in decode_fund_type()