OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_mapped
(Results
1 - 6
of
6
) 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());
elf_file.h
280
assert(string_section_.
is_mapped
() && index < string_section_.size());
281
if (string_section_.
is_mapped
() && index < string_section_.size()) {
300
assert(debug_str_.
is_mapped
() && index < debug_str_.size());
301
if (debug_str_.
is_mapped
() && index < debug_str_.size()) {
elf_file.cc
465
if (section->
is_mapped
()) {
/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());
elf_file.h
280
assert(string_section_.
is_mapped
() && index < string_section_.size());
281
if (string_section_.
is_mapped
() && index < string_section_.size()) {
300
assert(debug_str_.
is_mapped
() && index < debug_str_.size());
301
if (debug_str_.
is_mapped
() && index < debug_str_.size()) {
elf_file.cc
465
if (section->
is_mapped
()) {
Completed in 1789 milliseconds