Home
last modified time | relevance | path

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

/external/elfutils/src/
Dreadelf.c8476 unsigned int colno, size_t *repeated_size) in handle_core_item() argument
8503 if (repeated_size != NULL) in handle_core_item()
8505 if (*repeated_size > size && (item->format == 'b' || item->format == 'B')) in handle_core_item()
8507 data = alloca (*repeated_size); in handle_core_item()
8508 count *= *repeated_size / size; in handle_core_item()
8510 *repeated_size -= convsize; in handle_core_item()
8513 *repeated_size -= size; in handle_core_item()
8679 assert (repeated_size != NULL); in handle_core_item()
8681 if (unlikely (item->offset >= *repeated_size)) in handle_core_item()
8685 size = *repeated_size - item->offset; in handle_core_item()
[all …]