Searched refs:coff_function_type (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | coffgrok.h | 95 coff_pointer_type, coff_function_type, coff_array_type, coff_structdef_type, coff_basic_type, enumerator
|
H A D | srconv.c | 682 case coff_function_type: in walk_tree_type_1() 884 if (symbol->type->type == coff_function_type) in walk_tree_type() 928 case coff_function_type: in walk_tree_symbol() 1282 if (t->type == coff_function_type) in wr_dln() 1309 if (sy->type->type == coff_function_type) in wr_dln()
|
H A D | coffgrok.c | 540 ptr->type = coff_function_type; in do_type() 693 if (s->type->type == coff_function_type) in do_define()
|
H A D | coffdump.c | 149 case coff_function_type: in dump_coff_type()
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | coffgrok.h | 95 coff_pointer_type, coff_function_type, coff_array_type, coff_structdef_type, coff_basic_type, enumerator
|
H A D | srconv.c | 682 case coff_function_type: in walk_tree_type_1() 884 if (symbol->type->type == coff_function_type) in walk_tree_type() 928 case coff_function_type: in walk_tree_symbol() 1282 if (t->type == coff_function_type) in wr_dln() 1309 if (sy->type->type == coff_function_type) in wr_dln()
|
H A D | coffgrok.c | 560 ptr->type = coff_function_type; in do_type() 713 if (s->type->type == coff_function_type) in do_define()
|
H A D | coffdump.c | 149 case coff_function_type: in dump_coff_type()
|