HomeSort by: relevance | last modified time | path
    Searched defs:riscv_reloc_map (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elfxx-riscv.c 973 static const struct elf_reloc_map riscv_reloc_map[] = variable in typeref:struct:elf_reloc_map
1042 for (i = 0; i < ARRAY_SIZE (riscv_reloc_map); i++)
1043 if (riscv_reloc_map[i].bfd_val == code)
1044 return &howto_table[(int) riscv_reloc_map[i].elf_val];
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-riscv.c 970 static const struct elf_reloc_map riscv_reloc_map[] = variable in typeref:struct:elf_reloc_map
1039 for (i = 0; i < ARRAY_SIZE (riscv_reloc_map); i++)
1040 if (riscv_reloc_map[i].bfd_val == code)
1041 return &howto_table[(int) riscv_reloc_map[i].elf_val];
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-riscv.c 970 static const struct elf_reloc_map riscv_reloc_map[] = variable in typeref:struct:elf_reloc_map
1033 for (i = 0; i < ARRAY_SIZE (riscv_reloc_map); i++)
1034 if (riscv_reloc_map[i].bfd_val == code)
1035 return &howto_table[(int) riscv_reloc_map[i].elf_val];
  /src/external/gpl3/gdb/dist/bfd/
elfxx-riscv.c 970 static const struct elf_reloc_map riscv_reloc_map[] = variable in typeref:struct:elf_reloc_map
1039 for (i = 0; i < ARRAY_SIZE (riscv_reloc_map); i++)
1040 if (riscv_reloc_map[i].bfd_val == code)
1041 return &howto_table[(int) riscv_reloc_map[i].elf_val];

Completed in 30 milliseconds