Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_mips.h47 #define DASM_SEC2POS(sec) ((sec)<<24) macro
143 D->sections[i].pos = DASM_SEC2POS(i); in dasm_setup()
282 int pos = DASM_SEC2POS(secnum); in dasm_link()
H A Ddasm_ppc.h47 #define DASM_SEC2POS(sec) ((sec)<<24) macro
143 D->sections[i].pos = DASM_SEC2POS(i); in dasm_setup()
286 int pos = DASM_SEC2POS(secnum); in dasm_link()
H A Ddasm_arm.h48 #define DASM_SEC2POS(sec) ((sec)<<24) macro
144 D->sections[i].pos = DASM_SEC2POS(i); in dasm_setup()
303 int pos = DASM_SEC2POS(secnum); in dasm_link()
H A Ddasm_x86.h46 #define DASM_SEC2POS(sec) ((sec)<<24) macro
145 D->sections[i].pos = DASM_SEC2POS(i); in dasm_setup()
306 int pos = DASM_SEC2POS(secnum); in dasm_link()
H A Ddasm_arm64.h50 #define DASM_SEC2POS(sec) ((sec)<<24) macro
149 D->sections[i].pos = DASM_SEC2POS(i); in dasm_setup()
377 int pos = DASM_SEC2POS(secnum); in dasm_link()

Completed in 20 milliseconds