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

  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 3180 #define TLS_EXPLICIT 256 /* TOC section TLS reloc, not stored. */
4644 if ((tls_type & (NON_GOT | TLS_EXPLICIT)) == 0)
5222 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_TPREL;
5231 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_GD;
5233 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_LD;
5237 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_DTPREL;
5284 if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_GD))
5286 else if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_LD))
8469 tls_set = TLS_EXPLICIT;
8488 tls_set = TLS_EXPLICIT | TLS_GD
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 3188 #define TLS_EXPLICIT 256 /* TOC section TLS reloc, not stored. */
4652 if ((tls_type & (NON_GOT | TLS_EXPLICIT)) == 0)
5230 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_TPREL;
5239 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_GD;
5241 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_LD;
5245 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_DTPREL;
5292 if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_GD))
5294 else if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_LD))
8469 tls_set = TLS_EXPLICIT;
8488 tls_set = TLS_EXPLICIT | TLS_GD
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 3188 #define TLS_EXPLICIT 256 /* TOC section TLS reloc, not stored. */
4651 if ((tls_type & (NON_GOT | TLS_EXPLICIT)) == 0)
5229 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_TPREL;
5238 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_GD;
5240 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_LD;
5244 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_DTPREL;
5291 if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_GD))
5293 else if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_LD))
8462 tls_set = TLS_EXPLICIT;
8481 tls_set = TLS_EXPLICIT | TLS_GD
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 3193 #define TLS_EXPLICIT 256 /* TOC section TLS reloc, not stored. */
4657 if ((tls_type & (NON_GOT | TLS_EXPLICIT)) == 0)
5226 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_TPREL;
5235 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_GD;
5237 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_LD;
5241 tls_type = TLS_EXPLICIT | TLS_TLS | TLS_DTPREL;
5288 if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_GD))
5290 else if (tls_type == (TLS_EXPLICIT | TLS_TLS | TLS_LD))
8459 tls_set = TLS_EXPLICIT;
8478 tls_set = TLS_EXPLICIT | TLS_GD
    [all...]

Completed in 73 milliseconds