Home
last modified time | relevance | path

Searched refs:detect_far_jump_type (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c651 static sljit_u8* detect_far_jump_type(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_sw executa…
653 static sljit_u8* detect_far_jump_type(struct sljit_jump *jump, sljit_u8 *code_ptr);
670 return detect_far_jump_type(jump, code_ptr); in detect_near_jump_type()
928 code_ptr = detect_far_jump_type(jump, code_ptr, executable_offset); in sljit_generate_code()
930 code_ptr = detect_far_jump_type(jump, code_ptr); in sljit_generate_code()
H A DsljitNativeX86_64.c361 static sljit_u8* detect_far_jump_type(struct sljit_jump *jump, sljit_u8 *code_ptr) in detect_far_jump_type() function
H A DsljitNativeX86_32.c286 static sljit_u8* detect_far_jump_type(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_sw executa… in detect_far_jump_type() function

Completed in 30 milliseconds