OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bfin_howto_table
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
elf32-bfin.c
424
static reloc_howto_type
bfin_howto_table
[] =
1056
cache_ptr->howto = &
bfin_howto_table
[r_type];
1086
return &
bfin_howto_table
[r_type];
1101
i < (sizeof (
bfin_howto_table
)
1102
/ sizeof (
bfin_howto_table
[0]));
1104
if (
bfin_howto_table
[i].name != NULL
1105
&& strcasecmp (
bfin_howto_table
[i].name, r_name) == 0)
1106
return &
bfin_howto_table
[i];
1125
return &
bfin_howto_table
[r_type];
423
static reloc_howto_type
bfin_howto_table
[] =
variable
/src/external/gpl3/binutils.old/dist/bfd/
elf32-bfin.c
424
static reloc_howto_type
bfin_howto_table
[] =
1056
cache_ptr->howto = &
bfin_howto_table
[r_type];
1086
return &
bfin_howto_table
[r_type];
1101
i < (sizeof (
bfin_howto_table
)
1102
/ sizeof (
bfin_howto_table
[0]));
1104
if (
bfin_howto_table
[i].name != NULL
1105
&& strcasecmp (
bfin_howto_table
[i].name, r_name) == 0)
1106
return &
bfin_howto_table
[i];
1125
return &
bfin_howto_table
[r_type];
423
static reloc_howto_type
bfin_howto_table
[] =
variable
/src/external/gpl3/gdb/dist/bfd/
elf32-bfin.c
424
static reloc_howto_type
bfin_howto_table
[] =
1056
cache_ptr->howto = &
bfin_howto_table
[r_type];
1086
return &
bfin_howto_table
[r_type];
1101
i < (sizeof (
bfin_howto_table
)
1102
/ sizeof (
bfin_howto_table
[0]));
1104
if (
bfin_howto_table
[i].name != NULL
1105
&& strcasecmp (
bfin_howto_table
[i].name, r_name) == 0)
1106
return &
bfin_howto_table
[i];
1125
return &
bfin_howto_table
[r_type];
423
static reloc_howto_type
bfin_howto_table
[] =
variable
/src/external/gpl3/gdb.old/dist/bfd/
elf32-bfin.c
424
static reloc_howto_type
bfin_howto_table
[] =
1056
cache_ptr->howto = &
bfin_howto_table
[r_type];
1086
return &
bfin_howto_table
[r_type];
1101
i < (sizeof (
bfin_howto_table
)
1102
/ sizeof (
bfin_howto_table
[0]));
1104
if (
bfin_howto_table
[i].name != NULL
1105
&& strcasecmp (
bfin_howto_table
[i].name, r_name) == 0)
1106
return &
bfin_howto_table
[i];
1125
return &
bfin_howto_table
[r_type];
423
static reloc_howto_type
bfin_howto_table
[] =
variable
Completed in 40 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026