Home
last modified time | relevance | path

Searched defs:stmt_idx (Results 1 – 25 of 74) sorted by relevance

123

/dports/security/py-angr/angr-9.0.5405/angr/analyses/
H A Dbackward_slice.py204 def is_taint_related_to_ip(self, simrun_addr, stmt_idx, taint_type, simrun_whitelist=None): argument
247 …def is_taint_impacting_stack_pointers(self, simrun_addr, stmt_idx, taint_type, simrun_whitelist=No… argument
594 def _pick_statement(self, block_address, stmt_idx): argument
612 def _pick_exit(self, block_address, stmt_idx, target_ips): argument
648 def _normalize_stmt_idx(self, block_addr, stmt_idx): argument
/dports/security/py-angr/angr-9.0.5405/angr/analyses/decompiler/
H A Dail_simplifier.py231 …def _replace_expr_and_update_block(self, block, stmt_idx, stmt, the_def, src_expr, dst_expr) -> bo… argument
307 … def _handle_callexpr(expr_idx, expr, stmt_idx, stmt, block): # pylint:disable=unused-argument argument
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/analyzer/
H A Dprogram-point.h74 unsigned stmt_idx, in function_point()
142 unsigned stmt_idx) in before_stmt()
278 unsigned stmt_idx, in before_stmt()
H A Dstate-purge.cc242 unsigned int stmt_idx = supernode->get_stmt_index (use_stmt); in before_use_stmt() local
515 unsigned int stmt_idx = supernode->get_stmt_index (stmt); in add_stmt_annotations() local
/dports/devel/avr-gcc/gcc-10.2.0/gcc/analyzer/
H A Dprogram-point.h74 unsigned stmt_idx, in function_point()
142 unsigned stmt_idx) in before_stmt()
278 unsigned stmt_idx, in before_stmt()
H A Dstate-purge.cc242 unsigned int stmt_idx = supernode->get_stmt_index (use_stmt); in before_use_stmt() local
515 unsigned int stmt_idx = supernode->get_stmt_index (stmt); in add_stmt_annotations() local
/dports/lang/gcc10/gcc-10.3.0/gcc/analyzer/
H A Dprogram-point.h74 unsigned stmt_idx, in function_point()
142 unsigned stmt_idx) in before_stmt()
278 unsigned stmt_idx, in before_stmt()
H A Dstate-purge.cc242 unsigned int stmt_idx = supernode->get_stmt_index (use_stmt); in before_use_stmt() local
515 unsigned int stmt_idx = supernode->get_stmt_index (stmt); in add_stmt_annotations() local
/dports/security/py-pyvex/pyvex-9.0.5405/pyvex_c/
H A Dpyvex.h23 Int stmt_idx; member
38 Int stmt_idx; member
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/analyzer/
H A Dprogram-point.h116 unsigned stmt_idx) in before_stmt()
270 unsigned stmt_idx, in before_stmt()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/analyzer/
H A Dprogram-point.h116 unsigned stmt_idx) in before_stmt()
270 unsigned stmt_idx, in before_stmt()
H A Dstate-purge.cc251 unsigned int stmt_idx = supernode->get_stmt_index (use_stmt); in before_use_stmt() local
524 unsigned int stmt_idx = supernode->get_stmt_index (stmt); in add_stmt_annotations() local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/analyzer/
H A Dprogram-point.h116 unsigned stmt_idx) in before_stmt()
270 unsigned stmt_idx, in before_stmt()
H A Dstate-purge.cc251 unsigned int stmt_idx = supernode->get_stmt_index (use_stmt); in before_use_stmt() local
524 unsigned int stmt_idx = supernode->get_stmt_index (stmt); in add_stmt_annotations() local
/dports/lang/gcc11/gcc-11.2.0/gcc/analyzer/
H A Dprogram-point.h116 unsigned stmt_idx) in before_stmt()
270 unsigned stmt_idx, in before_stmt()
H A Dstate-purge.cc251 unsigned int stmt_idx = supernode->get_stmt_index (use_stmt); in before_use_stmt() local
524 unsigned int stmt_idx = supernode->get_stmt_index (stmt); in add_stmt_annotations() local
/dports/security/py-angr/angr-9.0.5405/tests/
H A Dtest_ddg_global_var_dependencies.py53 def get_ddg_node(ddg, block_addr, stmt_idx): argument
/dports/security/py-pyvex/pyvex-9.0.5405/pyvex/
H A Ddata_ref.py27 def __init__(self, data_addr, data_size, data_type, stmt_idx, ins_addr): argument
/dports/security/py-angr/angr-9.0.5405/angr/engines/soot/
H A Dengine.py135 def _handle_soot_stmt(self, state, successors, stmt_idx, stmt): argument
243 def _get_next_linear_instruction(state, stmt_idx): argument
/dports/security/py-angr/angr-9.0.5405/angr/knowledge_plugins/functions/
H A Dfunction_manager.py114 …(self, function_addr, from_node, to_addr, retn_node=None, syscall=None, stmt_idx=None, ins_addr=No… argument
189 …def _add_transition_to(self, function_addr, from_node, to_node, ins_addr=None, stmt_idx=None, is_e… argument
198 stmt_idx=None, is_exception=False): argument
/dports/security/py-angr/angr-9.0.5405/angr/engines/vex/light/
H A Dslicing.py38 def _check_vex_slice(self, stmt_idx): argument
/dports/security/py-angr/angr-9.0.5405/angr/protos/
H A Dprimitives.proto42 int32 stmt_idx = 9; // Index of the statement where this reference is. field
118 int64 stmt_idx = 6; // ID of the source statement field
/dports/security/py-angr/angr-9.0.5405/angr/analyses/variable_recovery/
H A Dannotations.py30 def __init__(self, block_addr, stmt_idx, ins_addr): argument
/dports/security/py-angr/angr-9.0.5405/angr/knowledge_plugins/variables/
H A Dvariable_manager.py205 def find_variable_by_stmt(self, block_addr, stmt_idx, sort): argument
231 def find_variable_by_atom(self, block_addr, stmt_idx, atom): argument
234 def find_variables_by_atom(self, block_addr, stmt_idx, atom) -> Set[Tuple[SimVariable, int]]: argument
/dports/security/py-angr/angr-9.0.5405/angr/knowledge_plugins/xrefs/
H A Dxref.py15 …def __init__(self, ins_addr=None, block_addr=None, stmt_idx=None, insn_op_idx=None, memory_data=No… argument

123