OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kIsLibraryRegion
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/qtools/
parse_options-inl.h
67
if (lump_libraries && (sym->region->flags & region_type::
kIsLibraryRegion
)) {
83
if (include_library_syms && (sym->region->flags & region_type::
kIsLibraryRegion
))
92
if (exclude_library_syms && (sym->region->flags & region_type::
kIsLibraryRegion
))
trace_reader.h
50
static const uint32_t
kIsLibraryRegion
= 0x04;
[
all
...]
Completed in 550 milliseconds