OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attribute_table
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
langhooks.h
535
array_slice<const struct scoped_attribute_specs *const>
attribute_table
;
member in struct:lang_hooks
/src/external/gpl3/gcc.old/dist/gcc/
langhooks.h
533
const struct attribute_spec *
attribute_table
;
member in struct:lang_hooks
/src/external/gpl3/binutils/dist/gas/config/
tc-arc.c
5099
attribute_table
[] =
local
5125
for (i = 0; i < ARRAY_SIZE (
attribute_table
); i++)
5126
if (streq (name,
attribute_table
[i].name))
5127
return
attribute_table
[i].tag;
tc-riscv.c
5808
attribute_table
[] =
local
5826
for (i = 0; i < ARRAY_SIZE (
attribute_table
); i++)
5827
if (strcmp (name,
attribute_table
[i].name) == 0)
5828
return
attribute_table
[i].tag;
tc-mips.c
21032
attribute_table
[] =
21044
for (i = 0; i < ARRAY_SIZE (
attribute_table
); i++)
21045
if (streq (name,
attribute_table
[i].name))
21046
return
attribute_table
[i].tag;
21015
attribute_table
[] =
local
tc-arm.c
32844
attribute_table
[] =
32906
for (i = 0; i < ARRAY_SIZE (
attribute_table
); i++)
32907
if (streq (name,
attribute_table
[i].name))
32908
return
attribute_table
[i].tag;
32835
attribute_table
[] =
local
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arc.c
5107
attribute_table
[] =
local
5133
for (i = 0; i < ARRAY_SIZE (
attribute_table
); i++)
5134
if (streq (name,
attribute_table
[i].name))
5135
return
attribute_table
[i].tag;
tc-riscv.c
5797
attribute_table
[] =
local
5815
for (i = 0; i < ARRAY_SIZE (
attribute_table
); i++)
5816
if (strcmp (name,
attribute_table
[i].name) == 0)
5817
return
attribute_table
[i].tag;
tc-mips.c
20720
attribute_table
[] =
20732
for (i = 0; i < ARRAY_SIZE (
attribute_table
); i++)
20733
if (streq (name,
attribute_table
[i].name))
20734
return
attribute_table
[i].tag;
20703
attribute_table
[] =
local
tc-arm.c
32851
attribute_table
[] =
32913
for (i = 0; i < ARRAY_SIZE (
attribute_table
); i++)
32914
if (streq (name,
attribute_table
[i].name))
32915
return
attribute_table
[i].tag;
32842
attribute_table
[] =
local
Completed in 121 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026