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_reloc_map
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
elf32-dlx.c
407
static const struct elf_reloc_map
dlx_reloc_map
[] =
variable in typeref:struct:elf_reloc_map
485
for (i = 0; i < sizeof (
dlx_reloc_map
) / sizeof (struct elf_reloc_map); i++)
486
if (
dlx_reloc_map
[i].bfd_reloc_val == code)
487
return &dlx_elf_howto_table[(int)
dlx_reloc_map
[i].elf_reloc_val];
/src/external/gpl3/binutils.old/dist/bfd/
elf32-dlx.c
407
static const struct elf_reloc_map
dlx_reloc_map
[] =
variable in typeref:struct:elf_reloc_map
485
for (i = 0; i < sizeof (
dlx_reloc_map
) / sizeof (struct elf_reloc_map); i++)
486
if (
dlx_reloc_map
[i].bfd_reloc_val == code)
487
return &dlx_elf_howto_table[(int)
dlx_reloc_map
[i].elf_reloc_val];
/src/external/gpl3/gdb/dist/bfd/
elf32-dlx.c
407
static const struct elf_reloc_map
dlx_reloc_map
[] =
variable in typeref:struct:elf_reloc_map
485
for (i = 0; i < sizeof (
dlx_reloc_map
) / sizeof (struct elf_reloc_map); i++)
486
if (
dlx_reloc_map
[i].bfd_reloc_val == code)
487
return &dlx_elf_howto_table[(int)
dlx_reloc_map
[i].elf_reloc_val];
/src/external/gpl3/gdb.old/dist/bfd/
elf32-dlx.c
407
static const struct elf_reloc_map
dlx_reloc_map
[] =
variable in typeref:struct:elf_reloc_map
485
for (i = 0; i < sizeof (
dlx_reloc_map
) / sizeof (struct elf_reloc_map); i++)
486
if (
dlx_reloc_map
[i].bfd_reloc_val == code)
487
return &dlx_elf_howto_table[(int)
dlx_reloc_map
[i].elf_reloc_val];
Completed in 28 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026