OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_mapped
(Results
1 - 2
of
2
) sorted by null
/external/qemu/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());
/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());
Completed in 656 milliseconds