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

  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-aarch64.c 403 bool tls_reloc = true; local
451 tls_reloc = false;
475 if (weak_undef_p && tls_reloc)
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-aarch64.c 404 bool tls_reloc = true; local
452 tls_reloc = false;
476 if (weak_undef_p && tls_reloc)
  /src/external/gpl3/gdb/dist/bfd/
elfxx-aarch64.c 404 bool tls_reloc = true; local
452 tls_reloc = false;
476 if (weak_undef_p && tls_reloc)
  /src/external/gpl3/binutils/dist/bfd/
elfxx-aarch64.c 406 bool tls_reloc = true; local
454 tls_reloc = false;
478 if (weak_undef_p && tls_reloc)
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm.cc 2451 enum tls_reloc {
30449 enum tls_reloc reloc;
30453 reloc = (enum tls_reloc) INTVAL (XVECEXP (x, 0, 1));
2447 enum tls_reloc { enum
  /src/external/gpl3/gcc/dist/gcc/config/microblaze/
microblaze.cc 111 enum tls_reloc { enum
129 enum tls_reloc tls_type;
652 info->tls_type = tls_reloc (INTVAL (XVECEXP (x, 0, 1)));
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm.cc 2435 enum tls_reloc {
30100 enum tls_reloc reloc;
30104 reloc = (enum tls_reloc) INTVAL (XVECEXP (x, 0, 1));
2431 enum tls_reloc { enum
  /src/external/gpl3/gcc.old/dist/gcc/config/microblaze/
microblaze.cc 111 enum tls_reloc { enum
129 enum tls_reloc tls_type;
653 info->tls_type = tls_reloc (INTVAL (XVECEXP (x, 0, 1)));

Completed in 70 milliseconds