Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/gas/
H A Decoff.c2498 static char *coff_sym_name; variable
2523 if (coff_sym_name != (char *) NULL) in ecoff_directive_def()
2530 free (coff_sym_name); in ecoff_directive_def()
2534 coff_sym_name = xstrdup (name); in ecoff_directive_def()
2561 if (coff_sym_name == (char *) NULL) in ecoff_directive_dim()
2609 if (coff_sym_name == (char *) NULL) in ecoff_directive_scl()
2634 if (coff_sym_name == (char *) NULL) in ecoff_directive_size()
2684 if (coff_sym_name == (char *) NULL) in ecoff_directive_type()
2705 coff_sym_name); in ecoff_directive_type()
2819 name = coff_sym_name; in ecoff_directive_endef()
[all …]
/dragonfly/contrib/binutils-2.27/gas/
H A Decoff.c2494 static char *coff_sym_name; variable
2519 if (coff_sym_name != (char *) NULL) in ecoff_directive_def()
2526 free (coff_sym_name); in ecoff_directive_def()
2530 coff_sym_name = xstrdup (name); in ecoff_directive_def()
2557 if (coff_sym_name == (char *) NULL) in ecoff_directive_dim()
2605 if (coff_sym_name == (char *) NULL) in ecoff_directive_scl()
2630 if (coff_sym_name == (char *) NULL) in ecoff_directive_size()
2680 if (coff_sym_name == (char *) NULL) in ecoff_directive_type()
2701 coff_sym_name); in ecoff_directive_type()
2815 name = coff_sym_name; in ecoff_directive_endef()
[all …]