Searched refs:lineendp (Results 1 – 3 of 3) sorted by relevance
83 const unsigned char *linep, const unsigned char *lineendp, in read_srclines() argument98 if (unlikely (linep + 4 > lineendp)) in read_srclines()109 if (unlikely (linep + 8 > lineendp)) in read_srclines()116 if (unlikely (unit_length > (size_t) (lineendp - linep) in read_srclines()119 lineendp = linep + unit_length; in read_srclines()144 if (unlikely (lineendp - linep < 5)) in read_srclines()167 if (unlikely (lineendp - linep < opcode_base - 1)) in read_srclines()194 uint8_t *endp = memchr (linep, '\0', lineendp - linep); in read_srclines()226 if (unlikely (linep >= lineendp)) in read_srclines()235 uint8_t *endp = memchr (fname, '\0', lineendp - linep); in read_srclines()[all …]
58 get_uleb128 with lineendp.
6381 const unsigned char *lineendp; in print_debug_line_section() local6384 < (lineendp = (const unsigned char *) data->d_buf + data->d_size)) in print_debug_line_section()6390 if (unlikely (linep + 4 > lineendp)) in print_debug_line_section()6396 if (unlikely (linep + 8 > lineendp)) in print_debug_line_section()6408 if (unlikely (unit_length > (size_t) (lineendp - linep) in print_debug_line_section()6411 lineendp = linep + unit_length; in print_debug_line_section()6462 if (unlikely (linep + opcode_base - 1 >= lineendp)) in print_debug_line_section()6469 linep = lineendp; in print_debug_line_section()6486 if (unlikely (linep >= lineendp)) in print_debug_line_section()6492 unsigned char *endp = memchr (linep, '\0', lineendp - linep); in print_debug_line_section()[all …]