OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dlx_reloc_map
(Results
1 - 1
of
1
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
elf32-dlx.c
406
static const struct elf_reloc_map
dlx_reloc_map
[] =
variable in typeref:struct:elf_reloc_map
490
for (i = 0; i < sizeof (
dlx_reloc_map
) / sizeof (struct elf_reloc_map); i++)
491
if (
dlx_reloc_map
[i].bfd_reloc_val == code)
492
return &dlx_elf_howto_table[(int)
dlx_reloc_map
[i].elf_reloc_val];
Completed in 182 milliseconds