Home
last modified time | relevance | path

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

/external/elfutils/src/
Dreadelf.c5202 const unsigned char *next_unitp; in print_debug_addr_section() local
5215 next_unitp = readendp; in print_debug_addr_section()
5237 next_unitp = readendp; in print_debug_addr_section()
5240 next_unitp = start + listptr->offset; in print_debug_addr_section()
5246 next_unitp = readendp; in print_debug_addr_section()
5261 next_unitp = start + next_off; in print_debug_addr_section()
5267 next_unitp = readendp; in print_debug_addr_section()
5270 unit_length = (uint64_t) (next_unitp - readp); in print_debug_addr_section()
5310 next_unitp = readp + unit_length; in print_debug_addr_section()
5351 size_t addresses = (next_unitp - readp) / address_size; in print_debug_addr_section()
[all …]
DChangeLog747 (next_unitp - readp) in case we don't have a real header.