Searched refs:hash_style (Results 1 – 7 of 7) sorted by relevance
| /dragonfly/contrib/binutils-2.27/gold/ |
| HD | layout.cc | 4352 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()
|
| HD | options.h | 859 DEFINE_enum(hash_style, options::TWO_DASHES, '\0', "sysv",
|
| HD | mips.cc | 9518 && (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/ |
| HD | layout.cc | 4755 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()
|
| HD | options.h | 932 DEFINE_enum(hash_style, options::TWO_DASHES, '\0', DEFAULT_HASH_STYLE,
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | gcc.c | 1470 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/ |
| HD | gcc.c | 1851 static const char hash_style[] = "--hash-style="; in init_spec() local 1852 obstack_grow (&obstack, hash_style, sizeof (hash_style) - 1); in init_spec()
|