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

/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dpdb.c2212 uint32_t orig_type, source_file_type; local
2249 /* Extract string from source_file_type. */
2251 source_file_type = bfd_getl32 (&usl->source_file_type);
2253 if (source_file_type < TPI_FIRST_INDEX ||
2254 source_file_type >= TPI_FIRST_INDEX + num_types ||
2255 !map[source_file_type - TPI_FIRST_INDEX])
2258 " referred to unknown string %v\n"), source_file_type);
2262 str_e = map[source_file_type - TPI_FIRST_INDEX];
H A Dpdb.h567 uint32_t source_file_type; member in struct:lf_udt_src_line

Completed in 165 milliseconds