Searched refs:riscv_reloc_map (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delfxx-riscv.c867 static const struct elf_reloc_map riscv_reloc_map[] = variable in typeref:struct:elf_reloc_map
929 for (i = 0; i < ARRAY_SIZE (riscv_reloc_map); i++)
930 if (riscv_reloc_map[i].bfd_val == code)
931 return &howto_table[(int) riscv_reloc_map[i].elf_val];
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delfxx-riscv.c856 static const struct elf_reloc_map riscv_reloc_map[] = variable in typeref:struct:elf_reloc_map
918 for (i = 0; i < ARRAY_SIZE (riscv_reloc_map); i++)
919 if (riscv_reloc_map[i].bfd_val == code)
920 return &howto_table[(int) riscv_reloc_map[i].elf_val];
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delfxx-riscv.c882 static const struct elf_reloc_map riscv_reloc_map[] = variable in typeref:struct:elf_reloc_map
944 for (i = 0; i < ARRAY_SIZE (riscv_reloc_map); i++)
945 if (riscv_reloc_map[i].bfd_val == code)
946 return &howto_table[(int) riscv_reloc_map[i].elf_val];
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delfxx-riscv.c901 static const struct elf_reloc_map riscv_reloc_map[] = variable in typeref:struct:elf_reloc_map
960 for (i = 0; i < ARRAY_SIZE (riscv_reloc_map); i++)
961 if (riscv_reloc_map[i].bfd_val == code)
962 return &howto_table[(int) riscv_reloc_map[i].elf_val];

Completed in 108 milliseconds