• Home
  • Raw
  • Download

Lines Matching refs:colno

8274 	  int lineno, colno;  in print_decoded_line_section()  local
8280 dwarf_linecol (line, &colno); in print_decoded_line_section()
8292 lineno, colno, in print_decoded_line_section()
11741 print_core_item (unsigned int colno, char sep, unsigned int wrap, in print_core_item() argument
11758 if (colno == 0) in print_core_item()
11761 colno = ITEM_INDENT + n; in print_core_item()
11763 else if (colno + 2 + n < wrap) in print_core_item()
11766 colno += 2 + n; in print_core_item()
11771 colno = ITEM_INDENT + n; in print_core_item()
11778 return colno; in print_core_item()
11814 unsigned int colno, size_t *repeated_size) in handle_core_item() argument
11868 colno = print_core_item (colno, ',', WRAP_COLUMN, \ in handle_core_item()
11884 colno = print_core_item (colno, ',', WRAP_COLUMN, \ in handle_core_item()
11961 colno = print_core_item (colno, ',', WRAP_COLUMN, 0, item->name, in handle_core_item()
11999 colno = print_core_item (colno, ',', WRAP_COLUMN, 0, item->name, in handle_core_item()
12005 colno = print_core_item (colno, ',', WRAP_COLUMN, 0, item->name, in handle_core_item()
12010 colno = print_core_item (colno, ',', WRAP_COLUMN, 0, item->name, in handle_core_item()
12038 colno = WRAP_COLUMN; in handle_core_item()
12052 return colno; in handle_core_item()
12090 unsigned int colno = 0; in handle_core_items() local
12101 colno = handle_core_item (core, items, desc, colno, &size); in handle_core_items()
12104 return colno; in handle_core_items()
12136 colno = handle_core_item (core, *item, desc, colno, NULL); in handle_core_items()
12139 colno = WRAP_COLUMN; in handle_core_items()
12175 return colno; in handle_core_items()
12180 unsigned int colno) in handle_bit_registers() argument
12185 return colno; in handle_bit_registers()
12192 unsigned int colno) in handle_core_register() argument
12195 return handle_bit_registers (regloc, desc, colno); in handle_core_register()
12228 colno = print_core_item (colno, ' ', WRAP_COLUMN, \ in handle_core_register()
12232 colno = print_core_item (colno, ' ', WRAP_COLUMN, \ in handle_core_register()
12243 colno = print_core_item (colno, ' ', WRAP_COLUMN, in handle_core_register()
12274 colno = print_core_item (colno, ' ', WRAP_COLUMN, in handle_core_register()
12283 return colno; in handle_core_register()
12399 unsigned int colno = 0; in handle_core_registers() local
12415 colno = handle_core_register (ebl, core, maxname, in handle_core_registers()
12416 reg->regloc, desc, colno); in handle_core_registers()
12419 colno = WRAP_COLUMN; in handle_core_registers()
12422 return colno; in handle_core_registers()
12661 unsigned int colno = handle_core_items (ebl->elf, desc, in handle_core_note() local
12664 if (colno != 0) in handle_core_note()
12667 colno = handle_core_registers (ebl, ebl->elf, desc + regs_offset, in handle_core_note()
12669 if (colno != 0) in handle_core_note()