2 ; Transfer vector for VAX shareable image
7 ; Define macro to assist in building transfer vector entries. Each entry
8 ; should take no more than 8 bytes.
10 .MACRO FTRANSFER_ENTRY routine
17 ; Place entries in own program section.
19 .PSECT $$ENGINE,QUAD,PIC,USR,CON,REL,LCL,SHR,EXE,RD,NOWRT
21 FTRANSFER_ENTRY bind_engine
22 FTRANSFER_ENTRY v_check
23 .BLKB 32768-<.-ENGINE_xfer> ; 64 pages total.