Home
last modified time | relevance | path

Searched refs:CmdType (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DCommand.h43 enum CmdType enum
227 const CmdType token; // command key
241 static CmdType get_command (char *cmd, int &arg_count, int &param);
242 static const char *get_cmd_str (CmdType type);
267 DispTab (int ntype, int num, bool vis, CmdType token) in DispTab()
282 CmdType cmdtoken; // command token
H A Dgp-print.h71 void proc_cmd (CmdType cmd_type, int cparam, char *arg1, char *arg2,
86 void filter_list (CmdType cmd_type);
92 void print_gprof (CmdType cmd_type, char *func_name, char *sel);
93 void print_ctree (CmdType cmd_type);
H A Dgp-display-src.cc59 void proc_cmd (CmdType cmd_type, bool first, char *arg1,
245 er_src::proc_cmd (CmdType cmd_type, bool first, char *arg1, in proc_cmd()
337 CmdType cmd_type; in run_args()
488 CmdType cmd_type = UNKNOWN_CMD; in check_args()
H A DCommand.cc235 CmdType
241 CmdType token = UNKNOWN_CMD; in get_command()
303 Command::get_cmd_str (CmdType type) in get_cmd_str()
342 enum CmdType nc; in print_help()
H A Dgp-display-text.cc256 CmdType cmd_type; in check_args()
576 CmdType cmd_type; in run()
688 CmdType cmd_type; in proc_script()
799 er_print::proc_cmd (CmdType cmd_type, int cparam, in proc_cmd()
1849 er_print::filter_list (CmdType cmd_type) in filter_list()
2347 er_print::print_gprof (CmdType cmd_type, char *func_name, char *sel) in print_gprof()
2424 er_print::print_ctree (CmdType cmd_type) in print_ctree()
H A DMachineModel.cc84 CmdType cmd_type; in load_mach_model()
H A DSettings.cc447 CmdType cmd_type; in set_rc()
1365 CmdType c = Command::get_command (tabname, arg_cnt, cparam); in proc_tabs()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DObject.cpp136 constructSegment(SegmentType &Seg, llvm::MachO::LoadCommandType CmdType, in constructSegment() argument
140 Seg.cmd = CmdType; in constructSegment()