Home
last modified time | relevance | path

Searched refs:print_core_item (Results 1 – 2 of 2) sorted by relevance

/third_party/elfutils/src/
Dreadelf.c11741 print_core_item (unsigned int colno, char sep, unsigned int wrap, in print_core_item() function
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()
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()
[all …]
DChangeLog2989 (print_core_item): Remove parameter format_max. Update function
2992 calls of print_core_item, remove variable maxfmt, change
2995 calls of print_core_item, change REGISTER_WRAP_COLUMN to WRAP_COLUMN.
4384 (handle_core_register): Use print_core_item instead.
4392 (print_core_item): New function.