Searched refs:handle_core_item (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/src/ |
D | ChangeLog | 1618 * readelf.c (handle_core_item): Likewise, but use alloca 1676 * readelf.c (handle_core_item): Handle right shift >= 32 bits. 2229 * readelf.c (handle_core_item): Make sure variable length array 2503 * readelf.c (handle_core_item) <'h'>: New branch for handling 2709 (handle_core_item): Remove the FORMAT_MAX values in TYPES, DO_TYPE, 2717 * readelf.c (handle_core_item) <b>: Make run an outer block variable. 3230 * readelf.c (handle_core_item): Fix bitmask printing. 3293 (handle_core_item): Handle .format of '\n' as \n-separated strings. 3624 * readelf.c (handle_core_item): Handle 'B' type for 1-origin bitset. 3628 (handle_core_register, handle_core_item): Update callers. [all …]
|
D | readelf.c | 11560 handle_core_item (Elf *core, const Ebl_Core_Item *item, const void *desc, in handle_core_item() function 11848 colno = handle_core_item (core, items, desc, colno, &size); in handle_core_items() 11883 colno = handle_core_item (core, *item, desc, colno, NULL); in handle_core_items()
|