Home
last modified time | relevance | path

Searched refs:sljit_exec_offset (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitConfigInternal.h630 SLJIT_API_FUNC_ATTRIBUTE sljit_sw sljit_exec_offset(void* ptr);
631 #define SLJIT_EXEC_OFFSET(ptr) sljit_exec_offset(ptr)
DsljitProtExecAllocator.c471 SLJIT_API_FUNC_ATTRIBUTE sljit_sw sljit_exec_offset(void* ptr) in sljit_exec_offset() function