OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reloc_table
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-aarch64.c
2905
static struct reloc_table_entry
reloc_table
[] =
3436
details in
reloc_table
. The pointer will be updated to the character
3444
for (i = 0; i < ARRAY_SIZE (
reloc_table
); i++)
3446
int length = strlen (
reloc_table
[i].name);
3448
if (strncasecmp (
reloc_table
[i].name, *str, length) == 0
3452
return &
reloc_table
[i];
2902
static struct
reloc_table
_entry
reloc_table
[] =
variable in typeref:struct:reloc_table_entry
/src/external/gpl3/binutils.old/dist/gas/config/
tc-aarch64.c
2888
static struct reloc_table_entry
reloc_table
[] =
3419
details in
reloc_table
. The pointer will be updated to the character
3427
for (i = 0; i < ARRAY_SIZE (
reloc_table
); i++)
3429
int length = strlen (
reloc_table
[i].name);
3431
if (strncasecmp (
reloc_table
[i].name, *str, length) == 0
3435
return &
reloc_table
[i];
2885
static struct
reloc_table
_entry
reloc_table
[] =
variable in typeref:struct:reloc_table_entry
Completed in 39 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026