Home
last modified time | relevance | path

Searched refs:source_file_type (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dpdb.c2212 uint32_t orig_type, source_file_type; in handle_udt_src_line() local
2251 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()
H A Dpdb.h567 uint32_t source_file_type; member