Searched defs:opcodes (Results 1 – 6 of 6) sorted by relevance
| /tools/bpf/bpftool/ |
| D | xlated_dumper.c | 219 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()
|
| D | cfg.c | 385 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()
|
| D | main.h | 186 int disasm_print_insn(unsigned char *image, ssize_t len, int opcodes, in disasm_print_insn()
|
| D | jit_disasm.c | 337 int disasm_print_insn(unsigned char *image, ssize_t len, int opcodes, in disasm_print_insn()
|
| D | prog.c | 702 char *filepath, bool opcodes, bool visual, bool linum) in prog_dump() 887 bool opcodes = false; in do_dump() local
|
| /tools/bpf/ |
| D | bpf_jit_disasm.c | 53 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
|