HomeSort by relevance Sort by last modified time
    Searched refs:GOT_TLS_LDM (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
mips.cc 131 GOT_TLS_LDM = 2,
390 // (object != NULL, symndx >= 0, tls_type != GOT_TLS_LDM)
394 // (object != NULL, symndx == 0, tls_type == GOT_TLS_LDM)
427 if (this->tls_type_ == GOT_TLS_LDM)
448 if (this->tls_type_ == GOT_TLS_LDM)
824 return GOT_TLS_LDM;
839 case GOT_TLS_LDM:
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-hppa.c 238 GOT_UNKNOWN = 0, GOT_NORMAL = 1, GOT_TLS_GD = 2, GOT_TLS_LDM = 4, GOT_TLS_IE = 8
    [all...]
elfxx-mips.c 52 GOT_TLS_LDM,
64 requires: abfd != NULL, symndx >= 0, tls_type != GOT_TLS_LDM
72 requires: abfd != NULL, symndx == 0, tls_type == GOT_TLS_LDM
    [all...]
elf32-metag.c 809 GOT_UNKNOWN = 0, GOT_NORMAL = 1, GOT_TLS_IE = 2, GOT_TLS_LDM = 4, GOT_TLS_GD = 8
    [all...]

Completed in 382 milliseconds