Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Dstabs.c90 struct stab_types **file_types; member
363 ret->file_types = (struct stab_types **) xmalloc (sizeof *ret->file_types); in start_stab()
364 ret->file_types[0] = NULL; in start_stab()
433 info->file_types = ((struct stab_types **) in parse_stab()
434 xmalloc (sizeof *info->file_types)); in parse_stab()
435 info->file_types[0] = NULL; in parse_stab()
3160 struct stab_types *file_types; member
3176 n->file_types = NULL; in push_bincl()
3181 info->file_types = ((struct stab_types **) in push_bincl()
3182 xrealloc (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.