Searched refs:readendp (Results 1 - 5 of 5) sorted by relevance
/third_party/elfutils/libdw/ |
H A D | dwarf_getaranges.c | 86 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()
|
H A D | dwarf_getlocation.c | 830 const unsigned char *readendp = locs->d_buf + locs->d_size; in getlocations_addr() local 837 &readp, readendp, in getlocations_addr() 855 if (readendp - readp < 2) in getlocations_addr() 865 if (readendp - readp < 1) in getlocations_addr() 867 get_uleb128 (block.length, readp, readendp); in getlocations_addr() 870 if (readendp - readp < (ptrdiff_t) block.length) in getlocations_addr()
|
H A D | libdwP.h | 1090 const unsigned char *readendp; in str_offsets_base_off() local 1092 readendp = (const unsigned char *) data->d_buf + data->d_size; in str_offsets_base_off() 1100 if (unlikely (readendp - readp < 8)) in str_offsets_base_off() 1111 if (readendp - readp < 4 in str_offsets_base_off() 1113 || (uint64_t) (readendp - readp) < unit_length) in str_offsets_base_off()
|
H A D | dwarf_ranges.c | 503 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()
|
/third_party/elfutils/src/ |
H A D | readelf.c | 5354 const unsigned char *readendp = ((const unsigned char *) data->d_buf in print_debug_addr_section() local 5357 while (readp < readendp) in print_debug_addr_section() 5385 next_unitp = readendp; in print_debug_addr_section() 5407 next_unitp = readendp; in print_debug_addr_section() 5416 next_unitp = readendp; in print_debug_addr_section() 5437 next_unitp = readendp; in print_debug_addr_section() 5459 if (unlikely (readp > readendp - 8)) in print_debug_addr_section() 5475 if (readp > readendp - 4 in print_debug_addr_section() 5477 || unit_length > (uint64_t) (readendp - readp)) in print_debug_addr_section() 5646 const unsigned char *readendp in print_debug_aranges_section() local 7792 const unsigned char *readendp = readp + block.length; attr_callback() local 8314 print_form_data(Dwarf *dbg, int form, const unsigned char *readp, const unsigned char *readendp, unsigned int offset_len, Dwarf_Off str_offsets_base) print_form_data() argument 10110 const unsigned char *readendp = readp + data->d_size; print_debug_macinfo_section() local 10255 const unsigned char *readendp = readp + data->d_size; print_debug_macro_section() local 10679 const unsigned char *readendp = ((const unsigned char *) data->d_buf print_debug_str_offsets_section() local [all...] |
Completed in 15 milliseconds