OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:group_reloc_table
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-arm.c
5623
static struct group_reloc_table_entry
group_reloc_table
[] =
variable in typeref:struct:group_reloc_table_entry
5700
in
group_reloc_table
. The pointer will be updated to the character after
5703
group_reloc_table
entry. */
5709
for (i = 0; i < ARRAY_SIZE (
group_reloc_table
); i++)
5711
int length = strlen (
group_reloc_table
[i].name);
5713
if (strncasecmp (
group_reloc_table
[i].name, *str, length) == 0
5716
*out = &
group_reloc_table
[i];
5734
where <group_reloc> is one of the strings defined in
group_reloc_table
.
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c
5622
static struct group_reloc_table_entry
group_reloc_table
[] =
variable in typeref:struct:group_reloc_table_entry
5699
in
group_reloc_table
. The pointer will be updated to the character after
5702
group_reloc_table
entry. */
5708
for (i = 0; i < ARRAY_SIZE (
group_reloc_table
); i++)
5710
int length = strlen (
group_reloc_table
[i].name);
5712
if (strncasecmp (
group_reloc_table
[i].name, *str, length) == 0
5715
*out = &
group_reloc_table
[i];
5733
where <group_reloc> is one of the strings defined in
group_reloc_table
.
Completed in 62 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026