#include <jitter.h>
| Data Fields | |
| INT | cur_ip | 
| Current X86 instruction pointer. | |
| INT | bpf_pc | 
| Current BPF instruction pointer, i.e. position in the BPF program reached by the jitter. | |
| PCHAR | ibuf | 
| Instruction buffer, contains the X86 generated code. | |
| PUINT | refs | 
| Jumps reference table. | |
Definition at line 57 of file jitter.h.
| 
 | 
| Current BPF instruction pointer, i.e. position in the BPF program reached by the jitter. 
 Definition at line 59 of file jitter.h. Referenced by BPFtoX86(), and emit_lenght(). | 
| 
 | 
| Current X86 instruction pointer. 
 Definition at line 58 of file jitter.h. Referenced by BPFtoX86(), emit_code(), and emit_lenght(). | 
| 
 | 
| Instruction buffer, contains the X86 generated code. 
 Definition at line 60 of file jitter.h. Referenced by BPFtoX86(), and emit_code(). | 
| 
 | 
| Jumps reference table. 
 Definition at line 61 of file jitter.h. Referenced by BPFtoX86(), and emit_lenght(). | 
 documentation. Copyright (c) 2002-2003 Politecnico di Torino. All rights reserved.
documentation. Copyright (c) 2002-2003 Politecnico di Torino. All rights reserved.