OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dlx_elf_howto_table
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
elf32-dlx.c
236
static reloc_howto_type
dlx_elf_howto_table
[]=
variable
487
return &
dlx_elf_howto_table
[(int) dlx_reloc_map[i].elf_reloc_val];
512
i < sizeof (
dlx_elf_howto_table
) / sizeof (
dlx_elf_howto_table
[0]);
514
if (
dlx_elf_howto_table
[i].name != NULL
515
&& strcasecmp (
dlx_elf_howto_table
[i].name, r_name) == 0)
516
return &
dlx_elf_howto_table
[i];
551
return &
dlx_elf_howto_table
[r_type];
/src/external/gpl3/binutils.old/dist/bfd/
elf32-dlx.c
236
static reloc_howto_type
dlx_elf_howto_table
[]=
variable
487
return &
dlx_elf_howto_table
[(int) dlx_reloc_map[i].elf_reloc_val];
512
i < sizeof (
dlx_elf_howto_table
) / sizeof (
dlx_elf_howto_table
[0]);
514
if (
dlx_elf_howto_table
[i].name != NULL
515
&& strcasecmp (
dlx_elf_howto_table
[i].name, r_name) == 0)
516
return &
dlx_elf_howto_table
[i];
551
return &
dlx_elf_howto_table
[r_type];
/src/external/gpl3/gdb/dist/bfd/
elf32-dlx.c
236
static reloc_howto_type
dlx_elf_howto_table
[]=
variable
487
return &
dlx_elf_howto_table
[(int) dlx_reloc_map[i].elf_reloc_val];
512
i < sizeof (
dlx_elf_howto_table
) / sizeof (
dlx_elf_howto_table
[0]);
514
if (
dlx_elf_howto_table
[i].name != NULL
515
&& strcasecmp (
dlx_elf_howto_table
[i].name, r_name) == 0)
516
return &
dlx_elf_howto_table
[i];
551
return &
dlx_elf_howto_table
[r_type];
/src/external/gpl3/gdb.old/dist/bfd/
elf32-dlx.c
236
static reloc_howto_type
dlx_elf_howto_table
[]=
variable
487
return &
dlx_elf_howto_table
[(int) dlx_reloc_map[i].elf_reloc_val];
512
i < sizeof (
dlx_elf_howto_table
) / sizeof (
dlx_elf_howto_table
[0]);
514
if (
dlx_elf_howto_table
[i].name != NULL
515
&& strcasecmp (
dlx_elf_howto_table
[i].name, r_name) == 0)
516
return &
dlx_elf_howto_table
[i];
551
return &
dlx_elf_howto_table
[r_type];
Completed in 29 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026