OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iipc
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/include/
pub_tool_debuginfo.h
138
InlIPCursor *
iipc
= VG_(new_IIPC)(eip);
140
buf = VG_(describe_IP)(eip,
iipc
);
142
} while (VG_(next_IIPC)(
iipc
));
143
VG_(delete_IIPC)(
iipc
);
145
To only describe eip, without the inlined calls at eip, give a NULL
iipc
:
152
extern const HChar* VG_(describe_IP)(Addr eip, const InlIPCursor*
iipc
);
154
/* Builds a
IIPC
(Inlined IP Cursor) to describe eip and all the inlined calls
160
extern Bool VG_(next_IIPC)(InlIPCursor *
iipc
);
161
/* Free all memory associated with
iipc
. */
162
extern void VG_(delete_IIPC)(InlIPCursor *
iipc
);
[
all
...]
/external/valgrind/coregrind/m_debuginfo/
debuginfo.c
[
all
...]
/external/valgrind/coregrind/
m_errormgr.c
328
InlIPCursor*
iipc
= VG_(new_IIPC)(ip);
local
330
if ( VG_(get_fnname_no_cxx_demangle) (ip, &buf,
iipc
) ) {
338
} while (VG_(next_IIPC)(
iipc
));
339
VG_(delete_IIPC)(
iipc
);
346
InlIPCursor*
iipc
= VG_(new_IIPC)(ip);
local
348
if ( VG_(get_fnname_no_cxx_demangle) (ip, &buf,
iipc
) ) {
356
} while (VG_(next_IIPC)(
iipc
));
357
VG_(delete_IIPC)(
iipc
);
1763
InlIPCursor *
iipc
;
local
[
all
...]
pub_core_debuginfo.h
93
iipc
argument: same usage as in VG_(describe_IP) in pub_tool_debuginfo.h. */
96
const InlIPCursor*
iipc
);
m_stacktrace.c
1675
InlIPCursor *
iipc
= VG_(new_IIPC)(ip);
local
[
all
...]
Completed in 623 milliseconds