php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
dasm_State Struct Reference

#include <dasm_arm.h>

Data Fields

size_t psize
 
dasm_ActList actionlist
 
int * lglabels
 
size_t lgsize
 
int * pclabels
 
size_t pcsize
 
void ** globals
 
dasm_Sectionsection
 
size_t codesize
 
int maxsection
 
int status
 
dasm_Section sections [1]
 

Detailed Description

Definition at line 66 of file dasm_arm.h.

Field Documentation

◆ actionlist

dasm_ActList dasm_State::actionlist

Definition at line 68 of file dasm_arm.h.

◆ codesize

size_t dasm_State::codesize

Definition at line 75 of file dasm_arm.h.

◆ globals

void ** dasm_State::globals

Definition at line 73 of file dasm_arm.h.

◆ lglabels

int * dasm_State::lglabels

Definition at line 69 of file dasm_arm.h.

◆ lgsize

size_t dasm_State::lgsize

Definition at line 70 of file dasm_arm.h.

◆ maxsection

int dasm_State::maxsection

Definition at line 76 of file dasm_arm.h.

◆ pclabels

int * dasm_State::pclabels

Definition at line 71 of file dasm_arm.h.

◆ pcsize

size_t dasm_State::pcsize

Definition at line 72 of file dasm_arm.h.

◆ psize

size_t dasm_State::psize

Definition at line 67 of file dasm_arm.h.

◆ section

dasm_Section * dasm_State::section

Definition at line 74 of file dasm_arm.h.

◆ sections

dasm_Section dasm_State::sections

Definition at line 78 of file dasm_arm.h.

◆ status

int dasm_State::status

Definition at line 77 of file dasm_arm.h.


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