HomeSort by: relevance | last modified time | path
    Searched defs:image_base (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_type_hash_win.cc 64 char *image_base = ((char *)obj_locator) - obj_locator->obj_locator_addr; local
65 tinfo = (std::type_info *)(image_base + obj_locator->rtti_addr);
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_type_hash_win.cpp 63 char *image_base = ((char *)obj_locator) - obj_locator->obj_locator_addr; local
64 tinfo = (std::type_info *)(image_base + obj_locator->rtti_addr);
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_type_hash_win.cpp 63 char *image_base = ((char *)obj_locator) - obj_locator->obj_locator_addr; local
64 tinfo = (std::type_info *)(image_base + obj_locator->rtti_addr);
  /src/external/gpl3/gdb/dist/gdb/
amd64-windows-tdep.c 458 CORE_ADDR image_base; member in struct:amd64_windows_frame_cache
513 return (pc >= cache->image_base + cache->start_rva
514 && pc < cache->image_base + cache->end_rva);
738 if (target_read_memory (cache->image_base + (unwind_info & ~1),
762 if (target_read_memory (cache->image_base + unwind_info,
776 start = cache->image_base + cache->start_rva;
814 && target_read_memory (cache->image_base + unwind_info
965 chain_vma = cache->image_base + unwind_info
1003 UNWIND_INFO is set to the rva of unwind info address, IMAGE_BASE
1010 CORE_ADDR *image_base,
1205 CORE_ADDR image_base, start_rva, end_rva; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
amd64-windows-tdep.c 456 CORE_ADDR image_base; member in struct:amd64_windows_frame_cache
511 return (pc >= cache->image_base + cache->start_rva
512 && pc < cache->image_base + cache->end_rva);
736 if (target_read_memory (cache->image_base + (unwind_info & ~1),
760 if (target_read_memory (cache->image_base + unwind_info,
774 start = cache->image_base + cache->start_rva;
812 && target_read_memory (cache->image_base + unwind_info
963 chain_vma = cache->image_base + unwind_info
1001 UNWIND_INFO is set to the rva of unwind info address, IMAGE_BASE
1008 CORE_ADDR *image_base,
1203 CORE_ADDR image_base, start_rva, end_rva; local
    [all...]
  /src/external/gpl3/gcc/dist/libbacktrace/
pecoff.c 80 uint32_t image_base; member in struct:__anon14150::__anon14151::__anon14152
83 uint64_t image_base; member in struct:__anon14150::__anon14151::__anon14153
624 uintptr_t image_base; local
704 image_base = opt_hdr->u.pe.image_base;
707 image_base = opt_hdr->u.pep.image_base;
717 image_base = 0;
802 if (!coff_initialize_syminfo (state, image_base, is_64,
877 base_address = module_handle - image_base;
    [all...]
  /src/external/gpl3/gcc.old/dist/libbacktrace/
pecoff.c 68 uint32_t image_base; member in struct:__anon16565::__anon16566::__anon16567
71 uint64_t image_base; member in struct:__anon16565::__anon16566::__anon16568
612 uintptr_t image_base; local
691 image_base = opt_hdr->u.pe.image_base;
694 image_base = opt_hdr->u.pep.image_base;
704 image_base = 0;
789 if (!coff_initialize_syminfo (state, image_base, is_64,
  /src/external/gpl3/gdb/dist/libbacktrace/
pecoff.c 80 uint32_t image_base; member in struct:__anon18864::__anon18865::__anon18866
83 uint64_t image_base; member in struct:__anon18864::__anon18865::__anon18867
624 uintptr_t image_base; local
704 image_base = opt_hdr->u.pe.image_base;
707 image_base = opt_hdr->u.pep.image_base;
717 image_base = 0;
802 if (!coff_initialize_syminfo (state, image_base, is_64,
877 base_address = module_handle - image_base;
    [all...]
  /src/external/gpl3/gdb.old/dist/libbacktrace/
pecoff.c 80 uint32_t image_base; member in struct:__anon21605::__anon21606::__anon21607
83 uint64_t image_base; member in struct:__anon21605::__anon21606::__anon21608
624 uintptr_t image_base; local
704 image_base = opt_hdr->u.pe.image_base;
707 image_base = opt_hdr->u.pep.image_base;
717 image_base = 0;
802 if (!coff_initialize_syminfo (state, image_base, is_64,
877 base_address = module_handle - image_base;
    [all...]
  /src/external/gpl3/binutils/dist/ld/
pe-dll.c 167 static bfd_vma image_base; variable
1289 + edata_s->output_section->vma - image_base)
1348 bfd_put_32 (abfd, srva - image_base,
1804 bfd_vma rva = reloc_data[i].vma - image_base;
3749 image_base = pe_data (abfd)->pe_opthdr.ImageBase;
  /src/external/gpl3/binutils.old/dist/ld/
pe-dll.c 167 static bfd_vma image_base; variable
1253 + edata_s->output_section->vma - image_base)
1312 bfd_put_32 (abfd, srva - image_base,
1781 bfd_vma rva = reloc_data[i].vma - image_base;
3744 image_base = pe_data (abfd)->pe_opthdr.ImageBase;

Completed in 51 milliseconds