Searched refs:file_types (Results 1 – 6 of 6) sorted by relevance
64 } file_types[] = { variable91 for (i = 0; i < ARRAYLEN(file_types); i++) { in filetype()92 if (strcmp(p, file_types[i].ext) == 0) in filetype()93 return &file_types[i]; in filetype()
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.
90 struct stab_types **file_types; member380 ret->file_types = (struct stab_types **) xmalloc (sizeof *ret->file_types); in start_stab()381 ret->file_types[0] = NULL; in start_stab()451 info->file_types = ((struct stab_types **) in parse_stab()452 xmalloc (sizeof *info->file_types)); in parse_stab()453 info->file_types[0] = NULL; in parse_stab()3276 struct stab_types *file_types; member3292 n->file_types = NULL; in push_bincl()3297 info->file_types = ((struct stab_types **) in push_bincl()3298 xrealloc (info->file_types, in push_bincl()[all …]
56295 (finish_stab): Add "emit" param. Free file_types, so_string,57079 stashed. Pass to debug_start_source. Realloc file_types