OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__collector_VM_ReadByteInstruction
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/libcollector/
unwind.c
63
int (*
__collector_VM_ReadByteInstruction
)(unsigned char *) = NULL;
253
if (
__collector_VM_ReadByteInstruction
)
255
int v =
__collector_VM_ReadByteInstruction
(p);
423
if (
__collector_VM_ReadByteInstruction
== NULL)
424
__collector_VM_ReadByteInstruction
= (int(*)(unsigned char*)) dlsym (RTLD_DEFAULT, "Async_VM_ReadByteInstruction");
/src/external/gpl3/binutils.old/dist/gprofng/libcollector/
unwind.c
63
int (*
__collector_VM_ReadByteInstruction
)(unsigned char *) = NULL;
253
if (
__collector_VM_ReadByteInstruction
)
255
int v =
__collector_VM_ReadByteInstruction
(p);
423
if (
__collector_VM_ReadByteInstruction
== NULL)
424
__collector_VM_ReadByteInstruction
= (int(*)(unsigned char*)) dlsym (RTLD_DEFAULT, "Async_VM_ReadByteInstruction");
Completed in 33 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026