Home
last modified time | relevance | path

Searched defs:opcodes (Results 1 – 6 of 6) sorted by relevance

/tools/bpf/bpftool/
Dxlated_dumper.c219 bool opcodes, bool linum) in dump_xlated_json()
304 bool opcodes, bool linum) in dump_xlated_plain()
369 bool opcodes, bool linum) in dump_xlated_for_graph()
Dcfg.c385 bool opcodes, bool linum) in draw_bb_node()
434 bool opcodes, bool linum) in func_output_bb_def()
460 cfg_dump(struct cfg *cfg, struct dump_data *dd, bool opcodes, bool linum) in cfg_dump()
476 bool opcodes, bool linum) in dump_xlated_cfg()
Dmain.h186 int disasm_print_insn(unsigned char *image, ssize_t len, int opcodes, in disasm_print_insn()
Djit_disasm.c337 int disasm_print_insn(unsigned char *image, ssize_t len, int opcodes, in disasm_print_insn()
Dprog.c702 char *filepath, bool opcodes, bool visual, bool linum) in prog_dump()
887 bool opcodes = false; in do_dump() local
/tools/bpf/
Dbpf_jit_disasm.c53 static void get_asm_insns(uint8_t *image, size_t len, int opcodes) in get_asm_insns()
266 unsigned int len, klen, opt, opcodes = 0; in main() local