reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp
  301     return ELF::R_386_TLS_IE;
tools/lld/ELF/Arch/X86.cpp
   79   if (type == R_386_TLS_LE || type == R_386_TLS_LE_32 || type == R_386_TLS_IE ||
  102   case R_386_TLS_IE:
  307   case R_386_TLS_IE:
  361   if (type == R_386_TLS_IE) {