Home
last modified time | relevance | path

Searched refs:func_loc (Results 1 – 25 of 47) sorted by relevance

12

/dports/security/py-angr/angr-9.0.5405/angr/knowledge_plugins/
H A Dpropagations.py10 def exists(self, func_loc): argument
20 if props.block_addr == func_loc.block_addr:
25 def update(self, func_loc, replacements): argument
32 self._propagations[func_loc] = replacements
34 def get(self, func_loc): argument
43 if self.exists(func_loc):
44 return self._propagations[func_loc]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/kfc/unix/
H A Dsysctx.c83 TLS * make_tls ( const KFuncLoc * func_loc ) in make_tls() argument
96 TRY ( KRsrcGlobalInit ( & tls -> ctx, func_loc, true ) ) in make_tls()
134 const KCtx * get_tls_ctx ( const KFuncLoc * func_loc ) in get_tls_ctx() argument
147 TRY ( KRsrcGlobalInit ( & s_ctx, func_loc, true ) ) in get_tls_ctx()
167 tls = make_tls ( func_loc ); in get_tls_ctx()
179 ctx_t ctx_recover ( KCtx * new_ctx, const KFuncLoc * func_loc ) in ctx_recover() argument
188 RESET_CTX(new_ctx, ctx, func_loc); in ctx_recover()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/kfc/unix/
H A Dsysctx.c83 TLS * make_tls ( const KFuncLoc * func_loc ) in make_tls() argument
96 TRY ( KRsrcGlobalInit ( & tls -> ctx, func_loc, true ) ) in make_tls()
134 const KCtx * get_tls_ctx ( const KFuncLoc * func_loc ) in get_tls_ctx() argument
147 TRY ( KRsrcGlobalInit ( & s_ctx, func_loc, true ) ) in get_tls_ctx()
167 tls = make_tls ( func_loc ); in get_tls_ctx()
179 ctx_t ctx_recover ( KCtx * new_ctx, const KFuncLoc * func_loc ) in ctx_recover() argument
188 RESET_CTX(new_ctx, ctx, func_loc); in ctx_recover()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/kfc/win/
H A Dsysctx.c192 TLS * make_tls ( const KFuncLoc * func_loc ) in make_tls() argument
205 TRY ( KRsrcGlobalInit ( & tls -> ctx, func_loc, true ) ) in make_tls()
304 const KCtx * get_tls_ctx ( const KFuncLoc * func_loc ) in get_tls_ctx() argument
317 tls = make_tls ( func_loc ); in get_tls_ctx()
329 ctx_t ctx_recover ( KCtx * new_ctx, const KFuncLoc * func_loc ) in ctx_recover() argument
338 RESET_CTX(new_ctx, ctx, func_loc); in ctx_recover()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/kfc/win/
H A Dsysctx.c192 TLS * make_tls ( const KFuncLoc * func_loc ) in make_tls() argument
205 TRY ( KRsrcGlobalInit ( & tls -> ctx, func_loc, true ) ) in make_tls()
304 const KCtx * get_tls_ctx ( const KFuncLoc * func_loc ) in get_tls_ctx() argument
317 tls = make_tls ( func_loc ); in get_tls_ctx()
329 ctx_t ctx_recover ( KCtx * new_ctx, const KFuncLoc * func_loc ) in ctx_recover() argument
338 RESET_CTX(new_ctx, ctx, func_loc); in ctx_recover()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/kfc/
H A Dctx.h129 KCtx ctx_init ( KCtx * new_ctx, ctx_t * ctxp, const KFuncLoc * func_loc ) in ctx_init() argument
137 KCtx local_ctx = { ctx -> rsrc, func_loc, ctx, ctx -> zdepth + 1 }; in ctx_init()
181 KFC_EXTERN ctx_t CC ctx_recover ( KCtx * new_ctx, const KFuncLoc * func_loc );
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/kfc/
H A Dctx.h129 KCtx ctx_init ( KCtx * new_ctx, ctx_t * ctxp, const KFuncLoc * func_loc ) in ctx_init() argument
137 KCtx local_ctx = { ctx -> rsrc, func_loc, ctx, ctx -> zdepth + 1 }; in ctx_init()
181 KFC_EXTERN ctx_t CC ctx_recover ( KCtx * new_ctx, const KFuncLoc * func_loc );
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/kfc/
H A Dsysctx-priv.h32 #define RESET_CTX(new_ctx, ctx, func_loc) \ argument
40 new_ctx -> loc = func_loc; \
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/kfc/
H A Dsysctx-priv.h32 #define RESET_CTX(new_ctx, ctx, func_loc) \ argument
40 new_ctx -> loc = func_loc; \
/dports/misc/visp/visp-3.4.0/modules/java/
H A Dcheck-tests.py132 func_loc = fname + " (line: " + str(linenum) + ")"
144 w[func_ex] = func_loc
145 w[func] = func_loc
/dports/graphics/opencv/opencv-4.5.3/modules/java/
H A Dcheck-tests.py131 func_loc = fname + " (line: " + str(linenum) + ")"
143 w[func_ex] = func_loc
144 w[func] = func_loc
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/src/libs/zbxcommon/
H A Dstr.c3549 func_loc->l = func - expression; in zbx_token_parse_function()
3550 func_loc->r = func_loc->l + par_r; in zbx_token_parse_function()
3552 func_param->l = func_loc->l + par_l; in zbx_token_parse_function()
3553 func_param->r = func_loc->l + par_r; in zbx_token_parse_function()
3585 zbx_strloc_t func_loc, func_param; in zbx_token_parse_func_macro() local
3596 ptr = expression + func_loc.r + 1; in zbx_token_parse_func_macro()
3616 data->macro.r = func_loc.l - 2; in zbx_token_parse_func_macro()
3618 data->func = func_loc; in zbx_token_parse_func_macro()
3654 zbx_strloc_t key_loc, func_loc, func_param; in zbx_token_parse_simple_macro_key() local
3684 ptr = expression + func_loc.r + 1; in zbx_token_parse_simple_macro_key()
[all …]
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/src/libs/zbxcommon/
H A Dstr.c3549 func_loc->l = func - expression; in zbx_token_parse_function()
3550 func_loc->r = func_loc->l + par_r; in zbx_token_parse_function()
3552 func_param->l = func_loc->l + par_l; in zbx_token_parse_function()
3553 func_param->r = func_loc->l + par_r; in zbx_token_parse_function()
3585 zbx_strloc_t func_loc, func_param; in zbx_token_parse_func_macro() local
3596 ptr = expression + func_loc.r + 1; in zbx_token_parse_func_macro()
3616 data->macro.r = func_loc.l - 2; in zbx_token_parse_func_macro()
3618 data->func = func_loc; in zbx_token_parse_func_macro()
3654 zbx_strloc_t key_loc, func_loc, func_param; in zbx_token_parse_simple_macro_key() local
3684 ptr = expression + func_loc.r + 1; in zbx_token_parse_simple_macro_key()
[all …]
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/src/libs/zbxcommon/
H A Dstr.c3549 func_loc->l = func - expression; in zbx_token_parse_function()
3550 func_loc->r = func_loc->l + par_r; in zbx_token_parse_function()
3552 func_param->l = func_loc->l + par_l; in zbx_token_parse_function()
3553 func_param->r = func_loc->l + par_r; in zbx_token_parse_function()
3585 zbx_strloc_t func_loc, func_param; in zbx_token_parse_func_macro() local
3596 ptr = expression + func_loc.r + 1; in zbx_token_parse_func_macro()
3616 data->macro.r = func_loc.l - 2; in zbx_token_parse_func_macro()
3618 data->func = func_loc; in zbx_token_parse_func_macro()
3654 zbx_strloc_t key_loc, func_loc, func_param; in zbx_token_parse_simple_macro_key() local
3684 ptr = expression + func_loc.r + 1; in zbx_token_parse_simple_macro_key()
[all …]
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/src/libs/zbxcommon/
H A Dstr.c3549 func_loc->l = func - expression; in zbx_token_parse_function()
3550 func_loc->r = func_loc->l + par_r; in zbx_token_parse_function()
3552 func_param->l = func_loc->l + par_l; in zbx_token_parse_function()
3553 func_param->r = func_loc->l + par_r; in zbx_token_parse_function()
3585 zbx_strloc_t func_loc, func_param; in zbx_token_parse_func_macro() local
3596 ptr = expression + func_loc.r + 1; in zbx_token_parse_func_macro()
3616 data->macro.r = func_loc.l - 2; in zbx_token_parse_func_macro()
3618 data->func = func_loc; in zbx_token_parse_func_macro()
3654 zbx_strloc_t key_loc, func_loc, func_param; in zbx_token_parse_simple_macro_key() local
3684 ptr = expression + func_loc.r + 1; in zbx_token_parse_simple_macro_key()
[all …]
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/src/libs/zbxcommon/
H A Dstr.c3549 func_loc->l = func - expression; in zbx_token_parse_function()
3550 func_loc->r = func_loc->l + par_r; in zbx_token_parse_function()
3552 func_param->l = func_loc->l + par_l; in zbx_token_parse_function()
3553 func_param->r = func_loc->l + par_r; in zbx_token_parse_function()
3585 zbx_strloc_t func_loc, func_param; in zbx_token_parse_func_macro() local
3596 ptr = expression + func_loc.r + 1; in zbx_token_parse_func_macro()
3616 data->macro.r = func_loc.l - 2; in zbx_token_parse_func_macro()
3618 data->func = func_loc; in zbx_token_parse_func_macro()
3654 zbx_strloc_t key_loc, func_loc, func_param; in zbx_token_parse_simple_macro_key() local
3684 ptr = expression + func_loc.r + 1; in zbx_token_parse_simple_macro_key()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/ngs-c++/
H A Dtesty-the-bear.cpp89 ctx_t ctx_recover ( KCtx * new_ctx, const KFuncLoc * func_loc, uint32_t rsrc_bits ) in ctx_recover() argument
100 fake_ctx . loc = func_loc; in ctx_recover()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/ngs-c++/
H A Dtesty-the-bear.cpp89 ctx_t ctx_recover ( KCtx * new_ctx, const KFuncLoc * func_loc, uint32_t rsrc_bits ) in ctx_recover() argument
100 fake_ctx . loc = func_loc; in ctx_recover()
/dports/security/py-angr/angr-9.0.5405/angr/analyses/propagator/
H A Dpropagator.py452 func_loc = CodeLocation(self._function.addr, None)
453 self.kb.propagations.update(func_loc, self.replacements)
464 func_loc = CodeLocation(self._function.addr, None)
465 replacements = self.kb.propagations.get(func_loc)
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/libs/zbxcommon/
H A Dstr.c3863 func_loc->l = func - expression; in zbx_token_parse_function()
3864 func_loc->r = func_loc->l + par_r; in zbx_token_parse_function()
3866 func_param->l = func_loc->l + par_l; in zbx_token_parse_function()
3867 func_param->r = func_loc->l + par_r; in zbx_token_parse_function()
3899 zbx_strloc_t func_loc, func_param; in zbx_token_parse_func_macro() local
3910 ptr = expression + func_loc.r + 1; in zbx_token_parse_func_macro()
3930 data->macro.r = func_loc.l - 2; in zbx_token_parse_func_macro()
3932 data->func = func_loc; in zbx_token_parse_func_macro()
3968 zbx_strloc_t key_loc, func_loc, func_param; in zbx_token_parse_simple_macro_key() local
3998 ptr = expression + func_loc.r + 1; in zbx_token_parse_simple_macro_key()
[all …]
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/libs/zbxcommon/
H A Dstr.c3863 func_loc->l = func - expression; in zbx_token_parse_function()
3864 func_loc->r = func_loc->l + par_r; in zbx_token_parse_function()
3866 func_param->l = func_loc->l + par_l; in zbx_token_parse_function()
3867 func_param->r = func_loc->l + par_r; in zbx_token_parse_function()
3899 zbx_strloc_t func_loc, func_param; in zbx_token_parse_func_macro() local
3910 ptr = expression + func_loc.r + 1; in zbx_token_parse_func_macro()
3930 data->macro.r = func_loc.l - 2; in zbx_token_parse_func_macro()
3932 data->func = func_loc; in zbx_token_parse_func_macro()
3968 zbx_strloc_t key_loc, func_loc, func_param; in zbx_token_parse_simple_macro_key() local
3998 ptr = expression + func_loc.r + 1; in zbx_token_parse_simple_macro_key()
[all …]
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/libs/zbxcommon/
H A Dstr.c3863 func_loc->l = func - expression; in zbx_token_parse_function()
3864 func_loc->r = func_loc->l + par_r; in zbx_token_parse_function()
3866 func_param->l = func_loc->l + par_l; in zbx_token_parse_function()
3867 func_param->r = func_loc->l + par_r; in zbx_token_parse_function()
3899 zbx_strloc_t func_loc, func_param; in zbx_token_parse_func_macro() local
3910 ptr = expression + func_loc.r + 1; in zbx_token_parse_func_macro()
3930 data->macro.r = func_loc.l - 2; in zbx_token_parse_func_macro()
3932 data->func = func_loc; in zbx_token_parse_func_macro()
3968 zbx_strloc_t key_loc, func_loc, func_param; in zbx_token_parse_simple_macro_key() local
3998 ptr = expression + func_loc.r + 1; in zbx_token_parse_simple_macro_key()
[all …]
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/libs/zbxcommon/
H A Dstr.c3863 func_loc->l = func - expression; in zbx_token_parse_function()
3864 func_loc->r = func_loc->l + par_r; in zbx_token_parse_function()
3866 func_param->l = func_loc->l + par_l; in zbx_token_parse_function()
3867 func_param->r = func_loc->l + par_r; in zbx_token_parse_function()
3899 zbx_strloc_t func_loc, func_param; in zbx_token_parse_func_macro() local
3910 ptr = expression + func_loc.r + 1; in zbx_token_parse_func_macro()
3930 data->macro.r = func_loc.l - 2; in zbx_token_parse_func_macro()
3932 data->func = func_loc; in zbx_token_parse_func_macro()
3968 zbx_strloc_t key_loc, func_loc, func_param; in zbx_token_parse_simple_macro_key() local
3998 ptr = expression + func_loc.r + 1; in zbx_token_parse_simple_macro_key()
[all …]
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/libs/zbxcommon/
H A Dstr.c3863 func_loc->l = func - expression; in zbx_token_parse_function()
3864 func_loc->r = func_loc->l + par_r; in zbx_token_parse_function()
3866 func_param->l = func_loc->l + par_l; in zbx_token_parse_function()
3867 func_param->r = func_loc->l + par_r; in zbx_token_parse_function()
3899 zbx_strloc_t func_loc, func_param; in zbx_token_parse_func_macro() local
3910 ptr = expression + func_loc.r + 1; in zbx_token_parse_func_macro()
3930 data->macro.r = func_loc.l - 2; in zbx_token_parse_func_macro()
3932 data->func = func_loc; in zbx_token_parse_func_macro()
3968 zbx_strloc_t key_loc, func_loc, func_param; in zbx_token_parse_simple_macro_key() local
3998 ptr = expression + func_loc.r + 1; in zbx_token_parse_simple_macro_key()
[all …]
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/libs/zbxcommon/
H A Dstr.c4035 func_loc->l = func - expression; in token_parse_function()
4036 func_loc->r = func_loc->l + par_r; in token_parse_function()
4038 func_param->l = func_loc->l + par_l; in token_parse_function()
4039 func_param->r = func_loc->l + par_r; in token_parse_function()
4071 zbx_strloc_t func_loc, func_param; in token_parse_func_macro() local
4082 ptr = expression + func_loc.r + 1; in token_parse_func_macro()
4102 data->macro.r = func_loc.l - 2; in token_parse_func_macro()
4104 data->func = func_loc; in token_parse_func_macro()
4140 zbx_strloc_t key_loc, func_loc, func_param; in token_parse_simple_macro_key() local
4170 ptr = expression + func_loc.r + 1; in token_parse_simple_macro_key()
[all …]

12