Home
last modified time | relevance | path

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

/external/elfutils/src/
Dreadelf.c5128 const unsigned char *next_unitp; in print_debug_addr_section() local
5141 next_unitp = readendp; in print_debug_addr_section()
5163 next_unitp = readendp; in print_debug_addr_section()
5166 next_unitp = start + listptr->offset; in print_debug_addr_section()
5172 next_unitp = readendp; in print_debug_addr_section()
5187 next_unitp = start + next_off; in print_debug_addr_section()
5193 next_unitp = readendp; in print_debug_addr_section()
5196 unit_length = (uint64_t) (next_unitp - readp); in print_debug_addr_section()
5236 next_unitp = readp + unit_length; in print_debug_addr_section()
5277 size_t addresses = (next_unitp - readp) / address_size; in print_debug_addr_section()
[all …]
DChangeLog341 (next_unitp - readp) in case we don't have a real header.