• Home
  • Raw
  • Download

Lines Matching refs:colno

7928 	  int lineno, colno;  in print_decoded_line_section()  local
7934 dwarf_linecol (line, &colno); in print_decoded_line_section()
7946 lineno, colno, in print_decoded_line_section()
11261 print_core_item (unsigned int colno, char sep, unsigned int wrap, in print_core_item() argument
11278 if (colno == 0) in print_core_item()
11281 colno = ITEM_INDENT + n; in print_core_item()
11283 else if (colno + 2 + n < wrap) in print_core_item()
11286 colno += 2 + n; in print_core_item()
11291 colno = ITEM_INDENT + n; in print_core_item()
11298 return colno; in print_core_item()
11334 unsigned int colno, size_t *repeated_size) in handle_core_item() argument
11388 colno = print_core_item (colno, ',', WRAP_COLUMN, \ in handle_core_item()
11404 colno = print_core_item (colno, ',', WRAP_COLUMN, \ in handle_core_item()
11481 colno = print_core_item (colno, ',', WRAP_COLUMN, 0, item->name, in handle_core_item()
11519 colno = print_core_item (colno, ',', WRAP_COLUMN, 0, item->name, in handle_core_item()
11525 colno = print_core_item (colno, ',', WRAP_COLUMN, 0, item->name, in handle_core_item()
11530 colno = print_core_item (colno, ',', WRAP_COLUMN, 0, item->name, in handle_core_item()
11558 colno = WRAP_COLUMN; in handle_core_item()
11572 return colno; in handle_core_item()
11610 unsigned int colno = 0; in handle_core_items() local
11621 colno = handle_core_item (core, items, desc, colno, &size); in handle_core_items()
11624 return colno; in handle_core_items()
11656 colno = handle_core_item (core, *item, desc, colno, NULL); in handle_core_items()
11659 colno = WRAP_COLUMN; in handle_core_items()
11695 return colno; in handle_core_items()
11700 unsigned int colno) in handle_bit_registers() argument
11705 return colno; in handle_bit_registers()
11712 unsigned int colno) in handle_core_register() argument
11715 return handle_bit_registers (regloc, desc, colno); in handle_core_register()
11748 colno = print_core_item (colno, ' ', WRAP_COLUMN, \ in handle_core_register()
11752 colno = print_core_item (colno, ' ', WRAP_COLUMN, \ in handle_core_register()
11763 colno = print_core_item (colno, ' ', WRAP_COLUMN, in handle_core_register()
11794 colno = print_core_item (colno, ' ', WRAP_COLUMN, in handle_core_register()
11803 return colno; in handle_core_register()
11914 unsigned int colno = 0; in handle_core_registers() local
11930 colno = handle_core_register (ebl, core, maxname, in handle_core_registers()
11931 reg->regloc, desc, colno); in handle_core_registers()
11934 colno = WRAP_COLUMN; in handle_core_registers()
11937 return colno; in handle_core_registers()
12179 unsigned int colno = handle_core_items (ebl->elf, desc, in handle_core_note() local
12182 if (colno != 0) in handle_core_note()
12185 colno = handle_core_registers (ebl, ebl->elf, desc + regs_offset, in handle_core_note()
12187 if (colno != 0) in handle_core_note()