Searched refs:file_types (Results 1 – 3 of 3) sorted by relevance
90 struct stab_types **file_types; member380 ret->file_types = xmalloc (sizeof (*ret->file_types)); in start_stab()381 ret->file_types[0] = NULL; in start_stab()419 free (info->file_types); in finish_stab()465 info->file_types = xrealloc (info->file_types, sizeof (*info->file_types)); in parse_stab()466 info->file_types[0] = NULL; in parse_stab()3303 struct stab_types *file_types; member3320 n->file_types = NULL; in push_bincl()3325 info->file_types = xrealloc (info->file_types, in push_bincl()3326 info->files * sizeof (*info->file_types)); in push_bincl()[all …]
577 bincl_stack. Clear the file_types field.686 (struct bincl_file): Add hash, file and file_types fields.690 it. Save the file types in the new file_types field.
56295 (finish_stab): Add "emit" param. Free file_types, so_string,57079 stashed. Pass to debug_start_source. Realloc file_types