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

  /src/external/gpl3/binutils/dist/gas/
read.c 4424 static const struct _bfd_rel bfd_relocs[] =
4480 for (reloc->u.a.howto = NULL, i = 0; i < ARRAY_SIZE (bfd_relocs); i++)
4481 if (strcasecmp (r_name + 10, bfd_relocs[i].name) == 0)
4484 bfd_relocs[i].code);
4419 static const struct _bfd_rel bfd_relocs[] = local
read.c 4424 static const struct _bfd_rel bfd_relocs[] =
4480 for (reloc->u.a.howto = NULL, i = 0; i < ARRAY_SIZE (bfd_relocs); i++)
4481 if (strcasecmp (r_name + 10, bfd_relocs[i].name) == 0)
4484 bfd_relocs[i].code);
4419 static const struct _bfd_rel bfd_relocs[] = local
  /src/external/gpl3/binutils.old/dist/gas/
read.c 4413 static const struct _bfd_rel bfd_relocs[] =
4469 for (reloc->u.a.howto = NULL, i = 0; i < ARRAY_SIZE (bfd_relocs); i++)
4470 if (strcasecmp (r_name + 10, bfd_relocs[i].name) == 0)
4473 bfd_relocs[i].code);
4408 static const struct _bfd_rel bfd_relocs[] = local
read.c 4413 static const struct _bfd_rel bfd_relocs[] =
4469 for (reloc->u.a.howto = NULL, i = 0; i < ARRAY_SIZE (bfd_relocs); i++)
4470 if (strcasecmp (r_name + 10, bfd_relocs[i].name) == 0)
4473 bfd_relocs[i].code);
4408 static const struct _bfd_rel bfd_relocs[] = local

Completed in 57 milliseconds