Home
last modified time | relevance | path

Searched refs:howto_table_internal (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delfxx-riscv.c813 static reloc_howto_type howto_table_internal[] = variable
985 else if (r_type < R_RISCV_max + ARRAY_SIZE (howto_table_internal)) in riscv_elf_rtype_to_howto()
986 return &howto_table_internal[r_type - R_RISCV_max]; in riscv_elf_rtype_to_howto()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git17738 * elfxx-riscv.c (howto_table, howto_table_internal): Moved linker
17739 internal relocations from howto_table into howto_table_internal.
17742 relocations from howto_table_internal.