Home
last modified time | relevance | path

Searched refs:is_mapped (Results 1 – 3 of 3) sorted by relevance

/external/qemu/elff/
Delf_mapped_section.h52 bool is_mapped() const { in is_mapped() function
58 assert(is_mapped()); in data()
64 assert(is_mapped()); in size()
70 assert(is_mapped()); in is_contained()
71 return is_mapped() && is_in_section(ptr, rsize, data(), size()); in is_contained()
Delf_file.h280 assert(string_section_.is_mapped() && index < string_section_.size()); in get_str_sec_str()
281 if (string_section_.is_mapped() && index < string_section_.size()) { in get_str_sec_str()
300 assert(debug_str_.is_mapped() && index < debug_str_.size()); in get_debug_str()
301 if (debug_str_.is_mapped() && index < debug_str_.size()) { in get_debug_str()
Delf_file.cc460 if (section->is_mapped()) { in map_section_by_name()