Searched refs:GOT (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/canvas/
H A Dcity.tcl58 # This routes the requests and results through GOT/GET logging
94 ::city::grid get $at [list GOT $donecmd]
98 proc GOT {donecmd what at args} { procedure
H A Dpuzzle.tcl100 # This routes the requests and results through GOT/GET logging
158 Pick get $at [list GOT $donecmd]
162 proc GOT {donecmd what at args} { procedure
H A Dosm.tcl305 GOT $donecmd unset $tile
310 $provider get $tile [list GOT $donecmd]
314 proc GOT {donecmd what tile args} { procedure
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86Subtarget.h36 GOT, // Used on many 32-bit unices in -fPIC mode. enumerator in enum:llvm::PICStyles::Style
269 bool isPICStyleGOT() const { return PICStyle == PICStyles::GOT; }
H A DX86TargetMachine.cpp100 Subtarget.setPICStyle(PICStyles::GOT);
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Dsubshell.sh175 GOT=$(printf %q "$got")
176 err_exit "${TEST_shell/*-c/\$SHELL -c} ${TEST_unset:+unset }${TEST_fork:+fork }$txt command substitution failed -- expected $EXP, got $GOT"
468 GOT=$(printf %q "$got")
469 err_exit "'$cmd' failed -- expected $EXP, got $GOT"
H A Dlocale.sh275 GOT=$(printf %q "$got")
276 err_exit "LANG change not seen by function -- expected $EXP or $ALT, got $GOT"
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dasm.h206 * Gpush saves the %ebx register used for the GOT address
207 * Gpop pops %ebx if we need a GOT
208 * Gload loads %ebx with the GOT address if shared libraries are used
243 #define Gaddr(to,lab) movl lab@GOT(%ebx),to
244 #define Gcmp(lab,reg) cmpl reg,lab@GOT(%ebx)
245 #define Gmemload(lab,reg) movl lab@GOT(%ebx),reg; movl (reg),reg
246 #define Gmemstore(reg,lab,tmp) movl lab@GOT(%ebx),tmp; movl reg,(tmp)
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMConstantPoolValue.h41 GOT, enumerator in enum:llvm::ARMCP::ARMCPModifier
H A DARMConstantPoolValue.cpp55 case ARMCP::GOT: return "GOT";
H A DARMAsmPrinter.cpp885 case ARMCP::GOT: return MCSymbolRefExpr::VK_ARM_GOT;
897 // FIXME: Remove this when Darwin transition to @GOT like syntax.
H A DARMFastISel.cpp2812 ARMConstantPoolConstant::Create(GV, UseGOTOFF ? ARMCP::GOTOFF : ARMCP::GOT);
H A DARMISelLowering.cpp2208 UseGOTOFF ? ARMCP::GOTOFF : ARMCP::GOT);
2216 SDValue GOT = DAG.getGLOBAL_OFFSET_TABLE(PtrVT); local
2217 Result = DAG.getNode(ISD::ADD, dl, PtrVT, Result, GOT);
/macosx-10.9.5/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.pm43 GOT => {}
53 return $self->{GOT}{$key} if exists $self->{VALID}{$key} ;
72 $self->{GOT}{$key} = $value ;
87 delete $self->{GOT}{$key} ;
129 GOT => {},
154 GOT => {},

Completed in 139 milliseconds