Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

binary_stream Struct Reference
[NPF structures and definitions]

A stream of X86 binary code. More...

#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.


Detailed Description

A stream of X86 binary code.

Definition at line 68 of file jitter.h.


Field Documentation

INT bpf_pc
 

Current BPF instruction pointer, i.e. position in the BPF program reached by the jitter.

Definition at line 70 of file jitter.h.

Referenced by BPFtoX86(), and emit_lenght().

INT cur_ip
 

Current X86 instruction pointer.

Definition at line 69 of file jitter.h.

Referenced by BPFtoX86(), emit_code(), and emit_lenght().

PCHAR ibuf
 

Instruction buffer, contains the X86 generated code.

Definition at line 71 of file jitter.h.

Referenced by BPFtoX86(), and emit_code().

PUINT refs
 

Jumps reference table.

Definition at line 72 of file jitter.h.

Referenced by BPFtoX86(), and emit_lenght().


The documentation for this struct was generated from the following file:

documentation. Copyright (c) 2002-2003 Politecnico di Torino. All rights reserved.