Home
last modified time | relevance | path

Searched refs:dasm_Section (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_mips.h55 typedef struct dasm_Section { struct
62 } dasm_Section; argument
73 dasm_Section *section; /* Pointer to active section. */
77 dasm_Section sections[1]; /* All sections. Alloc-extended. */
81 #define DASM_PSZ(ms) (sizeof(dasm_State)+(ms-1)*sizeof(dasm_Section))
99 memset((void *)D->sections, 0, maxsection * sizeof(dasm_Section)); in dasm_init()
168 dasm_Section *sec = D->section; in dasm_put()
280 dasm_Section *sec = D->sections + secnum; in dasm_link()
327 dasm_Section *sec = D->sections + secnum; in dasm_encode()
H A Ddasm_ppc.h55 typedef struct dasm_Section { struct
62 } dasm_Section; argument
73 dasm_Section *section; /* Pointer to active section. */
77 dasm_Section sections[1]; /* All sections. Alloc-extended. */
81 #define DASM_PSZ(ms) (sizeof(dasm_State)+(ms-1)*sizeof(dasm_Section))
99 memset((void *)D->sections, 0, maxsection * sizeof(dasm_Section)); in dasm_init()
168 dasm_Section *sec = D->section; in dasm_put()
284 dasm_Section *sec = D->sections + secnum; in dasm_link()
331 dasm_Section *sec = D->sections + secnum; in dasm_encode()
H A Ddasm_arm.h56 typedef struct dasm_Section { struct
63 } dasm_Section; typedef
74 dasm_Section *section; /* Pointer to active section. */
78 dasm_Section sections[1]; /* All sections. Alloc-extended. */
82 #define DASM_PSZ(ms) (sizeof(dasm_State)+(ms-1)*sizeof(dasm_Section))
100 memset((void *)D->sections, 0, maxsection * sizeof(dasm_Section)); in dasm_init()
177 dasm_Section *sec = D->section; in dasm_put()
301 dasm_Section *sec = D->sections + secnum; in dasm_link()
349 dasm_Section *sec = D->sections + secnum; in dasm_encode()
H A Ddasm_x86.h54 typedef struct dasm_Section { struct
61 } dasm_Section; argument
72 dasm_Section *section; /* Pointer to active section. */
76 dasm_Section sections[1]; /* All sections. Alloc-extended. */
80 #define DASM_PSZ(ms) (sizeof(dasm_State)+(ms-1)*sizeof(dasm_Section))
101 memset((void *)D->sections, 0, maxsection * sizeof(dasm_Section)); in dasm_init()
170 dasm_Section *sec = D->section; in dasm_put()
304 dasm_Section *sec = D->sections + secnum; in dasm_link()
404 dasm_Section *sec = D->sections + secnum; in dasm_encode()
H A Ddasm_arm64.h58 typedef struct dasm_Section { struct
65 } dasm_Section; argument
76 dasm_Section *section; /* Pointer to active section. */
80 dasm_Section sections[1]; /* All sections. Alloc-extended. */
84 #define DASM_PSZ(ms) (sizeof(dasm_State)+(ms-1)*sizeof(dasm_Section))
105 memset((void *)D->sections, 0, maxsection * sizeof(dasm_Section)); in dasm_init()
224 dasm_Section *sec = D->section; in dasm_put()
375 dasm_Section *sec = D->sections + secnum; in dasm_link()
433 dasm_Section *sec = D->sections + secnum; in dasm_encode()

Completed in 27 milliseconds