Home
last modified time | relevance | path

Searched refs:hash_style (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/binutils-2.27/gold/
HDlayout.cc4352 if (strcmp(parameters->options().hash_style(), "gnu") == 0 in create_dynamic_symtab()
4353 || strcmp(parameters->options().hash_style(), "both") == 0) in create_dynamic_symtab()
4388 if (strcmp(parameters->options().hash_style(), "sysv") == 0 in create_dynamic_symtab()
4389 || strcmp(parameters->options().hash_style(), "both") == 0) in create_dynamic_symtab()
HDoptions.h859 DEFINE_enum(hash_style, options::TWO_DASHES, '\0', "sysv",
HDmips.cc9518 && (strcmp(parameters->options().hash_style(), "gnu") == 0 in do_finalize_sections()
9519 || strcmp(parameters->options().hash_style(), "both") == 0)) in do_finalize_sections()
/dragonfly/contrib/binutils-2.34/gold/
HDlayout.cc4755 if (strcmp(parameters->options().hash_style(), "gnu") == 0 in create_dynamic_symtab()
4756 || strcmp(parameters->options().hash_style(), "both") == 0) in create_dynamic_symtab()
4793 if (strcmp(parameters->options().hash_style(), "sysv") == 0 in create_dynamic_symtab()
4794 || strcmp(parameters->options().hash_style(), "both") == 0) in create_dynamic_symtab()
HDoptions.h932 DEFINE_enum(hash_style, options::TWO_DASHES, '\0', DEFAULT_HASH_STYLE,
/dragonfly/contrib/gcc-4.7/gcc/
HDgcc.c1470 static const char hash_style[] = "--hash-style="; in init_spec() local
1471 obstack_grow (&obstack, hash_style, sizeof(hash_style) - 1); in init_spec()
/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c1851 static const char hash_style[] = "--hash-style="; in init_spec() local
1852 obstack_grow (&obstack, hash_style, sizeof (hash_style) - 1); in init_spec()