OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_stabstr
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/coregrind/m_debuginfo/
readstabs.c
108
UChar *
next_stabstr
= NULL;
local
238
if (
next_stabstr
!= NULL) {
239
stabstr_sz -=
next_stabstr
- stabstr;
240
stabstr =
next_stabstr
;
246
next_stabstr
= stabstr + st->n_value;
Completed in 783 milliseconds