Home
last modified time | relevance | path

Searched defs:ins (Results 1 – 25 of 44) sorted by relevance

12

/dflybsd-src/sys/cpu/x86_64/include/
H A Ddb_machdep.h74 #define inst_trap_return(ins) (((ins)&0xff) == I_IRET) argument
75 #define inst_return(ins) (((ins)&0xff) == I_RET) argument
76 #define inst_call(ins) (((ins)&0xff) == I_CALL || \ argument
79 #define inst_load(ins) 0 argument
80 #define inst_store(ins) 0 argument
/dflybsd-src/sys/ddb/
H A Ddb_run.c131 db_expr_t ins = db_get_value(pc, sizeof(int), FALSE); in db_stop_at_pc() local
154 db_expr_t ins = db_get_value(pc, sizeof(int), FALSE); in db_stop_at_pc() local
/dflybsd-src/contrib/binutils-2.34/gold/
H A Dstringpool.cc257 Insert_type ins = this->string_set_.insert(element); in add_with_length() local
299 Insert_type ins = this->string_set_.insert(element); in add_with_length() local
H A Dcref.cc269 std::pair<Cref_table::iterator, bool> ins = in gather_cref() local
H A Dattributes.cc174 std::pair<Other_attributes::iterator, bool> ins = in new_attribute() local
H A Dmerge.cc364 std::pair<Merge_data_hashtable::iterator, bool> ins = in do_add_input_section() local
H A Ddynobj.cc1557 std::pair<Version_table::iterator, bool> ins = in add_def() local
1601 std::pair<Version_table::iterator, bool> ins = in add_need() local
H A Dfileread.cc445 std::pair<Views::iterator, bool> ins = in add_view() local
H A Darchive.cc646 std::pair<Nested_archive_table::iterator, bool> ins = in get_file_and_offset() local
/dflybsd-src/contrib/binutils-2.27/gold/
H A Dstringpool.cc257 Insert_type ins = this->string_set_.insert(element); in add_with_length() local
299 Insert_type ins = this->string_set_.insert(element); in add_with_length() local
H A Dcref.cc265 std::pair<Cref_table::iterator, bool> ins = in gather_cref() local
H A Dattributes.cc174 std::pair<Other_attributes::iterator, bool> ins = in new_attribute() local
H A Dmerge.cc364 std::pair<Merge_data_hashtable::iterator, bool> ins = in do_add_input_section() local
H A Ddynobj.cc1558 std::pair<Version_table::iterator, bool> ins = in add_def() local
1607 std::pair<Version_table::iterator, bool> ins = in add_need() local
H A Dfileread.cc445 std::pair<Views::iterator, bool> ins = in add_view() local
H A Darchive.cc646 std::pair<Nested_archive_table::iterator, bool> ins = in get_file_and_offset() local
H A Dobject.cc2146 std::pair<typename Local_plt_offsets::iterator, bool> ins = in set_local_plt_offset() local
2982 std::pair<Unordered_map<std::string, Object*>::iterator, bool> ins = in add_object() local
/dflybsd-src/sys/bus/ppbus/
H A Dppb_msq.c192 int param, ins, arg, type; in ppb_MS_init_msq() local
H A Dppb_msq.h53 #define MS_PARAM(ins,arg,typ) \ argument
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dhash-map.h173 bool ins = Traits::is_empty (*e); in class() local
H A Dcaller-save.c910 rtx_insn *ins, *prev; in save_call_clobbered_regs() local
/dflybsd-src/sys/net/pf/
H A Dpf_osfp.c500 pf_osfp_insert(struct pf_osfp_list *list, struct pf_os_fingerprint *ins) in pf_osfp_insert()
/dflybsd-src/sys/kern/
H A Dsubr_taskqueue.c193 struct task *ins; in taskqueue_enqueue_locked() local
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcaller-save.c874 rtx ins, prev; in save_call_clobbered_regs() local
/dflybsd-src/contrib/ncurses/ncurses/tty/
H A Dtty_update.c1945 scroll_idl(NCURSES_SP_DCLx int n, int del, int ins, NCURSES_CH_T blank) in scroll_idl()

12