Searched refs:fixup (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/page/
H A Dparse_peghb.tcl10 variable fixup {}
18 variable peghb::fixup
22 set fixup {}
33 foreach {n sym} $fixup {
59 variable fixup
60 $t set root start [treeOf $t root $pe fixup]
65 variable fixup
75 treeOf $t $def $pe fixup
82 upvar 1 $fv fixup
101 lappend fixup
[all...]
H A Dparse_pegser.tcl20 $t set root start [pegser::treeOf $t root [gr start] fixup]
30 pegser::treeOf $t $def [gr nonterminal rule $sym] fixup
37 foreach {n sym} $fixup {
63 upvar 1 $fv fixup
82 lappend fixup $n $sym
85 treeOf $t $n $sub fixup
/macosx-10.9.5/bind9-45.100/bind9/bin/tools/win32/
H A Dischmacfixup.mak108 ALL : "..\..\..\Build\Release\isc-hmac-fixup.exe"
112 -@erase "$(INTDIR)\isc-hmac-fixup.obj"
114 -@erase "..\..\..\Build\Release\isc-hmac-fixup.exe"
121 CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "./" /I "../../../" /I "../../../../libxml2-2.7.3/include" /I "../../../lib/isc/win32" /I "../../../lib/isc/win32/include" /I "../../../lib/isc/include" /I "../../../lib/isc/noatomic/include" /D "NDEBUG" /D "__STDC__" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /Fp"$(INTDIR)\isc-hmac-fixup.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
155 BSC32_FLAGS=/nologo /o"$(OUTDIR)\isc-hmac-fixup.bsc"
159 LINK32_FLAGS=user32.lib advapi32.lib ../../../lib/isc/win32/Release/libisc.lib /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\isc-hmac-fixup.pdb" /machine:I386 /out:"../../../Build/Release/isc-hmac-fixup.exe"
161 "$(INTDIR)\isc-hmac-fixup.obj"
163 "..\..\..\Build\Release\isc-hmac-fixup.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
177 ALL : "..\..\..\Build\Debug\isc-hmac-fixup
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/layout/
H A DMPreFixups.cpp33 // NOTE: don't add the fixup data if the mpre is right
49 for (le_int32 fixup = 0; fixup < fFixupCount; fixup += 1) {
50 le_int32 baseIndex = fFixupData[fixup].fBaseIndex;
51 le_int32 mpreIndex = fFixupData[fixup].fMPreIndex;
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dgitrebase.vim25 call s:choose(get({'s':'edit','p':'squash','e':'reword','r':'fixup'},getline('.')[0],'pick'))
32 command! -buffer -bar Fixup :call s:choose('fixup')
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Di386linux.c114 pointers to fixup tables. It will be present in any dynamically
115 linked file. The linker generated fixup table should also be added
125 each fixup contains two 32 bit numbers. A regular fixup contains
127 address at the location pointed to by the pointer. A builtin fixup
131 __GOT__ symbols for the same variable. The builtin fixup will copy
134 struct fixup
136 struct fixup *next;
170 struct fixup *fixup_list;
177 static struct fixup *new_fixu
133 struct fixup struct
[all...]
H A Dm68klinux.c115 pointers to fixup tables. It will be present in any dynamically
116 linked file. The linker generated fixup table should also be added
126 each fixup contains two 32 bit numbers. A regular fixup contains
128 address at the location pointed to by the pointer. A builtin fixup
132 __GOT__ symbols for the same variable. The builtin fixup will copy
135 struct fixup
137 struct fixup *next;
171 struct fixup *fixup_list;
178 static struct fixup *new_fixu
134 struct fixup struct
[all...]
H A Dsparclinux.c114 pointers to fixup tables. It will be present in any dynamically
115 linked file. The linker generated fixup table should also be added
125 each fixup contains two 32 bit numbers. A regular fixup contains
127 address at the location pointed to by the pointer. A builtin fixup
131 __GOT__ symbols for the same variable. The builtin fixup will copy
134 struct fixup struct
136 struct fixup *next;
170 struct fixup *fixup_list;
177 static struct fixup *new_fixu
[all...]
/macosx-10.9.5/iodbc-42.5/
H A DMakefile15 GnuAfterInstall = fixup
26 # We want to create dSYM files in fixup, which means we can't strip until then; so make
36 # The first half of fixup is a hack to get dsymutil generating (correct) .dSYM files.
43 # The last part of fixup is the stuff we need to get rid of everything but the actual libraries.
45 fixup:
/macosx-10.9.5/libxml2-26/libxml2/xstc/
H A Dfixup-tests.py32 def fixup(): function
93 fixup()
/macosx-10.9.5/emacs-92/emacs/nt/
H A Dpreprep.c689 WORD *fixup; local
696 for (fixup = (WORD *) &block[1];
697 (DWORD) fixup - (DWORD) block < block->SizeOfBlock;
698 fixup++)
700 page_offset = (*fixup) & 0xfff;
704 should immediately follow a high fixup. */
705 if (seen_high && ((*fixup) >> 12) != IMAGE_REL_BASED_LOW)
708 switch ((*fixup) >> 12)
714 pairs, specifically a low fixup immediately follows a
715 high fixup (normall
[all...]
/macosx-10.9.5/vim-53/src/
H A DMake_ivc.mak114 LINK32_FLAGS=$(LINK32_FLAGS) /pdb:.\oleRel/gvim.pdb -debug:full -debugtype:cv,fixup /map:.\oleDbg\gvim.map libc.lib oleaut32.lib /subsystem:windows /out:.\gvim.exe
115 # ADD LINK32 /pdb:.\oleRel/gvim.pdb -debug:full -debugtype:cv,fixup /map:.\oleDbg\gvim.map libc.lib oleaut32.lib /subsystem:windows /out:.\gvim.exe
133 LINK32_FLAGS=$(LINK32_FLAGS) libcd.lib oleaut32.lib /subsystem:windows /debug /profile /pdb:.\oleDbg/gvimd.pdb -debug:full -debugtype:cv,fixup /map:.\oleDbg\gvimd.map /out:.\gvimd.exe
134 # ADD LINK32 libcd.lib oleaut32.lib /subsystem:windows /debug /profile /pdb:.\oleDbg/gvimd.pdb -debug:full -debugtype:cv,fixup /map:.\oleDbg\gvimd.map /out:.\gvimd.exe
153 LINK32_FLAGS=$(LINK32_FLAGS) /pdb:.\gRel/gvim.pdb -debug:full -debugtype:cv,fixup /map:.\oleDbg\gvim.map libc.lib /subsystem:windows /out:.\gvim.exe
154 # ADD LINK32 /pdb:.\gRel/gvim.pdb -debug:full -debugtype:cv,fixup /map:.\oleDbg\gvim.map libc.lib /subsystem:windows /out:.\gvim.exe
172 LINK32_FLAGS=$(LINK32_FLAGS) libcd.lib /subsystem:windows /debug /profile /pdb:.\gDbg/gvimd.pdb -debug:full -debugtype:cv,fixup /map:.\gDbg\gvimd.map /out:.\gvimd.exe
173 # ADD LINK32 libcd.lib /subsystem:windows /debug /profile /pdb:.\gDbg/gvimd.pdb -debug:full -debugtype:cv,fixup /map:.\gDbg\gvimd.map /out:.\gvimd.exe
188 LINK32_FLAGS=$(LINK32_FLAGS) /pdb:.\Rel/vim.pdb -debug:full -debugtype:cv,fixup /map:.\oleDbg\vim.map libc.lib /subsystem:console /out:.\vim.exe
189 # ADD LINK32 /pdb:.\Rel/vim.pdb -debug:full -debugtype:cv,fixup /ma
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/tm/
H A Dtmlocale.c68 fixup(Lc_info_t* li, register char** b) function
430 fixup(li, b);
538 fixup(li, b);
610 fixup(li, b);
/macosx-10.9.5/CPANInternal-140/Data-Dump/lib/Data/
H A DDump.pm16 use vars qw(%seen %refcnt @dump @fixup %require $TRY_BASE64 @FILTERS $INDENT);
26 local @fixup;
55 for (@fixup) {
174 push(@fixup, fullname($name,$idx)." = $sref");
240 push(@fixup, "bless \\$obj, $cl");
261 my $f = scalar @fixup;
262 push(@fixup, "RESERVED"); # overwritten after _dump() below
266 $fixup[$f] = "$gname = $gval"; #XXX indent $gval
/macosx-10.9.5/CPANInternal-140/Data-Dump-1.21/lib/Data/
H A DDump.pm16 use vars qw(%seen %refcnt @dump @fixup %require $TRY_BASE64 @FILTERS $INDENT);
26 local @fixup;
55 for (@fixup) {
180 push(@fixup, fullname($name,$idx)." = $sref");
246 push(@fixup, "bless \\$obj, $cl");
267 my $f = scalar @fixup;
268 push(@fixup, "RESERVED"); # overwritten after _dump() below
272 $fixup[$f] = "$gname = $gval"; #XXX indent $gval
/macosx-10.9.5/python-76.100.1/2.5/
H A DMakefile20 GnuAfterInstall = fixup-after-install install-plist
65 fixup-after-install: delete-stuff \
/macosx-10.9.5/python-76.100.1/2.6/
H A DMakefile20 GnuAfterInstall = fixup-after-install install-plist
65 fixup-after-install: delete-stuff \
/macosx-10.9.5/python-76.100.1/2.7/
H A DMakefile20 GnuAfterInstall = fixup-after-install install-plist
65 fixup-after-install: delete-stuff \
/macosx-10.9.5/python23-21/
H A DMakefile19 GnuAfterInstall = fixup-after-install
58 fixup-after-install: delete-stuff \
/macosx-10.9.5/apache-786.1/httpd/modules/metadata/
H A Dmod_headers.c397 apr_array_header_t *fixup = (cmd->info == &hdr_in) local
402 new = (header_entry *) apr_array_push(fixup);
617 apr_array_header_t *fixup, int early)
623 for (i = 0; i < fixup->nelts; ++i) {
624 header_entry *hdr = &((header_entry *) (fixup->elts))[i];
759 /* do the fixup */
807 /* do the fixup */
819 /* do the fixup */
616 do_headers_fixup(request_rec *r, apr_table_t *headers, apr_array_header_t *fixup, int early) argument
/macosx-10.9.5/top-89.1.2/
H A Drb.h376 boolean_t fixup; \
410 fixup = TRUE; \
414 fixup = FALSE; \
442 if (fixup) \
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_write_disk.c118 int fixup; /* bitmask of what needs fixing */ member in struct:fixup_entry
215 * the post-extract fixup pass, the permissions from the archive are
475 fe->fixup |= TODO_MODE_BASE;
483 fe->fixup |= TODO_TIMES;
512 fe->fixup |= TODO_FFLAGS;
1056 /* Ownership doesn't need deferred fixup. */
1210 * the fixup list, which is used to address a number of problems:
1246 if (p->fixup & TODO_TIMES) {
1281 if (p->fixup & TODO_MODE_BASE)
1284 if (p->fixup
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dusc_impl.c109 static void fixup(UScriptRun *scriptRun, UScriptCode scriptCode) function
324 fixup(scriptRun, scriptRun->scriptCode);
/macosx-10.9.5/ruby-104/ruby/lib/webrick/
H A Dcgi.rb125 req.fixup
H A Dhttpserver.rb108 req.fixup()

Completed in 279 milliseconds

12