Searched refs:source_file_type (Results 1 – 2 of 2) sorted by relevance
2212 uint32_t orig_type, source_file_type; in handle_udt_src_line() local2251 source_file_type = bfd_getl32 (&usl->source_file_type); in handle_udt_src_line()2253 if (source_file_type < TPI_FIRST_INDEX || in handle_udt_src_line()2254 source_file_type >= TPI_FIRST_INDEX + num_types || in handle_udt_src_line()2255 !map[source_file_type - TPI_FIRST_INDEX]) in handle_udt_src_line()2258 " referred to unknown string %v\n"), source_file_type); in handle_udt_src_line()2262 str_e = map[source_file_type - TPI_FIRST_INDEX]; in handle_udt_src_line()
567 uint32_t source_file_type; member