代码搜索结果
找到约 10,000 项符合
I 的代码
ints.i
// Kernel-only symbols
%ignore init_predefs;
%ignore term_predefs;
%include "ints.i"
pro.i
%ignore print_all_counters;
%include "pro.h"
funcs.i
%cstring_bounded_output_none(char *buf, MAXSTR);
%cstring_bounded_output_none(char *optlibs, MAXSTR);
// FIXME: These should probably be fixed
%ignore iterate_func_chunks;
%ignore get_idasgn_des
expr.i
%ignore extfun_t;
%ignore funcset_t;
%ignore IDCFuncs;
%ignore set_idc_func;
%ignore VarLong;
%ignore VarNum;
%ignore VarString;
%ignore VarFloat;
%ignore VarFree;
%ignore calcexpr_long;
%ig
diskio.i
// TODO: These could be wrapped
%<mark>i</mark>gnore enumerate_f<mark>i</mark>les;
%<mark>i</mark>gnore enumerate_system_f<mark>i</mark>les;
%<mark>i</mark>gnore <mark>i</mark>oport_b<mark>i</mark>t_t;
%<mark>i</mark>gnore <mark>i</mark>oport_b<mark>i</mark>ts_t;
%<mark>i</mark>gnore <mark>i</mark>oport_t;
%<mark>i</mark>gnore read_<mark>i</mark>oports;
%<mark>i</mark>gnore choose_<mark>i</mark>op ...
dbg.i
// SWIG chokes on the original declaration so it is replicated here
typedef struct
{
ulonglong ival; // 8: integer value
ushort fval[6]; // 12: floating point value in the interna
entry.i
%ignore init_entries;
%ignore term_entries;
%ignore move_entries;
%ignore set_entry_name;
%include "entry.hpp"
struct.i
// Kernel-only symbols
%ignore init_struc;
%ignore save_struc;
%ignore term_struc;
%feature("compactdefaultargs") add_struc;
%include "struct.hpp"
// Add a get_member() member function to st
kernwin.i
%include "typemaps.i"
// Make askaddr(), askseg(), and asklong() return a
// tuple: (result, value)
%apply unsigned long *INOUT { sval_t *value };
%rename (_asklong) asklong;
%apply unsigned lo
allins.i
// Ignore the unnedded externals
%ignore Instructions;
// This makes SWIG ignore the size def for the Intel enum
#define ENUM_SIZE(x)
%include "allins.hpp"