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

  /src/external/gpl3/binutils/dist/gas/config/
tc-aarch64.c 2905 static struct reloc_table_entry reloc_table[] =
3436 details in reloc_table. The pointer will be updated to the character
3444 for (i = 0; i < ARRAY_SIZE (reloc_table); i++)
3446 int length = strlen (reloc_table[i].name);
3448 if (strncasecmp (reloc_table[i].name, *str, length) == 0
3452 return &reloc_table[i];
2902 static struct reloc_table_entry reloc_table[] = variable in typeref:struct:reloc_table_entry
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-aarch64.c 2888 static struct reloc_table_entry reloc_table[] =
3419 details in reloc_table. The pointer will be updated to the character
3427 for (i = 0; i < ARRAY_SIZE (reloc_table); i++)
3429 int length = strlen (reloc_table[i].name);
3431 if (strncasecmp (reloc_table[i].name, *str, length) == 0
3435 return &reloc_table[i];
2885 static struct reloc_table_entry reloc_table[] = variable in typeref:struct:reloc_table_entry

Completed in 39 milliseconds