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

  /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()) {
  /external/libvncserver/x11vnc/
macosxCGS.c 118 char is_mapped = 0x2; variable
419 whist[whist_idx][win] |= is_mapped;
436 } else if ( !(prev & is_mapped) && (curr & is_mapped)) {
442 } else if ( !(curr & is_mapped) && (prev & is_mapped)) {
450 if (curr & is_mapped) {
459 } else if (!(curr & is_mapped)) {
461 } else if (!(prev & is_mapped)) {
505 if (prev & is_mapped) {
    [all...]
  /external/google-breakpad/src/client/solaris/handler/
solaris_lwp.cc 65 bool is_mapped; member in struct:__anon9412::AddressValidatingContext
67 AddressValidatingContext() : address(0UL), is_mapped(false) {
89 if (addr->is_mapped = ((module_info.start_addr > 0) &&
96 return !addr->is_mapped;
396 return addr.is_mapped;
  /external/libpcap/
pcap-linux.c 395 int is_mapped);
    [all...]

Completed in 193 milliseconds