Home
last modified time | relevance | path

Searched refs:GOTOFF (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_vfork_i386.inc.S22 call *_ZN14__interception10real_vforkE@GOTOFF(%eax)
/freebsd/lib/csu/i386/
H A Dcrt1_s.S55 leal main@GOTOFF(%ebx),%eax
/freebsd/sys/i386/include/
H A Dasm.h51 #define PIC_GOTOFF(x) x@GOTOFF(%ebx)
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.cpp41 case CSKYCP::GOTOFF: in getModifierText()
H A DCSKYConstantPoolValue.h40 enum CSKYCPModifier { NO_MOD, ADDR, GOT, GOTOFF, PLT, TLSLE, TLSIE, TLSGD }; enumerator
H A DCSKYAsmPrinter.cpp178 case CSKYCP::GOTOFF: in getModifierVariantKind()
H A DCSKYISelLowering.cpp772 return CSKYCP::GOTOFF; in getModifier()