Searched refs:print_core_item (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/src/ |
D | readelf.c | 11261 print_core_item (unsigned int colno, char sep, unsigned int wrap, in print_core_item() function 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() 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() [all …]
|
D | ChangeLog | 2301 (print_core_item): Remove parameter format_max. Update function 2304 calls of print_core_item, remove variable maxfmt, change 2307 calls of print_core_item, change REGISTER_WRAP_COLUMN to WRAP_COLUMN. 3696 (handle_core_register): Use print_core_item instead. 3704 (print_core_item): New function.
|