OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lineendp
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/libdw/
dwarf_getsrclines.c
149
const uint8_t *
lineendp
= (dbg->sectiondata[IDX_debug_line]->d_buf
local
159
if (unlikely (linep + 4 >
lineendp
))
169
if (unlikely (linep + 8 >
lineendp
))
177
|| unlikely (linep + unit_length >
lineendp
))
179
lineendp
= linep + unit_length;
218
if (unlikely (linep >=
lineendp
))
244
uint8_t *endp = memchr (linep, '\0',
lineendp
- linep);
276
if (unlikely (linep >=
lineendp
))
285
uint8_t *endp = memchr (fname, '\0',
lineendp
- linep);
358
while (linep <
lineendp
)
[
all
...]
/external/elfutils/src/
readelf.c
4534
const unsigned char *
lineendp
;
local
[
all
...]
Completed in 307 milliseconds