Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_getaranges.c86 const unsigned char *readendp in dwarf_getaranges() local
89 while (readp < readendp) in dwarf_getaranges()
110 if (unlikely (readp + 4 > readendp)) in dwarf_getaranges()
117 if (unlikely (readp + 8 > readendp)) in dwarf_getaranges()
127 if (unlikely (readp + 2 > readendp)) in dwarf_getaranges()
152 if (readp + 2 > readendp) in dwarf_getaranges()
177 if (readp + address_size > readendp) in dwarf_getaranges()
Ddwarf_getlocation.c810 const unsigned char *readendp = locs->d_buf + locs->d_size; in getlocations_addr() local
817 &readp, readendp, in getlocations_addr()
835 if (readendp - readp < 2) in getlocations_addr()
845 if (readendp - readp < 1) in getlocations_addr()
847 get_uleb128 (block.length, readp, readendp); in getlocations_addr()
850 if (readendp - readp < (ptrdiff_t) block.length) in getlocations_addr()
Ddwarf_ranges.c503 const unsigned char *readendp; in dwarf_ranges() local
537 readendp = d->d_buf + d->d_size; in dwarf_ranges()
544 &readp, readendp, in dwarf_ranges()
DlibdwP.h1077 const unsigned char *readendp; in str_offsets_base_off() local
1079 readendp = (const unsigned char *) data->d_buf + data->d_size; in str_offsets_base_off()
1087 if (unlikely (readendp - readp < 8)) in str_offsets_base_off()
1098 if (readendp - readp < 4 in str_offsets_base_off()
1100 || (uint64_t) (readendp - readp) < unit_length) in str_offsets_base_off()
/external/elfutils/src/
Dreadelf.c5184 const unsigned char *readendp = ((const unsigned char *) data->d_buf in print_debug_addr_section() local
5187 while (readp < readendp) in print_debug_addr_section()
5215 next_unitp = readendp; in print_debug_addr_section()
5237 next_unitp = readendp; in print_debug_addr_section()
5246 next_unitp = readendp; in print_debug_addr_section()
5267 next_unitp = readendp; in print_debug_addr_section()
5289 if (unlikely (readp > readendp - 8)) in print_debug_addr_section()
5305 if (readp > readendp - 4 in print_debug_addr_section()
5307 || unit_length > (uint64_t) (readendp - readp)) in print_debug_addr_section()
5476 const unsigned char *readendp = readp + data->d_size; in print_debug_aranges_section() local
[all …]
DChangeLog704 * readelf.c (print_form_data): Don't reuse readp and readendp when