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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-riscv.c 882 static const reloc_howto_type howto_table_internal[] = variable
1067 else if (r_type < R_RISCV_max + ARRAY_SIZE (howto_table_internal))
1068 return &howto_table_internal[r_type - R_RISCV_max];
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-riscv.c 882 static reloc_howto_type howto_table_internal[] = variable
1064 else if (r_type < R_RISCV_max + ARRAY_SIZE (howto_table_internal))
1065 return &howto_table_internal[r_type - R_RISCV_max];
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-riscv.c 882 static reloc_howto_type howto_table_internal[] = variable
1058 else if (r_type < R_RISCV_max + ARRAY_SIZE (howto_table_internal))
1059 return &howto_table_internal[r_type - R_RISCV_max];
  /src/external/gpl3/gdb/dist/bfd/
elfxx-riscv.c 882 static const reloc_howto_type howto_table_internal[] = variable
1064 else if (r_type < R_RISCV_max + ARRAY_SIZE (howto_table_internal))
1065 return &howto_table_internal[r_type - R_RISCV_max];

Completed in 70 milliseconds