OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allowed_archs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-arm.c
31372
const arm_feature_set
allowed_archs
[2];
31652
sizeof (opt->
allowed_archs
) / sizeof (opt->
allowed_archs
[0]);
31657
if (ARM_FEATURE_EQUAL (opt->
allowed_archs
[i], arm_any))
31659
if (ARM_FSET_CPU_SUBSET (opt->
allowed_archs
[i], *opt_set))
32182
sizeof (opt->
allowed_archs
) / sizeof (opt->
allowed_archs
[0]);
32186
if (ARM_FEATURE_EQUAL (opt->
allowed_archs
[i], arm_arch_any))
32190
if (ARM_FSET_CPU_SUBSET (opt->
allowed_archs
[i], *arch_fset))
32739
sizeof (opt->
allowed_archs
) / sizeof (opt->allowed_archs[i])
31363
const arm_feature_set
allowed_archs
[2];
member in struct:arm_option_extension_value_table
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c
31379
const arm_feature_set
allowed_archs
[2];
31659
sizeof (opt->
allowed_archs
) / sizeof (opt->
allowed_archs
[0]);
31664
if (ARM_FEATURE_EQUAL (opt->
allowed_archs
[i], arm_any))
31666
if (ARM_FSET_CPU_SUBSET (opt->
allowed_archs
[i], *opt_set))
32189
sizeof (opt->
allowed_archs
) / sizeof (opt->
allowed_archs
[0]);
32193
if (ARM_FEATURE_EQUAL (opt->
allowed_archs
[i], arm_arch_any))
32197
if (ARM_FSET_CPU_SUBSET (opt->
allowed_archs
[i], *arch_fset))
32746
sizeof (opt->
allowed_archs
) / sizeof (opt->allowed_archs[i])
31370
const arm_feature_set
allowed_archs
[2];
member in struct:arm_option_extension_value_table
[
all
...]
Completed in 64 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026