Home
last modified time | relevance | path

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

/external/elfutils/src/src/
DChangeLog275 * readelf.c (handle_core_item): Make sure variable length array
549 * readelf.c (handle_core_item) <'h'>: New branch for handling
755 (handle_core_item): Remove the FORMAT_MAX values in TYPES, DO_TYPE,
763 * readelf.c (handle_core_item) <b>: Make run an outer block variable.
1276 * readelf.c (handle_core_item): Fix bitmask printing.
1339 (handle_core_item): Handle .format of '\n' as \n-separated strings.
1670 * readelf.c (handle_core_item): Handle 'B' type for 1-origin bitset.
1674 (handle_core_register, handle_core_item): Update callers.
1675 (handle_core_item): Take new arg REPEATED_SIZE.
1677 let handle_core_item handle repeats if it wants to.
[all …]
Dreadelf.c8344 handle_core_item (Elf *core, const Ebl_Core_Item *item, const void *desc, in handle_core_item() function
8616 colno = handle_core_item (core, items, desc, colno, &size); in handle_core_items()
8651 colno = handle_core_item (core, *item, desc, colno, NULL); in handle_core_items()