mirror of
https://github.com/elliotnunn/boot3.git
synced 2024-09-12 05:54:41 +00:00
6254 lines
419 KiB
Plaintext
6254 lines
419 KiB
Plaintext
|
;
|
|||
|
; File: VectorTable.a
|
|||
|
;
|
|||
|
; Copyright: <09> 1992-1994 by Apple Computer, Inc. All rights reserved.
|
|||
|
;
|
|||
|
; Change History (most recent first):
|
|||
|
;
|
|||
|
; <SM37> 2/1/94 DCB Vectoring RecordEvent
|
|||
|
; <SM36> 1/29/94 DCB Got rid of some unused File Manager vectors.
|
|||
|
; <SM35> 1/5/94 GS Updated the Vector Table entry for Exp3to1, Exp6to1,
|
|||
|
; Comp3to1,and Comp6to1 to be prefixed by a double underscore as
|
|||
|
; Exported in the SoundMgr files.
|
|||
|
; <SM34> 11/10/93 fau Included HHeadMerge routine as not vectorized.
|
|||
|
; <SM33> 11/9/93 RC Roll in <mc14-16> changes
|
|||
|
; <MC16> 11/9/93 pdw Completely redid the SCSIMgr4pt3 vectors.
|
|||
|
; <MC15> 11/9/93 JDR Correct sound mgr vectors. Some of the data tables were defined
|
|||
|
; as code vectors, not data vectors.
|
|||
|
; <MC14> 11/8/93 RC Added vectors for Figment
|
|||
|
; <SM32> 11/8/93 SAM ReInitGestaltGlobals. Huh? Who needs it. Never mind.
|
|||
|
; <SM31> 11/8/93 SAM Roll in <MC12> from mc900ftjesus.
|
|||
|
; <MC12> 11/8/93 SAM Added a vector for REINITGESTALTGLOBALS.
|
|||
|
; <SM30> 11/6/93 SAM Rolled <MC11> from mc900ftjesus.
|
|||
|
; <MC11> 11/6/93 SAM Adding a shutdown mgr vector for the UpdateEmuWarmstart routine.
|
|||
|
; <SM29> 11/3/93 RC Vectorized the Sound Mgr
|
|||
|
; <SM28> 10/25/93 SAM Roll in <MC8> from mc900ftjesus.
|
|||
|
; <MC8> 10/25/93 SAM Vectorizing a bunch of init routines in InitSys7Toolbox that get
|
|||
|
; called by the gibbly.
|
|||
|
; <SM27> 10/14/93 pdw Changed the name of XlateGlobals and removed a dead function.
|
|||
|
; <SM26> 10/1/93 JDR Updated the snd primitives routine names according to
|
|||
|
; SndPrimitives.a.
|
|||
|
; <SM25> 9/29/93 SAM From mc900ftjesus.
|
|||
|
; <MC4> 9/27/93 SAM Fixed some of the ShutdownMgr vectors I messed up (case
|
|||
|
; sensitive, you know). Unburied the ROM names.
|
|||
|
; <MC3> 9/26/93 pdw Removed the vectors for the de-EXPORTed routines in EgretMgr.a
|
|||
|
; and ShutDownMgr.a.
|
|||
|
; <MC2> 9/26/93 pdw Unvectorized a few routines that run only at boot.
|
|||
|
; <SM24> 9/12/93 pdw Removed a whole lot of doubly-vectored SCSIMgr4pt3 routines.
|
|||
|
; <SM23> 9/9/93 pdw Clearly labeled UNUSED vectors. Removed HALTransfer because the
|
|||
|
; routine itself disappeared.
|
|||
|
; <SMG3> 9/1/93 chp Remove (completely) commented-out references to DMADispatch.
|
|||
|
; <SM21> 8/20/93 chp Reflect some entry point name changes in InterruptHandlers.a and
|
|||
|
; remove some entry points that don<6F>t even exist any more. All
|
|||
|
; changes affected only <20>vNoVector<6F> entry points.
|
|||
|
; <SM20> 8/13/93 pdw Rearranged SCSI section - put noVectors from end of file back up
|
|||
|
; into regular area, removed some eliminated routines,
|
|||
|
; unvectorized some doubly-vectored one.
|
|||
|
; <SM19> 8/6/93 JDR integrate Component Mgr from Reality
|
|||
|
; <SM18> 8/5/93 JDR Corrected Vectorizing problem for the Sound Manager build.
|
|||
|
; <SM17> 8/4/93 JDR Integrate Sound Manager 3.0 project.
|
|||
|
; <SM16> 7/21/93 RC Fixed RegisterROMComponents
|
|||
|
; <SM15> 7/20/93 SAM Removed entries for lots of useless code:
|
|||
|
; LOADPROCESSMANAGERSEGMENTSLOWERINSYHEAP,
|
|||
|
; ADBSECONDARYINITIALIZATION, SLOTMGRSECONDARYINITIALIZATIONIICI,
|
|||
|
; SetInterruptLevel,GetInterruptLevel, InstallExceptionVector,
|
|||
|
; ExceptionHandlerStub, FakeExceptionCall, FindVectorEntry,
|
|||
|
; CalcVectorEntry, SETUPICONCLUTS, FONTMGRSECONDARYINITIALIZATION.
|
|||
|
; <SM13> 7/8/93 pdw Removing the function InitXPTRecorder since it's unnecessary.
|
|||
|
; <SM12> 6/29/93 pdw Changing the name of Machine to TheMachine in SCSIMgr4pt3
|
|||
|
; section
|
|||
|
; <SM11> 6/23/93 CSS Change many vectornames from X to _X for component manager.
|
|||
|
; <SM10> 6/14/93 kc Roll in Ludwig.
|
|||
|
; <LW29> 6/11/93 pdw Removed DoHalInfo as part of the busInquiry parameter bug fix.
|
|||
|
; <LW28> 5/25/93 mal (kc) cleaned up "holes" in all vector tables.
|
|||
|
; <LW27> 5/21/93 KW put in GETPTRSIZE vNoVector to prevent warning
|
|||
|
; <LW26> 5/21/93 PW Readded the three that I accidentally wiped out last time.
|
|||
|
; <LW25> 5/21/93 PW Adding Disconnected and AsmInit53xx.
|
|||
|
; <LW24> 5/20/93 DCB Adding ciDebuggerPatch
|
|||
|
; <LW23> 5/20/93 PW Adding HandleSelected, ReadInitiatorID, GetInitiatorID.
|
|||
|
; <LW22> 4/30/93 DCB Vectorizing CallBusInquiry.
|
|||
|
; <21> 4/28/93 RB Change the offset for the vector of PICKWDCB, PC Exchange wants
|
|||
|
; this to be $ 2C.
|
|||
|
; <LW20> 4/26/93 KW (SM7 CSS) To keep Fastback 2.6.1 from breaking, vector
|
|||
|
; __FrontWindowIn through a7 rather than a1 (they depend on a1 --
|
|||
|
; bad - bad - bad).
|
|||
|
; <LW19> 4/21/93 KW Add vector for ADDNEWREFWITHOUTUPDATE.
|
|||
|
; <LW18> 4/14/93 DCB Vectorizing a couple of new SCSI functions to get rid of the
|
|||
|
; warnings.
|
|||
|
; <LW17> 4/11/93 chp Added vNoVector for HMCMERGE to eliminate Vectorize warning.
|
|||
|
; <LW16> 4/6/93 chp Synchronize with SuperMario.
|
|||
|
; <LW15> 3/27/93 mal add slotblockxferctl to misc table
|
|||
|
; <LW14> 3/26/93 PW SCSIMgr4pt3: Added noVectors for Warnings and got rid of vectors
|
|||
|
; for routines that have vaporized.
|
|||
|
; <SM9> 5/30/93 SAM Moved ROM_EM to Tidbits.
|
|||
|
; <SM8> 5/25/93 kc Change vector offset for PICKWDCB back to $002C so that PC
|
|||
|
; exchange will work.
|
|||
|
; <SM7> 4/23/93 CSS To keep Fastback 2.6.1 from breaking, vector __FrontWindowIn through
|
|||
|
; a7 rather than a1 (they depend on a1 -- bad - bad - bad).
|
|||
|
; <SM6> 4/8/93 DCB Adding routines for Wombat SCSI4pt3 Support.
|
|||
|
; <SM5> 3/29/93 PW Removed aack and DoRejectMsg vectors.
|
|||
|
; <SM4> 3/9/93 PW Changed HAL_ISR vector to HAL_SingleISR and removed some other
|
|||
|
; SCSI4.3 vectors. (Still need to go through all of it).
|
|||
|
; <SM3> 2/24/93 kc Remove vectors from atraps and low memory vectors.
|
|||
|
; (GETFILEINFO, SETFILEINFO, GETFPOSTRAP, SETFPOSTRAP,
|
|||
|
; __PRIMETIME, SCSIAtomic, VLAUNCHINIT, VPIXEL2CHAR, VCHAR2PIXEL,
|
|||
|
; VTSTMOD, VCMPFRM, VNEWMAP, SCRNADDRESS, SCRNSIZE, ALLOCCRSR,
|
|||
|
; PSCVIA2SLOTINT, SOUNDDISPATCHER, GETWVARIANT, TEPINSCROLL,
|
|||
|
; MAXSIZERSRC, PACK14ENTRY, FONTMETRICS, MEASURETEXT, TEGETOFFSET,
|
|||
|
; SETPORT, GETPORT, SETPORTBITS, SETCLIP, GETCLIP, BACKPAT,
|
|||
|
; EQUALPT, STDTEXT, GETFONTINFO, STRINGWIDTH, STDLINE, HIDEPEN,
|
|||
|
; SHOWPEN, GETPENSTATE, SETPENSTATE, PENSIZE, PENMODE, STDRECT,
|
|||
|
; SETRECT, PT2RECT, INVERTROUNDRECT, XSCRIPTUTIL, STDOVAL,
|
|||
|
; STDPOLY, FILLRGN, OPENRGN, COPYRGN, SETEMPTYRGN, RECTRGN,
|
|||
|
; SECTRGN, DIFFRGN, PTINRGN, SETSTDPROCS, STDBITS, OPENPICTURE,
|
|||
|
; KILLPICTURE, DRAWPICTURE, SCALEPT, MAPRECT, MAPPOLY,
|
|||
|
; GETFONTNAME, GETFNUM, SETFONTLOCK, __CALCVISBEHIND, __CLIPABOVE,
|
|||
|
; FASTERINVALRECT, FASTERVALIDRECT, PINRECT, SETCPORTPIX,
|
|||
|
; ALLOCCURSOR, OPCOLOR, HILITECOLOR, DISPOSCICON,
|
|||
|
; TESTDEVICEATTRIBUTE, INITGDEVICE, COLOR2INDEX, INDEX2COLOR,
|
|||
|
; INVERTCOLOR, GETSUBTABLE, ADDCOMP, SETCLIENTID, QDERROR,
|
|||
|
; __GETAUXWIN, __GETAUXCTL, SETDESKCPAT, SAVEENTRIES, DELCOMP,
|
|||
|
; TSMDISPATCH, ACTIVATEPALETTELAYERBRACKET, PMFORECOLOR,
|
|||
|
; PMBACKCOLOR, COPYPALETTE, DPUTPICBYTE, DRAWARC, GETSEEK,
|
|||
|
; OLDPATTONEW, PACKRGN, PUTLINE, PUTOVAL, SEEKRGN, STRETCHBITS,
|
|||
|
; XORSLAB, BSETUP8, BMAIN11, BXMAIN8, BXMAIN9, BCMAIN0, BCMAIN1,
|
|||
|
; BHILITE, BCMAIN3, BXLONG8, BXEND10, BXEND11, BADDPIN, BSUBPIN,
|
|||
|
; BSETUP0, RMASK10, RMASK11, RXMASK8, RXMASK9, RADDPIN, RSUBPIN,
|
|||
|
; RCMASK0, RCMASK1, RSLOWHILITE, RCMASK3, RHILITE, STMASK0,
|
|||
|
; STMASK1, STMASK2, STMASK3, SLMASK8, SLMASK9, ALLOCRUNBUF,
|
|||
|
; INITRGN, BITSDEVLOOP )
|
|||
|
; <SM2> 2/24/93 kc Remove vectors from frequently called routines. (A32GETSIZE,
|
|||
|
; CMKEYCMP, CheckInterrupts, Excess, FILEMANAGERIDLEPROC,
|
|||
|
; FLUSHCRANGEFORBM, GETOVERRIDEMAP, InterruptLevel, PPCSystemTask,
|
|||
|
; PSCVIA2SLOTINT, Replenish, SETPORT , SYNCCURLAYER,
|
|||
|
; UNMUNGETRAPWORD , XORSCAN , __GETSUBWINDOWS , __ISLAYER,
|
|||
|
; getGlobal, sb_CacheSFNTMatch)
|
|||
|
; <SM35> 2/13/93 PW Replaced InitDataPointer with InitDataStuff. Removed all
|
|||
|
; SCSIMgrPSC... vectors since they're only used for test Cyclone
|
|||
|
; builds.
|
|||
|
; <SM34> 2/4/93 PN Not to vectorize FontNewTempHandle
|
|||
|
; <SM33> 2/1/93 PN Adding LateLoad into SCSI manager
|
|||
|
; <SM32> 2/1/93 CSS Remove InitDataPointer from the table to get the ROM to build
|
|||
|
; again.
|
|||
|
; <SM31> 1/26/93 PN Delete WMgrGray entry because it is a data module not code. Fix
|
|||
|
; a bug with resizing window.
|
|||
|
; <SM30> 1/13/93 kc Vectorize FINDMODEID and use A7 to vectorize SIMTimerProc.
|
|||
|
; <28+> 12/21/92 CSS For now commented out vectors that Jim Reekes changed the names of, because
|
|||
|
; I don't know the new names.
|
|||
|
; <SM28> 12/15/92 SWC Removed OptimizePacks and some other startup vectors since
|
|||
|
; they're only called during startup (hence the name).
|
|||
|
; <SM27> 12/11/92 SWC Fixed some vectors setup with has040MMU that will be run (and
|
|||
|
; crash!) on 030 machines. Fixed some vectors that are actually
|
|||
|
; A-Traps. Unvectored several routines that are only called before
|
|||
|
; the disk is used.
|
|||
|
; <SM26> 12/8/92 SWC Removed labels in StartInit.a that are no longer exported.
|
|||
|
; <SM25> 12/7/92 SWC Removed some StartInit entries.
|
|||
|
; <SM24> 12/4/92 PW Removed an deleted label: StopDMA.
|
|||
|
; <SM23> 12/3/92 RB Changing the conditions to not use (NOT) because the new macros
|
|||
|
; don't like it.
|
|||
|
; <SM22> 12/3/92 RB Added a vector for PickWDCB, which is used in FSF (PC Exchange,
|
|||
|
; ProDOS) and cleaned up the use of the LC930 conditional.
|
|||
|
; <SM21> 12/2/92 CSS Removed some Sadism entries that are no longer referenced. Also,
|
|||
|
; restructure the table to have multiple tables for various
|
|||
|
; managers.
|
|||
|
; <SM20> 12/1/92 SWC Removed the call to EnableParityInts since it was only used on
|
|||
|
; the IIfx (and has gone away).
|
|||
|
; <SM19> 11/30/92 SWC Removed some more vectors to primitives routines.
|
|||
|
; <SM18> 11/20/92 RB Removed CUDA routines.
|
|||
|
; <SM17> 11/19/92 SWC Removed vectors from PowerMgr.a and the primitives files.
|
|||
|
; De-vectorized some routines since they're called only before
|
|||
|
; booting. Changed some vectored entries to trap entries.
|
|||
|
; <SM16> 11/17/92 kc Add "IF NOT LC930" around call to GETDRIVERPATCH and
|
|||
|
; GETDEVINDEX to facilitate dead code stripping for the LC930
|
|||
|
; build.
|
|||
|
; <SM15> 11/16/92 PW Removed GetBusInfo vector.
|
|||
|
; <SM14> 11/11/92 RB Do not vectorize the Sound Mrg for the LC930 ROM.
|
|||
|
; <SM13> 11/10/92 GD Disabled vectorization of ValidatePRAM and PramIO since they are
|
|||
|
; called before the MMU is initialized.
|
|||
|
; <SM12> 11/10/92 RB Moved some vectors over to the A/UX vector.
|
|||
|
; <SM11> 11/3/92 RB De-vectorized some of the interrupt handlers. Interrupt handlers
|
|||
|
; are vectors by definition, and so we don't need double-vector
|
|||
|
; handlers.
|
|||
|
; <SM10> 11/01/92 HY Exclude more unused vectors for LC930 build (1 Meg ROM).
|
|||
|
; (excluded all the PowerMgr.a vectors and InitWallyWorld vector)
|
|||
|
; <SM9> 10/30/92 DCB Removed 5 asycn scsi manager vectors which have been converted
|
|||
|
; into Macros for efficiency reasons
|
|||
|
; <SM8> 10/30/92 RB Created a vector table for A/UX, and moved routines which AU/X
|
|||
|
; needs to override to that table, so that we have it all
|
|||
|
; together.
|
|||
|
; <SM7> 10/26/92 GS Removed the vectorization for the StartErr.a routines. This
|
|||
|
; vectorized a jump table, that should not have been vectorized.
|
|||
|
; <SM6> 10/26/92 RB Exclude any unused vectors from the LC930 build (1 Meg ROM).
|
|||
|
; <SM5> 10/12/92 RB For the 1 Meg LC930 ROM, exclude all 040 related routines and
|
|||
|
; Async SCSI.
|
|||
|
; <SM4> 10/8/92 PW Removed XPTAsyncEvent and SIMRegisterHAL
|
|||
|
; <SM3> 10/2/92 PN Remove ptchSystemMenu
|
|||
|
;
|
|||
|
;
|
|||
|
|
|||
|
; NEVER USE VECTOR AT OFFSET 0 OF THE TABLE !!!! Offset 0 points to the table descriptor.
|
|||
|
|
|||
|
|
|||
|
; Tables:
|
|||
|
; $2010 - miscellaneous; if it doesn't fit anywhere else it goes here
|
|||
|
; $2014 - Public /* kludge alert */
|
|||
|
; $2018 - Alias Manager
|
|||
|
; $201C - Commtoolbox
|
|||
|
; $2020 - Component Manager
|
|||
|
; $2024 - Control Manager
|
|||
|
; $2028 - Dialog Manager
|
|||
|
; $202C - Font Manager
|
|||
|
; $2030 - HFS
|
|||
|
; $2034 - Help Manager
|
|||
|
; $2038 - Icon Utils
|
|||
|
; $203C - MMU
|
|||
|
; $2040 - Memory Manager
|
|||
|
; $2044 - Menu Manager
|
|||
|
; $2048 - Munger
|
|||
|
; $204C - Notification Manager
|
|||
|
; $2050 - PPC
|
|||
|
; $2054 - Quickdraw
|
|||
|
; $2058 - Resource Manager
|
|||
|
; $205C - SCSI Manager
|
|||
|
; $2060 - Script Manager
|
|||
|
; $2064 - Segment Loader
|
|||
|
; $2068 - Shutdown Manager
|
|||
|
; $206C - Slot Manager
|
|||
|
; $2070 - Sound Manager
|
|||
|
; $2074 - Start Manager
|
|||
|
; $2078 - Text Services Manager
|
|||
|
; $207C - TextEdit
|
|||
|
; $2080 - Time Manager
|
|||
|
; $2084 - Window Mananger
|
|||
|
; $2088 - Figment Memory Manager
|
|||
|
|
|||
|
;Global Vector Table Code Dispatch Source
|
|||
|
;Identifier Macro Vector Vector Register File
|
|||
|
;------------------- ------ ------ ------ -------- ------
|
|||
|
|
|||
|
;============================== Misc. Vectors
|
|||
|
|
|||
|
JMFBDRVR vDataTable ; {sources}Drivers:Video:JMFBDriver.a
|
|||
|
JMFBDRVRSIZE vDataTable ; {sources}Drivers:Video:JMFBDriver.a
|
|||
|
JMFBPRIMARYINIT vDataTable ; {sources}Drivers:Video:JMFBPrimaryInit.a
|
|||
|
TFBDRVR vDataTable ; {sources}Drivers:Video:TFBDriver.a
|
|||
|
TFBDRVRSIZE vDataTable ; {sources}Drivers:Video:TFBDriver.a
|
|||
|
TFBPRIMARYINIT vNoVector ; {sources}Drivers:Video:TFBPrimaryInit.a
|
|||
|
ADBMANAGER vNoVector ; {sources}OS:ADBMgr:ADBMgr.a
|
|||
|
COUNTADBS vATrap A??? ; {sources}OS:ADBMgr:ADBMgr.a
|
|||
|
GETINDADBTRAP vATrap A??? ; {sources}OS:ADBMgr:ADBMgr.a
|
|||
|
GETADBINFOTRAP vATrap A??? ; {sources}OS:ADBMgr:ADBMgr.a
|
|||
|
SETADBINFOTRAP vATrap A??? ; {sources}OS:ADBMgr:ADBMgr.a
|
|||
|
ADBOPTRAP vATrap A??? ; {sources}OS:ADBMgr:ADBMgr.a
|
|||
|
RUNADBREQUEST vNoVector ; {sources}OS:ADBMgr:ADBMgr.a
|
|||
|
EXPLICITREQUESTDONE vNoVector ; {sources}OS:ADBMgr:ADBMgr.a
|
|||
|
IMPLICITREQUESTDONE vNoVector ; {sources}OS:ADBMgr:ADBMgr.a
|
|||
|
ADBREINIT vATrap A??? ; {sources}OS:ADBMgr:ADBMgr.a
|
|||
|
INITADBDRVR vIndirect $2010, $0004, A7 ; {sources}OS:ADBMgr:ADBMgr.a
|
|||
|
RSETKMAP vIndirect $2010, $0008, A7 ; {sources}OS:ADBMgr:ADBMgr.a
|
|||
|
SLOTBLOCKXFERCTL vIndirect $2010, $000c, A7 ; {sources}OS:HWPriv.a
|
|||
|
KEYTRANS vATrap A??? ; {sources}OS:ADBMgr:ADBMgr.a
|
|||
|
SYSBEEP vATrap A??? ; {sources}OS:Beep:Beep.a
|
|||
|
ORIGBOOTBEEP vNoVector ; {sources}OS:Beep:Beep.a
|
|||
|
ORIGBOOTBEEP6 vNoVector ; {sources}OS:Beep:Beep.a
|
|||
|
ORIGERRORBEEP1 vNoVector ; {sources}OS:Beep:Beep.a
|
|||
|
ORIGERRORBEEP2 vNoVector ; {sources}OS:Beep:Beep.a
|
|||
|
ORIGERRORBEEP3 vNoVector ; {sources}OS:Beep:Beep.a
|
|||
|
ORIGERRORBEEP4 vNoVector ; {sources}OS:Beep:Beep.a
|
|||
|
BOOTBEEP6 vNoVector ; {sources}OS:Beep:BootBeep.a
|
|||
|
ERRORBEEP1 vNoVector ; {sources}OS:Beep:BootBeep.a
|
|||
|
ERRORBEEP2 vNoVector ; {sources}OS:Beep:BootBeep.a
|
|||
|
ERRORBEEP3 vNoVector ; {sources}OS:Beep:BootBeep.a
|
|||
|
ERRORBEEP4 vNoVector ; {sources}OS:Beep:BootBeep.a
|
|||
|
DOBEEP vNoVector ; {sources}OS:Beep:BootBeep.a
|
|||
|
BOOTSOUND vNoVector ; {sources}OS:Beep:BootBeep.a
|
|||
|
MARIOBOOTSOUND vDataTable ; {sources}OS:Beep:BootBeep.a
|
|||
|
CYCLONEBEEP vNoVector ; {sources}OS:Beep:CycloneBeep.a
|
|||
|
CLOCK vNoVector ; {sources}OS:Clock.a
|
|||
|
ONESECINT vNoVector ; {sources}OS:Clock.a
|
|||
|
PRAMIO vNoVector ; {sources}OS:Clock.a <SM13>
|
|||
|
READXPRAM vATrap A??? ; {sources}OS:Clock.a
|
|||
|
WRITEXPRAM vATrap A??? ; {sources}OS:Clock.a
|
|||
|
VALIDATEPRAM vNoVector ; {sources}OS:Clock.a <SM13>
|
|||
|
CRSRDEVDISPATCH vATrap ; {sources}OS:CrsrDev.a
|
|||
|
CRSRDEVHANDLEVBL vNoVector ; {sources}OS:CrsrDev.a
|
|||
|
CRSRDEVREINIT vIndirect $2010, $0010, A7 ; {sources}OS:CrsrDev.a
|
|||
|
INITCRSRDEV vNoVector ; {sources}OS:CrsrDev.a
|
|||
|
SETCRSRDELAY vIndirect $2010, $0014, A7 ; {sources}OS:CrsrDev.a
|
|||
|
VDRAWCURSOR vNoVector ; {sources}OS:CrsrDev.a
|
|||
|
VERASECURSOR vNoVector ; {sources}OS:CrsrDev.a
|
|||
|
CUDAMGR vNoVector ; {sources}OS:CudaMgr.a
|
|||
|
CUDADISPATCH vIndirect $2010, $0018, A7 ; {sources}OS:CudaMgr.a
|
|||
|
CUDACALLSHIFTREGIRQ vIndirect $2010, $001c, A7 ; {sources}OS:CudaMgr.a
|
|||
|
CUDASHIFTREGIRQ vIndirect $2010, $0020, A7 ; {sources}OS:CudaMgr.a
|
|||
|
CUDATICKHANDLER vIndirect $2010, $0024, A7 ; {sources}OS:CudaMgr.a
|
|||
|
CUDAINIT vNoVector ; {sources}OS:CudaMgr.a
|
|||
|
SENDCUDACMD vNoVector ; {sources}OS:CudaMgr.a
|
|||
|
REALABORT vIndirect $2010, $0028, A7 ; {sources}OS:CudaMgr.a
|
|||
|
IRQMISSED vIndirect $2010, $002c, A7 ; {sources}OS:CudaMgr.a
|
|||
|
DAVESRANDOMVIDEOSTUFF vIndirect $2010, $0030, A7 ; {sources}QuickDraw:CheckDevicesINIT.a
|
|||
|
DTCORE vNoVector ; {sources}OS:DeferredTaskMgr.a
|
|||
|
DTINSTALLTRAP vATrap A??? ; {sources}OS:DeferredTaskMgr.a
|
|||
|
DISPTCHTSK vDirect ???? ; {sources}OS:DeferredTaskMgr.a
|
|||
|
VDISPTCH vATrap A??? ; {sources}OS:DeferredTaskMgr.a
|
|||
|
IOCORE vNoVector ; {sources}OS:DeviceMgr.a
|
|||
|
FSIODNETBL vDataTable ; {sources}OS:DeviceMgr.a
|
|||
|
FETCH vNoVector ; {sources}OS:DeviceMgr.a
|
|||
|
STASH vNoVector ; {sources}OS:DeviceMgr.a
|
|||
|
IODONE vNoVector ; {sources}OS:DeviceMgr.a
|
|||
|
VGODRIVER vATrap A??? ; {sources}OS:DeviceMgr.a
|
|||
|
OPEN vATrap A??? ; {sources}OS:DeviceMgr.a
|
|||
|
CLOSE vATrap A??? ; {sources}OS:DeviceMgr.a
|
|||
|
VWAITUNTIL vATrap A??? ; {sources}OS:DeviceMgr.a
|
|||
|
READ vATrap A??? ; {sources}OS:DeviceMgr.a
|
|||
|
VSYNCWAIT vATrap A??? ; {sources}OS:DeviceMgr.a
|
|||
|
WRITE vATrap A??? ; {sources}OS:ADBMgr:ADBMgr.a
|
|||
|
CONTROLTRAP vATrap A??? ; {sources}OS:DeviceMgr.a
|
|||
|
STATUSTRAP vATrap A??? ; {sources}OS:DeviceMgr.a
|
|||
|
KILLIOTRAP vATrap A??? ; {sources}OS:DeviceMgr.a
|
|||
|
DRVRINSTALL vATrap A??? ; {sources}OS:DeviceMgr.a
|
|||
|
DRVRREMOVE vATrap A??? ; {sources}OS:DeviceMgr.a
|
|||
|
ADDDRIVETRAP vATrap A??? ; {sources}OS:DeviceMgr.a
|
|||
|
DSPTABLE vNoVector ; {sources}OS:DispTable.a
|
|||
|
DISPTABLE vNoVector ; {sources}OS:DispTable.a
|
|||
|
DISPATCHHELPER vATrap A??? ; {sources}OS:DispatchHelper.a
|
|||
|
DISPATCHHELPERBADSELECTOR vIndirect $2010, $0034, A7 ; {sources}OS:DispatchHelper.a
|
|||
|
PROCHELPER vATrap A??? ; {sources}OS:DispatchHelper.a
|
|||
|
DOCKINGMGR vNoVector ; {sources}OS:DockingMgr.a
|
|||
|
DOCKINGDISPATCH vATrap A??? ; {sources}OS:DockingMgr.a
|
|||
|
INITDOCKING vNoVector ; {sources}OS:DockingMgr.a
|
|||
|
SETUPDOCKBASES vNoVector ; {sources}OS:DockingMgr.a
|
|||
|
DOCKINGSLEEP vNoVector ; {sources}OS:DockingMgr.a
|
|||
|
DOCKINGWAKEUP vNoVector ; {sources}OS:DockingMgr.a
|
|||
|
DOCKINGSLEEPDENIED vNoVector ; {sources}OS:DockingMgr.a
|
|||
|
EGRETMGR vNoVector ; {sources}OS:EgretMgr.a
|
|||
|
InitEgretOrCuda vNoVector ; {sources}OS:EgretMgr.a
|
|||
|
EGRETDISPATCH vATrap A??? ; {sources}OS:EgretMgr.a
|
|||
|
CHECKPACKET vIndirect $2010, $0038, A7 ; {sources}OS:EgretMgr.a
|
|||
|
SHIFTREGIRQ vIndirect $2010, $003c, A7 ; {sources}OS:EgretMgr.a
|
|||
|
SETRESPONSEPARAMS vIndirect $2010, $0040, A7 ; {sources}OS:EgretMgr.a
|
|||
|
TICKHANDLER vIndirect $2010, $0044, A7 ; {sources}OS:EgretMgr.a
|
|||
|
PSEUDOCNTTABLE vDataTable ; {sources}OS:EgretMgr.a
|
|||
|
ADBCNTTABLE vDataTable ; {sources}OS:EgretMgr.a
|
|||
|
EGRETINIT vIndirect $2010, $0048, A7 ; {sources}OS:EgretMgr.a
|
|||
|
SENDEGRETCMD vNoVector ; {sources}OS:EgretMgr.a
|
|||
|
ECLIPSEPDMPATCH vIndirect $2010, $004c, A7 ; {sources}OS:EgretMgr.a
|
|||
|
KEYSWITCHHANDLER vIndirect $2010, $0050, A7 ; {sources}OS:EgretMgr.a
|
|||
|
ECLIPSEDFACPATCH vIndirect $2010, $0054, A7 ; {sources}OS:EgretMgr.a
|
|||
|
DEBUGUTILRUNKBDPATCH vIndirect $2010, $0058, A7 ; {sources}OS:EgretMgr.a
|
|||
|
CUDAEGRETCODE vDataTable ; {sources}OS:EgretMgr.a
|
|||
|
EGRETDFACANDPDM vIndirect $2010, $005c, A7 ; {sources}OS:EgretMgr.a
|
|||
|
CACHEINSTALL vIndirect $2010, $0060, A7 ; {sources}OS:HFS:Cache:DiskCache.a
|
|||
|
CHKFIRMWARE vIndirect $2010, $0064, A7 ; {sources}OS:EgretMgr.a
|
|||
|
INSTALLFPSP vIndirect $2010, $0068, A7, has040MMU ; {sources}OS:FPUEmulation:FPEmulation.a
|
|||
|
NEWGESTALTSELECTORS vIndirect $2010, $006c, A7 ; {sources}OS:Gestalt:GestaltExtensions.a
|
|||
|
GESTALTTRAP vATrap A??? ; {sources}OS:Gestalt:GestaltFunction.a
|
|||
|
newGestalt vIndirect $2010, $0070, A7 ; {sources}OS:Gestalt:GestaltLookup.c
|
|||
|
findLong vIndirect $2010, $0074, A7 ; {sources}OS:Gestalt:GestaltLookup.c
|
|||
|
HWPRIV vATrap A??? ; {sources}OS:HwPriv.a
|
|||
|
SWAPICACHE vIndirect $2010, $0078, A7 ; {sources}OS:HwPriv.a
|
|||
|
FLUSHICACHE vIndirect $2010, $007c, A7 ; {sources}OS:HwPriv.a
|
|||
|
SWAPDCACHE vIndirect $2010, $0080, A7 ; {sources}OS:HwPriv.a
|
|||
|
FLUSHDCACHE vIndirect $2010, $0084, A7 ; {sources}OS:HwPriv.a
|
|||
|
ENABLEEXTCACHE vIndirect $2010, $0088, A7 ; {sources}OS:HwPriv.a
|
|||
|
FLUSHEXTCACHE vIndirect $2010, $008c, A7 ; {sources}OS:HwPriv.a
|
|||
|
SWAPSERIALCLOCK vIndirect $2010, $0090, A7 ; {sources}OS:HwPriv.a
|
|||
|
FLUSHCRANGEFORBM vNoVector ; {sources}OS:HwPriv.a
|
|||
|
FLUSHCRANGE vIndirect $2010, $0094, A7 ; {sources}OS:HwPriv.a
|
|||
|
WAITFORSCSIDEVS vIndirect $2010, $0098, A7 ; {sources}OS:HwPriv.a
|
|||
|
MEMORYDISPATCH vNoVector ; {sources}OS:HwPriv.a
|
|||
|
HOLDMEMORYPROC vNoVector ; {sources}OS:HwPriv.a
|
|||
|
UNHOLDMEMORYPROC vNoVector ; {sources}OS:HwPriv.a
|
|||
|
LOCKMEMORYPROC vNoVector ; {sources}OS:HwPriv.a
|
|||
|
UNLOCKMEMORYPROC vNoVector ; {sources}OS:HwPriv.a
|
|||
|
LOCKMEMORYCONTIGUOUSPROC vNoVector ; {sources}OS:HwPriv.a
|
|||
|
GETPHYSICALPROC vNoVector ; {sources}OS:HwPriv.a
|
|||
|
CHKCONTIG vNoVector ; {sources}OS:HwPriv.a
|
|||
|
WRITEPROTECTPROC vNoVector ; {sources}OS:HwPriv.a
|
|||
|
UNWRITEPROTECTPROC vNoVector ; {sources}OS:HwPriv.a
|
|||
|
INITMEMORYDISPATCH vNoVector ; {sources}OS:HwPriv.a
|
|||
|
GETPAGERANGE vNoVector ; {sources}OS:HwPriv.a
|
|||
|
MMUSETWRITEPROTECT vNoVector ; {sources}OS:HwPriv.a
|
|||
|
MMUSETCACHEINHIBIT vNoVector ; {sources}OS:HwPriv.a
|
|||
|
MMUSETCACHEMODE vNoVector ; {sources}OS:HwPriv.a
|
|||
|
MMUFLUSHATC vNoVector ; {sources}OS:HwPriv.a
|
|||
|
; UNUSED vIndirect $2010, $009C ;
|
|||
|
IOPMGR vNoVector ; {sources}OS:IOPMgr.a
|
|||
|
IOPINFOACCESS vIndirect $2010, $00a0, A7 ; {sources}OS:IOPMgr.a
|
|||
|
IOPMSGREQUEST vIndirect $2010, $00a4, A7 ; {sources}OS:IOPMgr.a
|
|||
|
IOPMOVEDATA vIndirect $2010, $00a8, A7 ; {sources}OS:IOPMgr.a
|
|||
|
IOPINTERRUPT vDirect ???? ; {sources}OS:IOPMgr.a
|
|||
|
MOVEREQHANDLER vIndirect $2010, $00ac, A7 ; {sources}OS:IOPMgr.a
|
|||
|
INITIOPMGR vNoVector ; {sources}OS:IOPMgr.a
|
|||
|
SCCIOPBYPASS vNoVector ; {sources}OS:IOPMgr.a
|
|||
|
SCCIOPHWINIT vNoVector ; {sources}OS:IOPMgr.a
|
|||
|
CLKNOMEM vATrap A??? ; {sources}OS:IOPrimitives:ClockPRAMPrimitives.a
|
|||
|
OPENSLOTS vIndirect $2010, $00b0, A7 ; {sources}OS:StartMgr:StartBoot.a
|
|||
|
INTHND vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
LEVEL6INT vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
LEVEL5INT vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
LEVEL4SCCIOPINT vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
LEVEL4SCCINT vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
LEVEL3INT vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
SCCDECODE vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
POWERSWITCHINT vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
POWEROFF vATrap A??? ; {sources}OS:InterruptHandlers.a
|
|||
|
EGRETPOWEROFF vIndirect $2010, $00b4, A7 ; {sources}OS:InterruptHandlers.a
|
|||
|
INITINTHANDLER vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
LVL1RTS vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
DISABLEINTSOURCES vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
ENABLE60HZINTS vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
ENABLEONESECINTS vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
STARTEGRET1SECIRQ vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
ENABLESLOTINTS vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
ENABLESWIMIOPINTS vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
ENABLESOUNDINTS vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
DISABLESOUNDINTS vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
CLEARSOUNDINT vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
ENABLESCSIINTS vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
DISABLESCSIINTS vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
CLEARSCSIINT vNoVector ; {sources}OS:InterruptHandlers.a
|
|||
|
DEBUGUTIL vATrap A??? ; {sources}OS:InterruptHandlers.a
|
|||
|
EVENTS vNoVector ; {sources}OS:OSEventMgr.a
|
|||
|
POSTEVENTTRAP vATrap A??? ; {sources}OS:OSEventMgr.a
|
|||
|
OSEVENTAVAILTRAP vATrap A??? ; {sources}OS:OSEventMgr.a
|
|||
|
GETOSEVENTTRAP vATrap A??? ; {sources}OS:OSEventMgr.a
|
|||
|
FLUSHEVENTS vATrap A??? ; {sources}OS:OSEventMgr.a
|
|||
|
POWERMNGR vNoVector ; {sources}OS:PowerMgr:PowerMgr.a
|
|||
|
INITPMGRVARS vNoVector ; {sources}OS:PowerMgr:PowerMgr.a
|
|||
|
PMGRINT vNoVector ; {sources}OS:PowerMgr:PowerMgr.a
|
|||
|
POWERDISPATCH vATrap A??? ; {sources}OS:PowerMgr:PowerMgr.a
|
|||
|
PMGROP vATrap A??? ; {sources}OS:PowerMgr:PowerMgr.a
|
|||
|
IDLEMIND vNoVector ; {sources}OS:PowerMgr:PowerMgr.a
|
|||
|
GOTOSLEEP vATrap A??? ; {sources}OS:PowerMgr:PowerMgr.a
|
|||
|
WAKEUP vNoVector ; {sources}OS:PowerMgr:PowerMgr.a
|
|||
|
SETSUPERVISORMODE vIndirect $2010, $00b8, A7, hasPwrControls ; {sources}OS:PowerMgr:PowerMgr.a
|
|||
|
DISPATCHER vNoVector ; {sources}OS:TrapDispatcher:Dispatch.a
|
|||
|
GETTRAPADDRESSTRAP vATrap A??? ; {sources}OS:TrapDispatcher:Dispatch.a
|
|||
|
SETTRAPADDRESSTRAP vATrap A??? ; {sources}OS:TrapDispatcher:Dispatch.a
|
|||
|
CACHEFLUSH vDirect ???? ; {sources}OS:TrapDispatcher:Dispatch.a
|
|||
|
VCACHEFLUSH vDirect ???? ; {sources}OS:TrapDispatcher:Dispatch.a
|
|||
|
INITDISPATCHER vNoVector ; {sources}OS:TrapDispatcher:Dispatch.a
|
|||
|
BADTRAP vIndirect $2010, $00bc, A7 ; {sources}OS:TrapDispatcher:Dispatch.a
|
|||
|
TRAPADDRESSBITS vIndirect $2010, $00c0, A7 ; {sources}OS:TrapDispatcher:Dispatch.a
|
|||
|
UNIVERSAL vNoVector ; {sources}OS:Universal.a
|
|||
|
JUMPINTOROM vNoVector ; {sources}OS:Universal.a
|
|||
|
INITVIAS vNoVector ; {sources}OS:Universal.a
|
|||
|
GETHARDWAREINFO vNoVector ; {sources}OS:Universal.a
|
|||
|
GETEXTHARDWAREINFO vNoVector ; {sources}OS:Universal.a
|
|||
|
CHECKFORGLUE vNoVector ; {sources}OS:Universal.a
|
|||
|
CHECKFORMDU vNoVector ; {sources}OS:Universal.a
|
|||
|
CHECKFOROSSFMC vNoVector ; {sources}OS:Universal.a
|
|||
|
CHECKFORVISADECODER vNoVector ; {sources}OS:Universal.a
|
|||
|
CHECKFORORWELL vNoVector ; {sources}OS:Universal.a
|
|||
|
CHECKFORJAWS vNoVector ; {sources}OS:Universal.a
|
|||
|
CHECKFORNIAGRA vNoVector ; {sources}OS:Universal.a
|
|||
|
CHECKFORUNKNOWN vNoVector ; {sources}OS:Universal.a
|
|||
|
CPUIDPRODUCTLOOKUP vNoVector ; {sources}OS:UniversalTables.a
|
|||
|
PRODUCTLOOKUP vNoVector ; {sources}OS:UniversalTables.a
|
|||
|
DECODERLOOKUP vNoVector ; {sources}OS:UniversalTables.a
|
|||
|
NONVMDEFERUSERFN vATrap A??? ; {sources}OS:VMPatches.a
|
|||
|
VBLCORE vNoVector ; {sources}OS:VerticalRetraceMgr.a
|
|||
|
VINSTALL vATrap A??? ; {sources}OS:VerticalRetraceMgr.a
|
|||
|
VREMOVE vATrap A??? ; {sources}OS:VerticalRetraceMgr.a
|
|||
|
PSEUDOVBLINT vNoVector ; {sources}OS:VerticalRetraceMgr.a
|
|||
|
VBLINT vNoVector ; {sources}OS:VerticalRetraceMgr.a
|
|||
|
SLOTVINSTALL vATrap A??? ; {sources}OS:VerticalRetraceMgr.a
|
|||
|
SLOTVREMOVE vATrap A??? ; {sources}OS:VerticalRetraceMgr.a
|
|||
|
ATTACHVBL vNoVector ; {sources}OS:VerticalRetraceMgr.a
|
|||
|
DOVBLTASK vNoVector ; {sources}OS:VerticalRetraceMgr.a
|
|||
|
INITVBLQS vNoVector ; {sources}OS:VerticalRetraceMgr.a
|
|||
|
INITWALLYWORLD vNoVector ; {sources}OS:WallyWorld.a
|
|||
|
QSTUFF vNoVector ; {sources}OS:queue.a
|
|||
|
ENQUEUETRAP vATrap ; {sources}OS:queue.a
|
|||
|
DEQUEUETRAP vATrap ; {sources}OS:queue.a
|
|||
|
INITQUEUE vIndirect $2010, $00c4, A7 ; {sources}OS:queue.a
|
|||
|
SYSUTIL vNoVector ; {sources}OS:sysUtil.a
|
|||
|
ASYNCPATCH vATrap A??? ; {sources}OS:sysUtil.a
|
|||
|
READPARAM vATrap A??? ; {sources}OS:sysUtil.a
|
|||
|
WRITEPARAMTRAP vATrap A??? ; {sources}OS:sysUtil.a
|
|||
|
READDATETIMETRAP vATrap A??? ; {sources}OS:sysUtil.a
|
|||
|
SETDATETIMETRAP vATrap A??? ; {sources}OS:sysUtil.a
|
|||
|
DELAYTRAP vATrap A??? ; {sources}OS:sysUtil.a
|
|||
|
UPRSTRINGTRAP vATrap A??? ; {sources}OS:sysUtil.a
|
|||
|
CMPSTRING vATrap A??? ; {sources}OS:sysUtil.a
|
|||
|
RELSTRINGTRAP vATrap A??? ; {sources}OS:sysUtil.a
|
|||
|
INITUTIL vATrap A??? ; {sources}OS:sysUtil.a
|
|||
|
PRAMINIT vNoVector ; {sources}OS:sysUtil.a
|
|||
|
PRAMINITTBL vNoVector ; {sources}OS:sysUtil.a
|
|||
|
READTIME vNoVector ; {sources}OS:sysUtil.a
|
|||
|
SYSENVIRONSTRAP vAtrap A??? ; {sources}OS:sysUtil.a
|
|||
|
INITRELIABILITY vNoVector ; {sources}OS:sysUtil.a
|
|||
|
RELTIMETASK vNoVector ; {sources}OS:sysUtil.a
|
|||
|
; UNUSED vATrap A??? ; {sources}Patches:MiscPatches.a
|
|||
|
INITAPP vIndirect $2010, $00c8, A7 ; {sources}Patches:MiscPatches.a
|
|||
|
CLEANUPAPP vATrap A??? ; {sources}Patches:MiscPatches.a
|
|||
|
MISCPATCHESINSTALL vIndirect $2010, $00cc, A7 ; {sources}Patches:MiscPatches.a
|
|||
|
|
|||
|
PACK8 vATrap A??? ; {sources}Toolbox:AppleEventMgr:AEPackEntry.a
|
|||
|
|
|||
|
PACK13 vATrap A??? ; {sources}Toolbox:DataAccessMgr:DataAccessPackEntry.a
|
|||
|
PACK11 vATrap A??? ; {sources}Toolbox:DataPubsMgr:dpPackEntry.a
|
|||
|
DESKMGR vIndirect $2010, $00d4, A7 ; {sources}Toolbox:DeskMgr:DeskMgr.a
|
|||
|
SYSTEMEVENT vATrap ; {sources}Toolbox:DeskMgr:DeskMgr.a
|
|||
|
SYSTEMCLICK vATrap ; {sources}Toolbox:DeskMgr:DeskMgr.a
|
|||
|
SYSTEMTASK vATrap A??? ; {sources}Toolbox:DeskMgr:DeskMgr.a
|
|||
|
SYSTEMMENU vATrap A??? ; {sources}Toolbox:DeskMgr:DeskMgr.a
|
|||
|
SYSTEMEDIT vATrap A??? ; {sources}Toolbox:DeskMgr:DeskMgr.a
|
|||
|
OPENDESKACC vATrap ; {sources}Toolbox:DeskMgr:DeskMgr.a
|
|||
|
CLOSEDESKACC vATrap A??? ; {sources}Toolbox:DeskMgr:DeskMgr.a
|
|||
|
GMGR vNoVector ; {sources}Toolbox:GetMgr:GetMgr.a
|
|||
|
GETPATTERN vATrap A??? ; {sources}Toolbox:GetMgr:GetMgr.a
|
|||
|
GETCURSOR vATrap A??? ; {sources}Toolbox:GetMgr:GetMgr.a
|
|||
|
GETSTRING vATrap A??? ; {sources}Toolbox:GetMgr:GetMgr.a
|
|||
|
GETICON vATrap A??? ; {sources}Toolbox:GetMgr:GetMgr.a
|
|||
|
GETPICTURE vATrap A??? ; {sources}Toolbox:GetMgr:GetMgr.a
|
|||
|
GETNEWCWINDOW vATrap A??? ; {sources}Toolbox:GetMgr:GetMgr.a
|
|||
|
GETNEWWINDOW vATrap A??? ; {sources}Toolbox:GetMgr:GetMgr.a
|
|||
|
GETNEWCONTROL vATrap A??? ; {sources}Toolbox:GetMgr:GetMgr.a
|
|||
|
GETMENU vATrap A??? ; {sources}Toolbox:GetMgr:GetMgr.a
|
|||
|
GETNEWMBAR vATrap A??? ; {sources}Toolbox:GetMgr:GetMgr.a
|
|||
|
GETMGREND vNoVector ; {sources}Toolbox:GetMgr:GetMgr.a
|
|||
|
INSTALLPRIVTRAP vIndirect $2010, $00d8, A7, has040MMU ; {sources}Toolbox:InSANE:FPPrivTrap.a
|
|||
|
PRIVTRAP881 vIndirect $2010, $00dc, A7, has040MMU ; {sources}Toolbox:InSANE:FPPrivTrap.a
|
|||
|
PRIVTRAP040 vIndirect $2010, $00e0, A7, has040MMU ; {sources}Toolbox:InSANE:FPPrivTrap.a
|
|||
|
PACKDISPATCHER vIndirect $2010, $00e4, A7 ; {sources}Toolbox:PackageMgr.a
|
|||
|
INITPACK vATrap A??? ; {sources}Toolbox:PackageMgr.a
|
|||
|
INITALLPACKS vATrap A??? ; {sources}Toolbox:PackageMgr.a
|
|||
|
PACK0 vATrap A??? ; {sources}Toolbox:PackageMgr.a
|
|||
|
PACK1 vATrap A??? ; {sources}Toolbox:PackageMgr.a
|
|||
|
PACK2 vATrap A??? ; {sources}Toolbox:PackageMgr.a
|
|||
|
PACK3 vATrap A??? ; {sources}Toolbox:PackageMgr.a
|
|||
|
PACK6 vATrap A??? ; {sources}Toolbox:PackageMgr.a
|
|||
|
PACK7 vATrap A??? ; {sources}Toolbox:PackageMgr.a
|
|||
|
PACK10 vATrap A??? ; {sources}Toolbox:PackageMgr.a
|
|||
|
PACK12 vATrap A??? ; {sources}Toolbox:PackageMgr.a
|
|||
|
PACK14 vATrap ; {sources}Toolbox:PackageMgr.a
|
|||
|
PACKMGREND vNoVector ; {sources}Toolbox:PackageMgr.a
|
|||
|
PRGLUE vATrap A??? ; {sources}Toolbox:Printing:PrintGlue.a
|
|||
|
SCRAPMGR vNoVector ; {sources}Toolbox:ScrapMgr:ScrapMgr.a
|
|||
|
INFOSCRAP vATrap A??? ; {sources}Toolbox:ScrapMgr:ScrapMgr.a
|
|||
|
UNLOADSCRAP vATrap A??? ; {sources}Toolbox:ScrapMgr:ScrapMgr.a
|
|||
|
LOADSCRAP vATrap A??? ; {sources}Toolbox:ScrapMgr:ScrapMgr.a
|
|||
|
ZEROSCRAP vATrap A??? ; {sources}Toolbox:ScrapMgr:ScrapMgr.a
|
|||
|
GETSCRAP vATrap A??? ; {sources}Toolbox:ScrapMgr:ScrapMgr.a
|
|||
|
PUTSCRAP vATrap A??? ; {sources}Toolbox:ScrapMgr:ScrapMgr.a
|
|||
|
SEXYDATE vIndirect $2010, $00e8, A7 ; {sources}Toolbox:sexydate.a
|
|||
|
SECS2DATE vATrap A??? ; {sources}Toolbox:sexydate.a
|
|||
|
DATE2SECS vATrap A??? ; {sources}Toolbox:sexydate.a
|
|||
|
EMT1010 vDirect ???? ; {sources}Objects:ROM:Dispatch.a.o
|
|||
|
BASEOFROM vDataTable ; {sources}Objects:ROM:StartTop.a.o
|
|||
|
; UNUSED vIndirect $2010, $00ec, A7 ; {sources}
|
|||
|
|
|||
|
;============================== End Misc. Vectors
|
|||
|
|
|||
|
;============================== Public Vectors
|
|||
|
|
|||
|
PICKWDCB vIndirect $2014, $002C, A7 ; {sources}OS:HFS:TFSVol.a ### PC Exchange uses this offset !
|
|||
|
|
|||
|
;============================== End Public Vectors
|
|||
|
|
|||
|
;============================== Alias Manager Vectors
|
|||
|
|
|||
|
ALIASMGRINSTALL vIndirect $2018, $0004, A7 ; {sources}Toolbox:AliasMgr:AliasMgr.a
|
|||
|
ALIAS vATrap A??? ; {sources}Toolbox:AliasMgr:AliasMgr.a
|
|||
|
gestaltAliasMgr vIndirect $2018, $0008, A7 ; {sources}Toolbox:AliasMgr:AliasMgr.a
|
|||
|
GETEXPORTEDFOLDERINFO vIndirect $2018, $000c, A7 ; {sources}Toolbox:AliasMgr:AliasMgr.a
|
|||
|
GETVOLMOUNTINFOSIZE vIndirect $2018, $0010, A7 ; {sources}Toolbox:AliasMgr:AliasMgr.a
|
|||
|
GETVOLMOUNTINFO vIndirect $2018, $0014, A7 ; {sources}Toolbox:AliasMgr:AliasMgr.a
|
|||
|
VOLUMEMOUNT vIndirect $2018, $0018, A7 ; {sources}Toolbox:AliasMgr:AliasMgr.a
|
|||
|
InitFolderManager vIndirect $2018, $001c, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
gestaltFolderMgr vIndirect $2018, $0020, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
FindFolder vIndirect $2018, $0024, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
GetFolderName vIndirect $2018, $0028, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
FindFolderInternal vIndirect $2018, $002c, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
EnterFolderInCache vIndirect $2018, $0030, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
FindFolderInCache vIndirect $2018, $0034, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
FindEntryInCache vIndirect $2018, $0038, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
FindSpecialCacheEntry vIndirect $2018, $003c, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
AddSpecialCacheEntry vIndirect $2018, $0040, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
ReleaseFolder vIndirect $2018, $0044, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
CleanOutFolder vIndirect $2018, $0048, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
SharedTrashCode vIndirect $2018, $004c, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
GetNetTrashID vIndirect $2018, $0050, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
GetTrashMapRefnum vIndirect $2018, $0054, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
GetTrashCanID vIndirect $2018, $0058, A7 ; {sources}Toolbox:AliasMgr:FolderMgr.a
|
|||
|
SETARROWCURSOR vIndirect $2018, $005c, A7 ; {sources}Toolbox:AliasMgr:alDlogUtil.a
|
|||
|
AL_NEWALIAS vIndirect $2018, $0060, A1 ; {sources}Toolbox:AliasMgr:alExt.c
|
|||
|
AL_NEWALIASMINIMAL vIndirect $2018, $0064, A1 ; {sources}Toolbox:AliasMgr:alExt.c
|
|||
|
AL_NEWALIASMINIMALFROMFULLPATH vIndirect $2018, $0068, A1 ; {sources}Toolbox:AliasMgr:alExt.c
|
|||
|
AL_RESOLVEALIAS vIndirect $2018, $006c, A1 ; {sources}Toolbox:AliasMgr:alExt.c
|
|||
|
AL_isItSelf vIndirect $2018, $0070, A1 ; {sources}Toolbox:AliasMgr:alExt.c
|
|||
|
AL_MATCHALIAS vIndirect $2018, $0074, A1 ; {sources}Toolbox:AliasMgr:alExt.c
|
|||
|
AL_CANONIFYFILE vIndirect $2018, $0078, A1 ; {sources}Toolbox:AliasMgr:alExt.c
|
|||
|
AL_UPDATEALIAS vIndirect $2018, $007c, A1 ; {sources}Toolbox:AliasMgr:alExt.c
|
|||
|
AL_GETALIASINFO vIndirect $2018, $0080, A1 ; {sources}Toolbox:AliasMgr:alExt.c
|
|||
|
AL_FOLLOWFINDERALIAS vIndirect $2018, $0084, A1 ; {sources}Toolbox:AliasMgr:alExt.c
|
|||
|
AL_RESOLVEALIASFILE vIndirect $2018, $0088, A1 ; {sources}Toolbox:AliasMgr:alExt.c
|
|||
|
AL_ALIASVOLUMEMOUNT vIndirect $2018, $008c, A1 ; {sources}Toolbox:AliasMgr:alExt.c
|
|||
|
AL_FILLALIAS vIndirect $2018, $0090, A1 ; {sources}Toolbox:AliasMgr:alFill.c
|
|||
|
ALI_FINDVOLBYNAME vIndirect $2018, $0094, A1 ; {sources}Toolbox:AliasMgr:alFind.c
|
|||
|
AL_FINDVOLBYVREFNUM vIndirect $2018, $0098, A1 ; {sources}Toolbox:AliasMgr:alFind.c
|
|||
|
AL_findVolume vIndirect $2018, $009c, A1 ; {sources}Toolbox:AliasMgr:alFind.c
|
|||
|
ALI_FINDDIRBYID vIndirect $2018, $00a0, A1 ; {sources}Toolbox:AliasMgr:alFind.c
|
|||
|
ALI_FINDBYNAME vIndirect $2018, $00a4, A1 ; {sources}Toolbox:AliasMgr:alFind.c
|
|||
|
ALI_FINDFILEBYID vIndirect $2018, $00a8, A1 ; {sources}Toolbox:AliasMgr:alFind.c
|
|||
|
AL_findByID vIndirect $2018, $00ac, A1 ; {sources}Toolbox:AliasMgr:alFind.c
|
|||
|
ALI_FINDFILEBYNUM vIndirect $2018, $00b0, A1 ; {sources}Toolbox:AliasMgr:alFind.c
|
|||
|
AL_findByAbsPath vIndirect $2018, $00b4, A1 ; {sources}Toolbox:AliasMgr:alFind.c
|
|||
|
AL_findByAbsPathOnOtherVolume vIndirect $2018, $00b8, A1 ; {sources}Toolbox:AliasMgr:alFind.c
|
|||
|
AL_findByAbsPathToRoot vIndirect $2018, $00bc, A1 ; {sources}Toolbox:AliasMgr:alFind.c
|
|||
|
AL_findByRelPath vIndirect $2018, $00c0, A1 ; {sources}Toolbox:AliasMgr:alFind.c
|
|||
|
ALI_ISFULLPATH vIndirect $2018, $00c4, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_GETVOLNAME vIndirect $2018, $00c8, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
ALI_GETFILENAME vIndirect $2018, $00cc, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
ALI_STRIPFILENAME vIndirect $2018, $00d0, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
ALI_COPYPSTRING vIndirect $2018, $00d4, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
ALI_APPENDPSTRING vIndirect $2018, $00d8, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
ALI_FSEQUALSTRING vIndirect $2018, $00dc, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_FSEQUALSTRINGBYLENGTH vIndirect $2018, $00e0, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
ALI_BLOCKINIT vIndirect $2018, $00e4, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
ALI_BLOCKCOMPARE vIndirect $2018, $00e8, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_DISPLAYALERT vIndirect $2018, $00ec, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_GETCATINFO vIndirect $2018, $00f0, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_validateHandle vIndirect $2018, $00f4, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_GETVARPTR vIndirect $2018, $00f8, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_ADDVARENTRY vIndirect $2018, $00fc, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_GETDRIVEINFO vIndirect $2018, $0100, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_GETDRIVERNAME vIndirect $2018, $0104, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_isAFPmedia vIndirect $2018, $0108, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_getVolType vIndirect $2018, $010c, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_getAFPinfo vIndirect $2018, $0110, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_GetMyZonePhs2 vIndirect $2018, $0114, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_GetMyServer vIndirect $2018, $0118, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_changeToAuxInfo vIndirect $2018, $011c, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_GETVOLMOUNTINFO vIndirect $2018, $0120, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_fixedCreationDate vIndirect $2018, $0124, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_checkIfMounted vIndirect $2018, $0128, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_mountForeign vIndirect $2018, $012c, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_isItAFloppy vIndirect $2018, $0130, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
AL_mountVolume vIndirect $2018, $0134, A1 ; {sources}Toolbox:AliasMgr:alUtil.c
|
|||
|
|
|||
|
;============================== End Alias Manager Vectors
|
|||
|
|
|||
|
;============================== Commtoolbox Vectors
|
|||
|
|
|||
|
MyGetString vIndirect $201C, $0004, A1 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CRMBuiltInSerial.c
|
|||
|
REGISTERBUILTINPORTS vIndirect $201C, $0008, A1 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CRMBuiltInSerial.c
|
|||
|
COMMTOOLBOXDISPATCHER vATrap A??? ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxDispatcher.a
|
|||
|
SETUPGLOBALS vIndirect $201C, $000c, A7 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.a
|
|||
|
SETUPGESTALT vIndirect $201C, $0010, A7 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.a
|
|||
|
GETCTBVERSION vIndirect $201C, $0014, A7 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.a
|
|||
|
GETCMATTR vIndirect $201C, $0018, A7 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.a
|
|||
|
GETFTATTR vIndirect $201C, $001c, A7 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.a
|
|||
|
GETTMATTR vIndirect $201C, $0020, A7 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.a
|
|||
|
GETCRMATTR vIndirect $201C, $0024, A7 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.a
|
|||
|
GETDITLATTR vIndirect $201C, $0028, A7 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.a
|
|||
|
GETPOPUPATTR vIndirect $201C, $002c, A7 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.a
|
|||
|
GETSTDNBPATTR vIndirect $201C, $0030, A7 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.a
|
|||
|
CLEANUPCOMMTOOLBOX vIndirect $201C, $0034, A1 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.c
|
|||
|
TRACKMANAGERS vIndirect $201C, $0038, A1 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.c
|
|||
|
FindApp vIndirect $201C, $003c, A1 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.c
|
|||
|
AddApp vIndirect $201C, $0040, A1 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.c
|
|||
|
RemoveApp vIndirect $201C, $0044, A1 ; {sources}Toolbox:CommToolbox:CommToolboxStartup:CommToolboxPatches.c
|
|||
|
|
|||
|
;============================== End Commtoolbox Vectors
|
|||
|
|
|||
|
;============================== Component Manager Vectors
|
|||
|
|
|||
|
;COMPONENTMGRINSTALL vIndirect $2020, $0004, A7 ; {sources}Toolbox:ComponentMgr:ComponentExtensions.a
|
|||
|
GESTALTCOMPONENTMGRVERSION vIndirect $2020, $0008, A7 ; {sources}Toolbox:ComponentMgr:ComponentExtensions.a
|
|||
|
_FSSpecFromResource vIndirect $2020, $000c, A1 ; {sources}Toolbox:ComponentMgr:ThingFiles.c
|
|||
|
FSSpecEqual vIndirect $2020, $0010, A1 ; {sources}Toolbox:ComponentMgr:ThingFiles.c
|
|||
|
AddComponentFSSpec vIndirect $2020, $0014, A1 ; {sources}Toolbox:ComponentMgr:ThingFiles.c
|
|||
|
GrowRTFileTable vIndirect $2020, $0018, A1 ; {sources}Toolbox:ComponentMgr:ThingFiles.c
|
|||
|
AddComponentResFile vIndirect $2020, $001c, A1 ; {sources}Toolbox:ComponentMgr:ThingFiles.c
|
|||
|
RemoveComponentResFile vIndirect $2020, $0020, A1 ; {sources}Toolbox:ComponentMgr:ThingFiles.c
|
|||
|
__INITCOMPONENTMANAGER vIndirect $2020, $0024, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__COMPONENTMANAGERVERSION vIndirect $2020, $0028, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__GROWREGISTEREDCOMPONENTTABLE vIndirect $2020, $002c, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__GROWREGISTEREDCOMPONENTINSTANCETABLE vIndirect $2020, $0030, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__GETCOMPONENTLISTMODSEED vIndirect $2020, $0034, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
RegisteredComponentPointerToComponentID vIndirect $2020, $0038, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
;ComponentIDtoRegisteredComponentPointer vIndirect $2020, $003c, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
FindMatchingComponent vIndirect $2020, $0040, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__COUNTCOMPONENTS vIndirect $2020, $0044, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
COUNTSAME vIndirect $2020, $0048, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
FindPreviousMatchingComponent vIndirect $2020, $004c, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__REGISTERCOMPONENT vIndirect $2020, $0050, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__REGISTERCOMPONENTRESOURCE vIndirect $2020, $0054, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__REGISTERCOMPONENTRESOURCEFILE vIndirect $2020, $0058, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__VALIDCOMPONENTINSTANCE vIndirect $2020, $005c, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__VALIDCOMPONENT vIndirect $2020, $0060, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
RemoveRTFromList vIndirect $2020, $0064, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__UNREGISTERCOMPONENT vIndirect $2020, $0068, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__SETDEFAULTCOMPONENT vIndirect $2020, $006c, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__CAPTURECOMPONENT vIndirect $2020, $0070, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__UNCAPTURECOMPONENT vIndirect $2020, $0074, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__OPENCOMPONENTRESFILE vIndirect $2020, $0078, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__CLOSECOMPONENTRESFILE vIndirect $2020, $007c, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
ComponentInstancePointerToComponentInstanceID vIndirect $2020, $0080, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
FindNextComponentInstance vIndirect $2020, $0084, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__COUNTCOMPONENTINSTANCES vIndirect $2020, $0088, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
CLONECOMPONENT vIndirect $2020, $008c, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__LOADCOMPONENT vIndirect $2020, $0090, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__UNLOADCOMPONENT vIndirect $2020, $0094, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__DESTROYCOMPONENT vIndirect $2020, $0098, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
KillHeapComponentInstances vIndirect $2020, $009c, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
KillHeapComponents vIndirect $2020, $00a0, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__CLEANUPAPPLICATIONCOMPONENTS vIndirect $2020, $00a4, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__FINDNEXTCOMPONENT vIndirect $2020, $00a8, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
HandToXHand vIndirect $2020, $00ac, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__GETCOMPONENTINFO vIndirect $2020, $00b0, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__GETCOMPONENTREFCON vIndirect $2020, $00b4, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__SETCOMPONENTREFCON vIndirect $2020, $00b8, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__GETCOMPONENTINSTANCEERROR vIndirect $2020, $00bc, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__SETCOMPONENTINSTANCEERROR vIndirect $2020, $00c0, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__GETCOMPONENTINSTANCESTORAGE vIndirect $2020, $00c4, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__SETCOMPONENTINSTANCESTORAGE vIndirect $2020, $00c8, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__GETCOMPONENTINSTANCEA5 vIndirect $2020, $00cc, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__SETCOMPONENTINSTANCEA5 vIndirect $2020, $00d0, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__OPENCOMPONENT vIndirect $2020, $00d4, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__CLOSECOMPONENT vIndirect $2020, $00d8, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__OPENDEFAULTCOMPONENT vIndirect $2020, $00dc, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__CALLCOMPONENT vIndirect $2020, $00e0, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
REGISTERCOMPONENTROMRESOURCE vIndirect $2020, $00e4, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__REGISTERROMCOMPONENTS vIndirect $2020, $00e8, A1 ; {sources}Toolbox:ComponentMgr:ThingManager.c
|
|||
|
__MAINCOMPONENT vATrap A??? ; {sources}Toolbox:ComponentMgr:ThingManagerDisp.a
|
|||
|
COMPONENTBUMMER vIndirect $2020, $00ec, A7 ; {sources}Toolbox:ComponentMgr:ThingManagerDisp.a
|
|||
|
TestFile vIndirect $2020, $00f0, A7 ; {sources}Toolbox:ComponentMgr:ThingSearch.c
|
|||
|
__COMPONENTSEARCH vIndirect $2020, $00f4, A7 ; {sources}Toolbox:ComponentMgr:ThingSearch.c
|
|||
|
|
|||
|
;============================== End Component Manager Vectors
|
|||
|
|
|||
|
;============================== Control Manager Vectors
|
|||
|
|
|||
|
CMGR vIndirect $2024, $0004, A7 ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
NEWCONTROL vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
GETCVARIANT vATrap ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
DISPOSECONTROL vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
KILLCONTROLS vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
DRAWONECONTROL vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
SHOWCONTROL vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
HIDECONTROL vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
MOVECONTROL vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
GETCREFCON vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
SETCREFCON vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
GETCTLACTION vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
SETCTLACTION vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
SIZECONTROL vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
HILITECONTROL vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
GETCTITLE vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
SETCTITLE vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
GETCTLVALUE vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
GETCTLMIN vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
GETCTLMAX vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
SETCTLVALUE vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
SETCTLMIN vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
SETCTLMAX vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
TESTCONTROL vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
DRAGCONTROL vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
TRACKCONTROL vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
UPDTCONTROLS vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
DRAWCONTROLS vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
FINDCONTROL vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgr.a
|
|||
|
INITSCROLLSPEEDGLOBALS vIndirect $2024, $0008, A7 ; {sources}Toolbox:ControlMgr:ControlMgrExtensions.a
|
|||
|
__USERDELAY vATrap A??? ; {sources}Toolbox:ControlMgr:ControlMgrExtensions.a
|
|||
|
SCROLLDELAY vNoVector ; {sources}Toolbox:ControlMgr:ControlMgrExtensions.a
|
|||
|
|
|||
|
;============================== End Control Manager Vectors
|
|||
|
|
|||
|
;============================== Dialog Manager Vectors
|
|||
|
|
|||
|
DIALOGMGRDISPATCH vATrap A??? ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
DMGRPUSHMENUSTATE vIndirect $2028, $0004, A7 ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
DMGRPOPMENUSTATE vIndirect $2028, $0008, A7 ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
DMGRCITATIONSCH vIndirect $2028, $000c, A7 ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
DMGRCITATIONSSH vIndirect $2028, $0010, A7 ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
DMGRCITE4 vIndirect $2028, $0014, A7 ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
GETFRONTWINDOWMODALCLASS vIndirect $2028, $0018, A7 ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
GETWINDOWMODALCLASS vIndirect $2028, $001c, A7 ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
GETSTDFILTERPROC vIndirect $2028, $0020, A7 ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
SETDIALOGDEFAULTITEM vIndirect $2028, $0024, A7 ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
SETDIALOGCANCELITEM vIndirect $2028, $0028, A7 ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
SETDIALOGTRACKSCURSOR vIndirect $2028, $002c, A7 ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
STDFILTER vIndirect $2028, $0030, A7 ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
ISUSERCANCELEVENT vIndirect $2028, $0034, A7 ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
GETNEXTUSERCANCELEVENT vIndirect $2028, $0038, A7 ; {sources}Toolbox:DialogMgr:DialogDispatch.a
|
|||
|
DMGR vNoVector ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
INITDIALOGS vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
STOPALERT vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
NOTEALERT vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
CAUTIONALERT vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
ALERT vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
GETNEWDIALOG vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
NEWCDIALOG vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
NEWDIALOG vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
CLAIMEVENT vIndirect $2028, $003c, A7 ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
ISDIALOGEVENT vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
DIALOGSELECT vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
MODALDIALOG vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
DRAWDIALOG vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
UPDTDIALOG vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
CLOSEDIALOG vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
DISPOSDIALOG vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
COULDDIALOG vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
COULDALERT vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
FREEDIALOG vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
FREEALERT vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
PARAMTEXT vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
ERRORSOUND vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
GETDITEM vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
SETDITEM vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
GETITEXT vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
SETITEXT vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
SELITEXT vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
HIDEDITEM vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
SHOWDITEM vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
FINDDITEM vATrap A??? ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
FRAMEOUT vIndirect $2028, $0040, A7 ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
DMGREND vNoVector ; {sources}Toolbox:DialogMgr:DialogMgr.a
|
|||
|
NOTOWNACTIVATOR vIndirect $2028, $0044, A7 ; {sources}Toolbox:DialogMgr:DialogMgrExtensions.a
|
|||
|
FAKEUPEVENT vIndirect $2028, $0048, A7 ; {sources}Toolbox:DialogMgr:DialogMgrExtensions.a
|
|||
|
DSEDIT vIndirect $2028, $004c, A7 ; {sources}Toolbox:DialogMgr:DialogMgrExtensions.a
|
|||
|
REPLACECITATIONS vIndirect $2028, $0050, A1 ; {sources}Toolbox:DialogMgr:DialogMgrExtensions.c
|
|||
|
DEPTHFIRSTSUBSTITUTION vIndirect $2028, $0054, A1 ; {sources}Toolbox:DialogMgr:DialogMgrExtensions.c
|
|||
|
DODFS vIndirect $2028, $0058, A1 ; {sources}Toolbox:DialogMgr:DialogMgrExtensions.c
|
|||
|
__CITATIONSCH vIndirect $2028, $005c, A1 ; {sources}Toolbox:DialogMgr:DialogMgrExtensions.c
|
|||
|
__CITATIONSSH vIndirect $2028, $0060, A1 ; {sources}Toolbox:DialogMgr:DialogMgrExtensions.c
|
|||
|
__CITE4 vIndirect $2028, $0064, A1 ; {sources}Toolbox:DialogMgr:DialogMgrExtensions.c
|
|||
|
MODALDIALOGMENUSETUP vATrap A??? ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.a
|
|||
|
MDJGNEFILTER vIndirect $2028, $0068, A7 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.a
|
|||
|
INITDIALOGMGRGLOBALS vIndirect $2028, $006c, A7 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.a
|
|||
|
SETANALYZEDWINDOWSTATE vIndirect $2028, $0070, A7 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.a
|
|||
|
GETANALYZEDWINDOWSTATE vIndirect $2028, $0074, A7 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.a
|
|||
|
SETANALYZEDWINDOW vIndirect $2028, $0078, A7 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.a
|
|||
|
GETANALYZEDWINDOW vIndirect $2028, $007c, A7 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.a
|
|||
|
SETSAVEDMENUSTATE vIndirect $2028, $0080, A7 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.a
|
|||
|
GETSAVEDMENUSTATE vIndirect $2028, $0084, A7 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.a
|
|||
|
PUSHMENUSTATE vIndirect $2028, $0088, A7 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.a
|
|||
|
POPMENUSTATE vIndirect $2028, $008c, A7 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.a
|
|||
|
GetMenuList vIndirect $2028, $0090, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
GetNextMenu vIndirect $2028, $0094, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
MenuBarEmpty vIndirect $2028, $0098, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
SaveMenusEnableState vIndirect $2028, $009c, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
RESTOREMENUSENABLESTATE vIndirect $2028, $00a0, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
DisableAppMenus vIndirect $2028, $00a4, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
ThereIsAnActiveEditTextFieldInThisWindow vIndirect $2028, $00a8, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
SETSAVEMENUSENABLESTATE vIndirect $2028, $00ac, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
EnableTheEditMenu vIndirect $2028, $00b0, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
FindMenuByTitle vIndirect $2028, $00b4, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
ACTIVEWINDOWNEEDSHELP vIndirect $2028, $00b8, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
FILTEREVENT vIndirect $2028, $00bc, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
GetMenuFlags vIndirect $2028, $00c0, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
FindAppleMenu vIndirect $2028, $00c4, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
PtInMenuBar vIndirect $2028, $00c8, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
IsThisASystemMenu vIndirect $2028, $00cc, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
IsModal vIndirect $2028, $00d0, A1 ; {sources}Toolbox:DialogMgr:ModalDialogMenuExtensions.c
|
|||
|
|
|||
|
;============================== End Dialog Manager Vectors
|
|||
|
|
|||
|
;============================== Font Manager Vectors
|
|||
|
|
|||
|
SPLINECALL vATrap A??? ; {sources}Toolbox:FontMgr:BassExtensions.a
|
|||
|
MultiFinderExist vIndirect $202C, $0004, A7 ; {sources}Toolbox:FontMgr:Bass_Allocate.a
|
|||
|
FontNewTempHandle vNoVector ; {sources}Toolbox:FontMgr:Bass_Allocate.a
|
|||
|
CtempBufHand vIndirect $202C, $0008, A7 ; {sources}Toolbox:FontMgr:Bass_Allocate.a
|
|||
|
GETSTYLEBUFHAND vIndirect $202C, $000c, A7 ; {sources}Toolbox:FontMgr:Bass_Allocate.a
|
|||
|
sb_DisposeZoneHandle vIndirect $202C, $0010, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_SetCachesNoPurge vIndirect $202C, $0014, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_SetCachesPurge vIndirect $202C, $0018, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_MultiFinderHandle vIndirect $202C, $001c, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_GetSysHandleZone vIndirect $202C, $0020, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_GetAppHandleZone vIndirect $202C, $0024, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_GrowAppHandle vIndirect $202C, $0028, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_NewZoneHandle vIndirect $202C, $002c, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_GrowHandle vIndirect $202C, $0030, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_SizeTheBlock vIndirect $202C, $0034, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_DisposeCacheHandle vIndirect $202C, $0038, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_DisposeWorkHandle vIndirect $202C, $003c, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_SizeWorkHandle vIndirect $202C, $0040, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_BandChar vIndirect $202C, $0044, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_ResetFSWorkState vIndirect $202C, $0048, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_CheckWorkHandle vIndirect $202C, $004c, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
IntrinsicStyle vIndirect $202C, $0050, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_ShrinkCacheToMin vIndirect $202C, $0054, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_ResetHeapState vIndirect $202C, $0058, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
SB_FLUSHFONTS vIndirect $202C, $005c, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
SB_KILLSOMECACHES vIndirect $202C, $0060, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_CacheSFNTMatch vNoVector ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_LoadNewCache vIndirect $202C, $0064, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
SB_SEARCHFORCACHE vIndirect $202C, $0068, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
SB_SFNTMATCHSIZE vIndirect $202C, $006c, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
AppendSplineDirectoryToWidthTable vIndirect $202C, $0070, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
SB_FILLWIDTHTAB vIndirect $202C, $0074, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
SB_FILLPRINTERWIDTHS vIndirect $202C, $0078, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
SB_PREFLIGHTFONTMEM vIndirect $202C, $007c, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_RenderMemShrink vIndirect $202C, $0080, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_RoomForHead vIndirect $202C, $0084, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_RangeCheck vIndirect $202C, $0088, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_SquishFailAdjust vIndirect $202C, $008c, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_GrowForGlyphData vIndirect $202C, $0090, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_GrowWork6and7 vIndirect $202C, $0094, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_GetMemForBits vIndirect $202C, $0098, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
sb_DoTheBits vIndirect $202C, $009c, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
SB_CHECKCACHE vIndirect $202C, $00a0, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
SB_RETRIEVEGLYPH vIndirect $202C, $00a4, A1 ; {sources}Toolbox:FontMgr:Bass_Cache.c
|
|||
|
GetCacheExpansionInformation vIndirect $202C, $00a8, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:AddDiskCache.c
|
|||
|
MarkMapDirty vIndirect $202C, $00ac, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:AddDiskCache.c
|
|||
|
PurgeDiskCaches vIndirect $202C, $00b0, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:AddDiskCache.c
|
|||
|
AllocateLockedBufferForCompression vIndirect $202C, $00b4, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:AddDiskCache.c
|
|||
|
DisposeOfCompressionBuffer vIndirect $202C, $00b8, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:AddDiskCache.c
|
|||
|
MoveFileDataDown vIndirect $202C, $00bc, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:AddDiskCache.c
|
|||
|
CompressDiskCacheFile vIndirect $202C, $00c0, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:AddDiskCache.c
|
|||
|
MakeSpaceInDiskCache vIndirect $202C, $00c4, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:AddDiskCache.c
|
|||
|
WriteDiskCache vIndirect $202C, $00c8, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:AddDiskCache.c
|
|||
|
AddDiskCache vIndirect $202C, $00cc, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:AddDiskCache.c
|
|||
|
FindCacheInCacheList vIndirect $202C, $00d0, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheExtensions.c
|
|||
|
DISKCACHEPURGEPROCEDURE vIndirect $202C, $00d4, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheExtensions.c
|
|||
|
LoadFontCacheFromDisk vIndirect $202C, $00d8, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheExtensions.c
|
|||
|
DumpFontCacheToDiskIfNotTooBig vIndirect $202C, $00dc, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheExtensions.c
|
|||
|
DumpFontCacheToDisk vIndirect $202C, $00e0, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheExtensions.c
|
|||
|
CheckForMaximumDiskCacheSize vIndirect $202C, $00e4, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheExtensions.c
|
|||
|
FindFirstFreeCache vIndirect $202C, $00e8, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheList.c
|
|||
|
InsertDiskCacheIntoOffsetList vIndirect $202C, $00ec, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheList.c
|
|||
|
InsertDiskCacheIntoDateList vIndirect $202C, $00f0, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheList.c
|
|||
|
InsertDiskCache vIndirect $202C, $00f4, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheList.c
|
|||
|
RemoveDiskCacheFromOffsetList vIndirect $202C, $00f8, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheList.c
|
|||
|
RemoveDiskCacheFromDateList vIndirect $202C, $00fc, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheList.c
|
|||
|
RemoveDiskCache vIndirect $202C, $0100, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheList.c
|
|||
|
DumpDiskCacheMap vIndirect $202C, $0104, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheMap.c
|
|||
|
MapFontNameToFontNumber vIndirect $202C, $0108, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheMap.c
|
|||
|
FontNameIndexToFontName vIndirect $202C, $010c, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheMap.c
|
|||
|
FontNameToFontNameIndex vIndirect $202C, $0110, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheMap.c
|
|||
|
CompareDiskCacheEntry vIndirect $202C, $0114, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheMap.c
|
|||
|
SearchForDiskCache vIndirect $202C, $0118, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheMap.c
|
|||
|
SearchForDiskCacheUsingWidthTable vIndirect $202C, $011c, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheMap.c
|
|||
|
SearchForDiskCacheUsingCache vIndirect $202C, $0120, A1 ; {sources}Toolbox:FontMgr:DiskCache:Source:DiskCacheMap.c
|
|||
|
AllocateEntrySpaceInCurrentCache vIndirect $202C, $0124, A1 ; {sources}Toolbox:FontMgr:DoubleByteBassCache.c
|
|||
|
AddLowByteGlyphOffsetTable vIndirect $202C, $0128, A1 ; {sources}Toolbox:FontMgr:DoubleByteBassCache.c
|
|||
|
GetSingleOrDoubleByteGlyphEntryOffset vIndirect $202C, $012c, A1 ; {sources}Toolbox:FontMgr:DoubleByteBassCache.c
|
|||
|
GETENCODINGMAP vIndirect $202C, $0130, A7 ; {sources}Toolbox:FontMgr:DoubleByteSupport.a
|
|||
|
GETENCODINGTABLE vIndirect $202C, $0134, A7 ; {sources}Toolbox:FontMgr:DoubleByteSupport.a
|
|||
|
fsg_KeySize vIndirect $202C, $0138, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_InterPreterDataSize vIndirect $202C, $013c, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_ScanDataSize vIndirect $202C, $0140, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_PrivateFontSpaceSize vIndirect $202C, $0144, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_WorkSpaceSetOffsets vIndirect $202C, $0148, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_Dot6XYMul vIndirect $202C, $014c, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_FixXYMul vIndirect $202C, $0150, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_MxConcat2x2 vIndirect $202C, $0154, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_MxScaleAB vIndirect $202C, $0158, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_ReduceMatrix vIndirect $202C, $015c, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_InitInterpreterTrans vIndirect $202C, $0160, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_SetUpElement vIndirect $202C, $0164, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_IncrementElement vIndirect $202C, $0168, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_RunFontProgram vIndirect $202C, $016c, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_SetDefaults vIndirect $202C, $0170, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_NewTransformation vIndirect $202C, $0174, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_InnerGridFit vIndirect $202C, $0178, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
fsg_GridFit vIndirect $202C, $017c, A1 ; {sources}Toolbox:FontMgr:FSglue.c
|
|||
|
ADDFONTSTOCHAIN vIndirect $202C, $0180, A7 ; {sources}Toolbox:FontMgr:FontFolderExtension.a
|
|||
|
ShortMulDiv vIndirect $202C, $0184, A7 ; {sources}Toolbox:FontMgr:FontMath.a
|
|||
|
ShortFracMul vIndirect $202C, $0188, A7 ; {sources}Toolbox:FontMgr:FontMath.a
|
|||
|
LongMulDiv vIndirect $202C, $018c, A7 ; {sources}Toolbox:FontMgr:FontMath.c
|
|||
|
ShortFracDot vIndirect $202C, $0190, A7 ; {sources}Toolbox:FontMgr:FontMath.c
|
|||
|
Mul26Dot6 vIndirect $202C, $0194, A7 ; {sources}Toolbox:FontMgr:FontMath.c
|
|||
|
Div26Dot6 vIndirect $202C, $0198, A7 ; {sources}Toolbox:FontMgr:FontMath.c
|
|||
|
FONTMANAGER vIndirect $202C, $019c, A7 ; {sources}Toolbox:FontMgr:FontMgr.a
|
|||
|
INITFONTS vATrap A??? ; {sources}Toolbox:FontMgr:FontMgr.a
|
|||
|
FMSWAPFONT vATrap A??? ; {sources}Toolbox:FontMgr:FontMgr.a
|
|||
|
FPOINTONE vDataTable ; {sources}Toolbox:FontMgr:FontMgr.a
|
|||
|
GETFONTNAME vATrap A??? ; {sources}Toolbox:FontMgr:FontMgr.a
|
|||
|
REALFONT vATrap A??? ; {sources}Toolbox:FontMgr:FontMgr.a
|
|||
|
GETFNUM vATrap A??? ; {sources}Toolbox:FontMgr:FontMgr.a
|
|||
|
SETFONTLOCK vATrap A??? ; {sources}Toolbox:FontMgr:FontMgr.a
|
|||
|
SETFSCALEDISABLE vATrap A??? ; {sources}Toolbox:FontMgr:FontMgr.a
|
|||
|
SETFRACTENABLE vATrap A??? ; {sources}Toolbox:FontMgr:FontMgr.a
|
|||
|
FONTMETRICS vATrap A??? ; {sources}Toolbox:FontMgr:FontMgr.a
|
|||
|
FMGREND vDataTable ; {sources}Toolbox:FontMgr:FontMgr.a
|
|||
|
dummyReleaseSfntFrag vIndirect $202C, $01a0, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
fs_SetUpKey vIndirect $202C, $01a4, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
FS_OPENFONTS vIndirect $202C, $01a8, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
FS_INITIALIZE vIndirect $202C, $01ac, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
FS_NEWSFNT vIndirect $202C, $01b0, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
FS_NEWTRANSFORMATION vIndirect $202C, $01b4, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
FS_NEWGLYPH vIndirect $202C, $01b8, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
FS_GETADVANCEWIDTH vIndirect $202C, $01bc, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
FS_CONTOURNOGRIDFIT vIndirect $202C, $01c0, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
FS_CONTOURGRIDFIT vIndirect $202C, $01c4, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
FS_FINDBITMAPSIZE vIndirect $202C, $01c8, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
FS_SIZEOFOUTLINES vIndirect $202C, $01cc, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
FS_SAVEOUTLINES vIndirect $202C, $01d0, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
FS_RESTOREOUTLINES vIndirect $202C, $01d4, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
FS_CONTOURSCAN vIndirect $202C, $01d8, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
FS_CLOSEFONTS vIndirect $202C, $01dc, A1 ; {sources}Toolbox:FontMgr:FontScaler.c
|
|||
|
AssertHandle vIndirect $202C, $01e0, A1 ; {sources}Toolbox:FontMgr:Library:Source:Assertion.c
|
|||
|
ComparePascalString vIndirect $202C, $01e4, A1 ; {sources}Toolbox:FontMgr:Library:Source:StringUtility.c
|
|||
|
SwapZone vIndirect $202C, $01e8, A1 ; {sources}Toolbox:FontMgr:Library:Source:ZoneHandle.c
|
|||
|
NewZoneHandle vIndirect $202C, $01ec, A1 ; {sources}Toolbox:FontMgr:Library:Source:ZoneHandle.c
|
|||
|
DisposeZoneHandle vIndirect $202C, $01f0, A1 ; {sources}Toolbox:FontMgr:Library:Source:ZoneHandle.c
|
|||
|
SetZoneHandleSize vIndirect $202C, $01f4, A1 ; {sources}Toolbox:FontMgr:Library:Source:ZoneHandle.c
|
|||
|
LockZoneHandle vIndirect $202C, $01f8, A1 ; {sources}Toolbox:FontMgr:Library:Source:ZoneHandle.c
|
|||
|
UnlockZoneHandle vIndirect $202C, $01fc, A1 ; {sources}Toolbox:FontMgr:Library:Source:ZoneHandle.c
|
|||
|
fs_FillWidthTable vIndirect $202C, $0200, A1 ; {sources}Toolbox:FontMgr:MacExtra.c
|
|||
|
fs_FillLayoutInfo vIndirect $202C, $0204, A1 ; {sources}Toolbox:FontMgr:MacExtra.c
|
|||
|
FS_LOWESTPPEM vIndirect $202C, $0208, A1 ; {sources}Toolbox:FontMgr:MacExtra.c
|
|||
|
MapString0 vIndirect $202C, $020c, A1 ; {sources}Toolbox:FontMgr:MapString.c
|
|||
|
MapString2 vIndirect $202C, $0210, A1 ; {sources}Toolbox:FontMgr:MapString.c
|
|||
|
MapString4_8 vIndirect $202C, $0214, A1 ; {sources}Toolbox:FontMgr:MapString.c
|
|||
|
MapString4_16 vIndirect $202C, $0218, A1 ; {sources}Toolbox:FontMgr:MapString.c
|
|||
|
MapString6_8 vIndirect $202C, $021c, A1 ; {sources}Toolbox:FontMgr:MapString.c
|
|||
|
MapString6_16 vIndirect $202C, $0220, A1 ; {sources}Toolbox:FontMgr:MapString.c
|
|||
|
OUTLINEMETRICS vIndirect $202C, $0224, A7 ; {sources}Toolbox:FontMgr:OutlineMetrics.a
|
|||
|
SETOUTLINEPREFERRED vIndirect $202C, $0228, A7 ; {sources}Toolbox:FontMgr:OutlineMetrics.a
|
|||
|
GETOUTLINEPREFERRED vIndirect $202C, $022c, A7 ; {sources}Toolbox:FontMgr:OutlineMetrics.a
|
|||
|
ISOUTLINE vIndirect $202C, $0230, A7 ; {sources}Toolbox:FontMgr:OutlineMetrics.a
|
|||
|
SETPRESERVEGLYPH vIndirect $202C, $0234, A7 ; {sources}Toolbox:FontMgr:OutlineMetrics.a
|
|||
|
GETPRESERVEGLYPH vIndirect $202C, $0238, A7 ; {sources}Toolbox:FontMgr:OutlineMetrics.a
|
|||
|
AddFragmentToFragmentTable vIndirect $202C, $023c, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:Fragment.c
|
|||
|
RemoveFragmentFromFragmentTable vIndirect $202C, $0240, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:Fragment.c
|
|||
|
LockFragment vIndirect $202C, $0244, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:Fragment.c
|
|||
|
UnlockFragment vIndirect $202C, $0248, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:Fragment.c
|
|||
|
ComputeFragmentCacheLength vIndirect $202C, $024c, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:Fragment.c
|
|||
|
CreateFragment vIndirect $202C, $0250, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:Fragment.c
|
|||
|
ExpandFragment vIndirect $202C, $0254, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:Fragment.c
|
|||
|
ExpandAndLockFragment vIndirect $202C, $0258, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:Fragment.c
|
|||
|
FindFragment vIndirect $202C, $025c, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:Fragment.c
|
|||
|
FindOrCreateFragment vIndirect $202C, $0260, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:Fragment.c
|
|||
|
FindFragmentHandle vIndirect $202C, $0264, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:Fragment.c
|
|||
|
FindFragmentTable vIndirect $202C, $0268, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:FragmentTable.c
|
|||
|
CreateFragmentTable vIndirect $202C, $026c, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:FragmentTable.c
|
|||
|
AddFragmentTableToCache vIndirect $202C, $0270, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:FragmentTable.c
|
|||
|
RemoveFragmentTableFromCache vIndirect $202C, $0274, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:FragmentTable.c
|
|||
|
SetCurrentFragmentTable vIndirect $202C, $0278, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:FragmentTable.c
|
|||
|
GetPartialFontZone vIndirect $202C, $027c, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:PartialFontExtensions.c
|
|||
|
GetGlobalFontFragmentTableCache vIndirect $202C, $0280, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:PartialFontExtensions.c
|
|||
|
QDGetFontFrag vIndirect $202C, $0284, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:PartialFontExtensions.c
|
|||
|
QDUngetFontFrag vIndirect $202C, $0288, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:PartialFontExtensions.c
|
|||
|
KillApplicationHeapFragmentTableCaches vIndirect $202C, $028c, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:PartialFontExtensions.c
|
|||
|
PackStringClass vIndirect $202C, $0290, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:PartialFontExtensions.c
|
|||
|
UnpackStringClass vIndirect $202C, $0294, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:PartialFontExtensions.c
|
|||
|
LookupSplineTagTableIndex vIndirect $202C, $0298, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:PartialFontExtensions.c
|
|||
|
GetSplineDirectoryFragmentPointer vIndirect $202C, $029c, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:PartialFontExtensions.c
|
|||
|
PartialGetFontTablePtr vIndirect $202C, $02a0, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:PartialFontExtensions.c
|
|||
|
GetFontTablePtr vIndirect $202C, $02a4, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:PartialFontExtensions.c
|
|||
|
GetFontMapInfo vIndirect $202C, $02a8, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:PartialFontExtensions.c
|
|||
|
ApplyFontMap vIndirect $202C, $02ac, A1 ; {sources}Toolbox:FontMgr:PartialFont:Source:PartialFontExtensions.c
|
|||
|
fnt_Panic vIndirect $202C, $02b0, A1 ; {sources}Toolbox:FontMgr:fnt.c
|
|||
|
fnt_RoundToDoubleGrid vIndirect $202C, $02b4, A1 ; {sources}Toolbox:FontMgr:fnt.c
|
|||
|
fnt_RoundDownToGrid vIndirect $202C, $02b8, A1 ; {sources}Toolbox:FontMgr:fnt.c
|
|||
|
fnt_RoundUpToGrid vIndirect $202C, $02bc, A1 ; {sources}Toolbox:FontMgr:fnt.c
|
|||
|
fnt_RoundToGrid vIndirect $202C, $02c0, A1 ; {sources}Toolbox:FontMgr:fnt.c
|
|||
|
fnt_RoundToHalfGrid vIndirect $202C, $02c4, A1 ; {sources}Toolbox:FontMgr:fnt.c
|
|||
|
fnt_RoundOff vIndirect $202C, $02c8, A1 ; {sources}Toolbox:FontMgr:fnt.c
|
|||
|
fnt_SuperRound vIndirect $202C, $02cc, A1 ; {sources}Toolbox:FontMgr:fnt.c
|
|||
|
fnt_Super45Round vIndirect $202C, $02d0, A1 ; {sources}Toolbox:FontMgr:fnt.c
|
|||
|
fnt_Execute vIndirect $202C, $02d4, A1 ; {sources}Toolbox:FontMgr:fnt.c
|
|||
|
fnt_MSIRP vIndirect $202C, $02d8, A1 ; {sources}Toolbox:FontMgr:fnt.c
|
|||
|
fnt_Init vIndirect $202C, $02dc, A1 ; {sources}Toolbox:FontMgr:fnt.c
|
|||
|
sc_ScanChar vIndirect $202C, $02e0, A1 ; {sources}Toolbox:FontMgr:sc.c
|
|||
|
sc_FindExtrema vIndirect $202C, $02e4, A1 ; {sources}Toolbox:FontMgr:sc.c
|
|||
|
sfnt_DoOffsetTableMap vIndirect $202C, $02e8, A1 ; {sources}Toolbox:FontMgr:sfnt.c
|
|||
|
sfnt_GetOffsetAndLength vIndirect $202C, $02ec, A1 ; {sources}Toolbox:FontMgr:sfnt.c
|
|||
|
sfnt_GetTablePtr vIndirect $202C, $02f0, A1 ; {sources}Toolbox:FontMgr:sfnt.c
|
|||
|
sfnt_ComputeIndex2 vIndirect $202C, $02f4, A1 ; {sources}Toolbox:FontMgr:sfnt.c
|
|||
|
sfnt_ComputeIndex4 vIndirect $202C, $02f8, A1 ; {sources}Toolbox:FontMgr:sfnt.c
|
|||
|
sfnt_ComputeIndex6 vIndirect $202C, $02fc, A1 ; {sources}Toolbox:FontMgr:sfnt.c
|
|||
|
sfnt_ComputeMapping vIndirect $202C, $0300, A1 ; {sources}Toolbox:FontMgr:sfnt.c
|
|||
|
sfnt_ReadSFNTMetrics vIndirect $202C, $0304, A1 ; {sources}Toolbox:FontMgr:sfnt.c
|
|||
|
sfnt_GetGlyphLocation vIndirect $202C, $0308, A1 ; {sources}Toolbox:FontMgr:sfnt.c
|
|||
|
sfnt_ReadSFNT vIndirect $202C, $030c, A1 ; {sources}Toolbox:FontMgr:sfnt.c
|
|||
|
|
|||
|
;============================== End Font Manager Vectors
|
|||
|
|
|||
|
;============================== HFS Vectors
|
|||
|
|
|||
|
BTALLOC vNoVector ; {sources}OS:HFS:BTAlloc.a
|
|||
|
ALLOCNODE vDirect ???? ; {sources}OS:HFS:BTAlloc.a
|
|||
|
VALLOCNODE vATrap A??? ; {sources}OS:HFS:BTAlloc.a
|
|||
|
EXTBTFILE vIndirect $2030, $0004, A7 ; {sources}OS:HFS:BTAlloc.a
|
|||
|
VEXTBTFILE vATrap A??? ; {sources}OS:HFS:BTAlloc.a
|
|||
|
FREENODE vDirect ???? ; {sources}OS:HFS:BTAlloc.a
|
|||
|
VFREENODE vATrap A??? ; {sources}OS:HFS:BTAlloc.a
|
|||
|
VUPDALTMDB vATrap A??? ; {sources}OS:HFS:BTAlloc.a
|
|||
|
BTMAINT1 vNoVector ; {sources}OS:HFS:BTMaint1.a
|
|||
|
ROTATELT vIndirect $2030, $0008, A7 ; {sources}OS:HFS:BTMaint1.a
|
|||
|
SPLITLT vIndirect $2030, $000c, A7 ; {sources}OS:HFS:BTMaint1.a
|
|||
|
TREESEARCH vDirect ???? ; {sources}OS:HFS:BTMaint1.a
|
|||
|
VTREESEARCH vDirect ???? ; {sources}OS:HFS:BTMaint1.a
|
|||
|
BTMAINT2 vNoVector ; {sources}OS:HFS:BTMaint2.a
|
|||
|
BUILDIREC vIndirect $2030, $0010, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
CHKNODE vIndirect $2030, $0014, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
CLRNODE vIndirect $2030, $0018, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
DELETEREC vIndirect $2030, $001c, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
GETLTSIB vIndirect $2030, $0020, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
GETRTSIB vIndirect $2030, $0024, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
GETMAXKEY vIndirect $2030, $0028, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
GETNODE vDirect ???? ; {sources}OS:HFS:BTMaint2.a
|
|||
|
VGETNODE vATrap A??? ; {sources}OS:HFS:BTMaint2.a
|
|||
|
GETNODESIZ vIndirect $2030, $002c, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
GETOFFSET vIndirect $2030, $0030, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
GETRECA vIndirect $2030, $0034, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
INITNODE vIndirect $2030, $0038, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
INSERTREC vIndirect $2030, $003c, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
LOCBTCB vIndirect $2030, $0040, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
LOCREC vIndirect $2030, $0044, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
LOCTPR vIndirect $2030, $0048, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
MOVOFFLT vIndirect $2030, $004c, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
MOVOFFRT vIndirect $2030, $0050, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
MOVRECLT vIndirect $2030, $0054, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
MOVRECRT vIndirect $2030, $0058, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
RELNODE vDirect ???? ; {sources}OS:HFS:BTMaint2.a
|
|||
|
VRELNODE vATrap A??? ; {sources}OS:HFS:BTMaint2.a
|
|||
|
SEARCHNODE vIndirect $2030, $005c, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
UPDDREC vIndirect $2030, $0060, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
UPDIKEY vIndirect $2030, $0064, A7 ; {sources}OS:HFS:BTMaint2.a
|
|||
|
BTSVCS vNoVector ; {sources}OS:HFS:BTSVCS.a
|
|||
|
BTCLOSE vDirect ???? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
VBTCLOSE vATrap A??? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
BTDELETE vDirect ???? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
VBTDELETE vATrap A??? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
BTFLUSH vDirect ???? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
VBTFLUSH vATrap A??? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
BTGETRECORD vDirect ???? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
VBTGETRECORD vATrap A??? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
BTINSERT vDirect ???? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
VBTINSERT vATrap A??? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
BTOPEN vDirect ???? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
VBTOPEN vDirect ???? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
BTSEARCH vDirect ???? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
VBTSEARCH vATrap A??? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
BTUPDATE vDirect ???? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
VBTUPDATE vATrap A??? ; {sources}OS:HFS:BTSVCS.a
|
|||
|
CMMAINT vNoVector ; {sources}OS:HFS:CMMaint.a
|
|||
|
BUILDKEY vIndirect $2030, $0068, A7 ; {sources}OS:HFS:CMMaint.a
|
|||
|
CMFLUSH vIndirect $2030, $006c, A7 ; {sources}OS:HFS:CMMaint.a
|
|||
|
CMKEYCMP vNoVector ; {sources}OS:HFS:CMMaint.a
|
|||
|
LOCCNODE vIndirect $2030, $0070, A7 ; {sources}OS:HFS:CMMaint.a
|
|||
|
LOCCREC vDirect ???? ; {sources}OS:HFS:CMMaint.a
|
|||
|
VLOCCREC vATrap A??? ; {sources}OS:HFS:CMMaint.a
|
|||
|
UPDCNAME vIndirect $2030, $0074, A7 ; {sources}OS:HFS:CMMaint.a
|
|||
|
CACHE vNoVector ; {sources}OS:HFS:Cache.a
|
|||
|
FLUSHCACHE vDirect ???? ; {sources}OS:HFS:Cache.a
|
|||
|
VFLUSHCACHE vDirect ???? ; {sources}OS:HFS:Cache.a
|
|||
|
GETBLOCK vDirect ???? ; {sources}OS:HFS:Cache.a
|
|||
|
VGETBLOCK vATrap A??? ; {sources}OS:HFS:Cache.a
|
|||
|
INITCACHE vIndirect $2030, $0078, A7 ; {sources}OS:HFS:Cache.a
|
|||
|
MARKBLOCK vDirect ???? ; {sources}OS:HFS:Cache.a
|
|||
|
VMARKBLOCK vATrap A??? ; {sources}OS:HFS:Cache.a
|
|||
|
MARKA5BLOCK vIndirect $2030, $007c, A7 ; {sources}OS:HFS:Cache.a
|
|||
|
RELBLOCK vDirect ???? ; {sources}OS:HFS:Cache.a
|
|||
|
VRELBLOCK vATrap A??? ; {sources}OS:HFS:Cache.a
|
|||
|
TRASHVBLKS vDirect ???? ; {sources}OS:HFS:Cache.a
|
|||
|
VTRASHVBLKS vDirect ???? ; {sources}OS:HFS:Cache.a
|
|||
|
TRASHFBLOCKS vIndirect $2030, $0080, A7 ; {sources}OS:HFS:Cache.a
|
|||
|
TRASHBLOCKS vIndirect $2030, $0084, A7 ; {sources}OS:HFS:Cache.a
|
|||
|
VTRASHBLOCKS vATrap A??? ; {sources}OS:HFS:Cache.a
|
|||
|