Home
last modified time | relevance | path

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

/titanic_50/usr/src/tools/ctf/cvt/
H A Dctfconvert.c87 source_types_t source_types; in file_read() local
102 source_types = built_source_types(elf, filename); in file_read()
104 if ((source_types == SOURCE_NONE || (source_types & SOURCE_UNKNOWN)) && in file_read()
127 if (!(source_types & SOURCE_C) && ignore_non_c) { in file_read()
H A Dctftools.h367 typedef enum source_types { enum