Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/binutils/
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 …]
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/
DChangeLog.git56295 (finish_stab): Add "emit" param. Free file_types, so_string,
57079 stashed. Pass to debug_start_source. Realloc file_types