HomeSort by relevance Sort by last modified time
    Searched refs:is_contained (Results 1 - 4 of 4) sorted by null

  /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)) {

Completed in 398 milliseconds