/external/qemu/elff/ |
elf_mapped_section.h | 69 bool is_contained(const void* ptr, size_t rsize) const {
function in class:ElfMappedSection
|
elf_file.h | 426 return debug_info_.is_contained(ptr, size);
440 return debug_abbrev_.is_contained(ptr, size);
480 assert(debug_ranges_.is_contained(ptr, sizeof(AddrType) * 2));
481 if (!debug_ranges_.is_contained(ptr, sizeof(AddrType) * 2)) {
|
/ndk/sources/host-tools/ndk-stack/elff/ |
elf_mapped_section.h | 69 bool is_contained(const void* ptr, size_t rsize) const { function in class:ElfMappedSection
|
elf_file.h | 426 return debug_info_.is_contained(ptr, size); 440 return debug_abbrev_.is_contained(ptr, size); 480 assert(debug_ranges_.is_contained(ptr, sizeof(AddrType) * 2)); 481 if (!debug_ranges_.is_contained(ptr, sizeof(AddrType) * 2)) {
|