2007-10-20 09:03:51 +02:00
|
|
|
// Ignore kernel-only functions and variables
|
|
|
|
%ignore create_xrefs_from;
|
|
|
|
%ignore create_xrefs_from_data;
|
|
|
|
%ignore delete_all_xrefs_from;
|
|
|
|
%ignore delete_data_xrefs_from;
|
|
|
|
%ignore delete_code_xrefs_from;
|
|
|
|
%ignore destroy_if_align;
|
|
|
|
%ignore lastXR;
|
|
|
|
%ignore has_jump_or_flow_xref;
|
|
|
|
%ignore has_call_xref;
|
|
|
|
%ignore destroy_switch_info;
|
2010-06-28 14:36:40 +02:00
|
|
|
%ignore create_switch_xrefs;
|
|
|
|
%ignore create_switch_table;
|
2007-10-20 09:03:51 +02:00
|
|
|
|
|
|
|
// These functions should not be called directly (according to docs)
|
|
|
|
%ignore xrefblk_t_first_from;
|
|
|
|
%ignore xrefblk_t_next_from;
|
|
|
|
%ignore xrefblk_t_first_to;
|
|
|
|
%ignore xrefblk_t_next_to;
|
|
|
|
|
|
|
|
// 'from' is a reserved Python keyword
|
|
|
|
%rename (frm) from;
|
|
|
|
|
|
|
|
%include "xref.hpp"
|