OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kIsVectorStart
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/qtools/
callstack.h
419
if (function->flags & symbol_type::
kIsVectorStart
) {
484
if ((function->flags & symbol_type::
kIsVectorStart
) && mTop > 0)
trace_reader.h
28
static const uint32_t
kIsVectorStart
= 0x02;
29
static const uint32_t kIsVectorTable = (kIsPlt |
kIsVectorStart
);
509
symbol_type::
kIsVectorStart
);
[
all
...]
Completed in 23 milliseconds