Lines Matching defs:verbose
76 static void dump_header(FILE *fp, struct bifrost_header header, bool verbose)
441 static void dump_clause(FILE *fp, uint32_t *words, unsigned *size, unsigned offset, bool verbose)
452 if (verbose) {
475 if (verbose) {
642 if (verbose) {
648 dump_header(fp, header, verbose);
663 if (verbose) {
678 if (verbose) {
689 void disassemble_bifrost(FILE *fp, uint8_t *code, size_t size, bool verbose)
704 dump_clause(fp, words, &size, offset, verbose);