OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:elf_avr_howto_table
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
elf32-avr.c
120
static reloc_howto_type
elf_avr_howto_table
[] =
variable
924
return &
elf_avr_howto_table
[avr_reloc_map[i].elf_reloc_val];
936
i < sizeof (
elf_avr_howto_table
) / sizeof (
elf_avr_howto_table
[0]);
938
if (
elf_avr_howto_table
[i].name != NULL
939
&& strcasecmp (
elf_avr_howto_table
[i].name, r_name) == 0)
940
return &
elf_avr_howto_table
[i];
963
cache_ptr->howto = &
elf_avr_howto_table
[r_type];
1449
howto =
elf_avr_howto_table
+ r_type;
/src/external/gpl3/binutils.old/dist/bfd/
elf32-avr.c
120
static reloc_howto_type
elf_avr_howto_table
[] =
variable
924
return &
elf_avr_howto_table
[avr_reloc_map[i].elf_reloc_val];
936
i < sizeof (
elf_avr_howto_table
) / sizeof (
elf_avr_howto_table
[0]);
938
if (
elf_avr_howto_table
[i].name != NULL
939
&& strcasecmp (
elf_avr_howto_table
[i].name, r_name) == 0)
940
return &
elf_avr_howto_table
[i];
963
cache_ptr->howto = &
elf_avr_howto_table
[r_type];
1449
howto =
elf_avr_howto_table
+ r_type;
/src/external/gpl3/gdb/dist/bfd/
elf32-avr.c
120
static reloc_howto_type
elf_avr_howto_table
[] =
variable
924
return &
elf_avr_howto_table
[avr_reloc_map[i].elf_reloc_val];
936
i < sizeof (
elf_avr_howto_table
) / sizeof (
elf_avr_howto_table
[0]);
938
if (
elf_avr_howto_table
[i].name != NULL
939
&& strcasecmp (
elf_avr_howto_table
[i].name, r_name) == 0)
940
return &
elf_avr_howto_table
[i];
963
cache_ptr->howto = &
elf_avr_howto_table
[r_type];
1449
howto =
elf_avr_howto_table
+ r_type;
/src/external/gpl3/gdb.old/dist/bfd/
elf32-avr.c
120
static reloc_howto_type
elf_avr_howto_table
[] =
variable
929
return &
elf_avr_howto_table
[avr_reloc_map[i].elf_reloc_val];
941
i < sizeof (
elf_avr_howto_table
) / sizeof (
elf_avr_howto_table
[0]);
943
if (
elf_avr_howto_table
[i].name != NULL
944
&& strcasecmp (
elf_avr_howto_table
[i].name, r_name) == 0)
945
return &
elf_avr_howto_table
[i];
968
cache_ptr->howto = &
elf_avr_howto_table
[r_type];
1454
howto =
elf_avr_howto_table
+ r_type;
Completed in 37 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026