Searched refs:dlx_reloc_map (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-dlx.c407 static const struct elf_reloc_map dlx_reloc_map[] = variable in typeref:struct:elf_reloc_map
488 for (i = 0; i < sizeof (dlx_reloc_map) / sizeof (struct elf_reloc_map); i++)
489 if (dlx_reloc_map[i].bfd_reloc_val == code)
490 return &dlx_elf_howto_table[(int) dlx_reloc_map[i].elf_reloc_val];
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf32-dlx.c504 static const struct elf_reloc_map dlx_reloc_map[] = variable in typeref:struct:elf_reloc_map
586 for (i = 0; i < sizeof (dlx_reloc_map) / sizeof (struct elf_reloc_map); i++)
587 if (dlx_reloc_map[i].bfd_reloc_val == code)
588 return &dlx_elf_howto_table[(int) dlx_reloc_map[i].elf_reloc_val];

Completed in 189 milliseconds