OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_mapped
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/ndk-stack/elff/
elf_mapped_section.h
52
bool
is_mapped
() const {
function in class:ElfMappedSection
58
assert(
is_mapped
());
64
assert(
is_mapped
());
70
assert(
is_mapped
());
71
return
is_mapped
() && is_in_section(ptr, rsize, data(), size());
/external/google-breakpad/src/client/solaris/handler/
solaris_lwp.cc
65
bool
is_mapped
;
member in struct:__anon9412::AddressValidatingContext
67
AddressValidatingContext() : address(0UL),
is_mapped
(false) {
89
if (addr->
is_mapped
= ((module_info.start_addr > 0) &&
96
return !addr->
is_mapped
;
396
return addr.
is_mapped
;
/external/libvncserver/x11vnc/
macosxCGS.c
118
char
is_mapped
= 0x2;
variable
419
whist[whist_idx][win] |=
is_mapped
;
436
} else if ( !(prev &
is_mapped
) && (curr &
is_mapped
)) {
442
} else if ( !(curr &
is_mapped
) && (prev &
is_mapped
)) {
450
if (curr &
is_mapped
) {
459
} else if (!(curr &
is_mapped
)) {
461
} else if (!(prev &
is_mapped
)) {
505
if (prev &
is_mapped
) {
[
all
...]
Completed in 67 milliseconds