Home
last modified time | relevance | path

Searched refs:file_types (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/driver/
H A Ddriver.c64 } file_types[] = { variable
91 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()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dstabs.c90 struct stab_types **file_types; member
380 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; member
3320 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 …]
H A DChangeLog-9197577 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.
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dstabs.c90 struct stab_types **file_types; member
380 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; member
3292 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 …]
H A DChangeLog-9197577 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.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git56295 (finish_stab): Add "emit" param. Free file_types, so_string,
57079 stashed. Pass to debug_start_source. Realloc file_types