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

  /src/external/gpl3/binutils/dist/bfd/
elf32-or1k.c 920 #define TLS_IE 8
1812 if (dynamic && ((tls_type & TLS_IE) != 0))
1836 else if ((tls_type & TLS_IE) != 0)
2012 tls_type = TLS_IE;
2802 require two relocation entries. Symbols with TLS_IE access require 4 bytes
2804 both TLS_GD and TLS_IE access to be accounted for.
2824 if ((tls_type & TLS_IE) != 0)
2838 if ((tls_type & TLS_IE) != 0)
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-or1k.c 920 #define TLS_IE 8
1811 if (dynamic && ((tls_type & TLS_IE) != 0))
1835 else if ((tls_type & TLS_IE) != 0)
2011 tls_type = TLS_IE;
2800 require two relocation entries. Symbols with TLS_IE access require 4 bytes
2802 both TLS_GD and TLS_IE access to be accounted for.
2822 if ((tls_type & TLS_IE) != 0)
2836 if ((tls_type & TLS_IE) != 0)
  /src/external/gpl3/gcc.old/dist/gcc/config/microblaze/
microblaze.cc 115 TLS_IE,

Completed in 28 milliseconds