; ; Transfer vector for VAX shareable image ; .TITLE ENGINE .IDENT /ENGINE/ ; ; Define macro to assist in building transfer vector entries. Each entry ; should take no more than 8 bytes. ; .MACRO FTRANSFER_ENTRY routine .ALIGN QUAD .TRANSFER routine .MASK routine JMP routine+2 .ENDM FTRANSFER_ENTRY ; ; Place entries in own program section. ; .PSECT $$ENGINE,QUAD,PIC,USR,CON,REL,LCL,SHR,EXE,RD,NOWRT ENGINE_xfer: FTRANSFER_ENTRY bind_engine FTRANSFER_ENTRY v_check .BLKB 32768-<.-ENGINE_xfer> ; 64 pages total. .END '/> index : sra/rpki.net
Dragon Research Labs RPKI Toolkitgit user
aboutsummaryrefslogtreecommitdiff
path: root/doc/doc.RPKI.CA.Configuration.rpkid
blob: c17b2f537a04519beec36ee35bf6ff7256c65216 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60