/prebuilts/go/darwin-x86/src/cmd/internal/objfile/ |
pe.go | 39 var imageBase uint64 42 imageBase = uint64(oh.ImageBase) 44 imageBase = oh.ImageBase 88 sym.Addr += imageBase + uint64(sect.VirtualAddress) 106 var imageBase uint64 109 imageBase = uint64(oh.ImageBase) 111 imageBase = oh.ImageBas [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/objfile/ |
pe.go | 39 var imageBase uint64 42 imageBase = uint64(oh.ImageBase) 44 imageBase = oh.ImageBase 88 sym.Addr += imageBase + uint64(sect.VirtualAddress) 106 var imageBase uint64 109 imageBase = uint64(oh.ImageBase) 111 imageBase = oh.ImageBas [all...] |
/external/boringssl/win-x86_64/crypto/aes/ |
vpaes-x86_64.asm | 1096 DD $L$SEH_begin_vpaes_set_encrypt_key wrt ..imagebase 1097 DD $L$SEH_end_vpaes_set_encrypt_key wrt ..imagebase 1098 DD $L$SEH_info_vpaes_set_encrypt_key wrt ..imagebase 1100 DD $L$SEH_begin_vpaes_set_decrypt_key wrt ..imagebase 1101 DD $L$SEH_end_vpaes_set_decrypt_key wrt ..imagebase 1102 DD $L$SEH_info_vpaes_set_decrypt_key wrt ..imagebase 1104 DD $L$SEH_begin_vpaes_encrypt wrt ..imagebase 1105 DD $L$SEH_end_vpaes_encrypt wrt ..imagebase 1106 DD $L$SEH_info_vpaes_encrypt wrt ..imagebase 1108 DD $L$SEH_begin_vpaes_decrypt wrt ..imagebase [all...] |
bsaes-x86_64.asm | [all...] |
aesni-x86_64.asm | [all...] |
aes-x86_64.asm | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
psapi.h | 65 DWORD WINAPI GetDeviceDriverBaseNameA(LPVOID ImageBase,LPSTR lpBaseName,DWORD nSize); 66 DWORD WINAPI GetDeviceDriverBaseNameW(LPVOID ImageBase,LPWSTR lpBaseName,DWORD nSize); 67 DWORD WINAPI GetDeviceDriverFileNameA(LPVOID ImageBase,LPSTR lpFilename,DWORD nSize); 68 DWORD WINAPI GetDeviceDriverFileNameW(LPVOID ImageBase,LPWSTR lpFilename,DWORD nSize);
|
/prebuilts/go/darwin-x86/src/debug/pe/ |
pe.go | 32 ImageBase uint32 65 ImageBase uint64
|
/prebuilts/go/linux-x86/src/debug/pe/ |
pe.go | 32 ImageBase uint32 65 ImageBase uint64
|
/external/boringssl/win-x86_64/crypto/bn/ |
rsaz-x86_64.asm | 1279 DD $L$SEH_begin_rsaz_512_sqr wrt ..imagebase 1280 DD $L$SEH_end_rsaz_512_sqr wrt ..imagebase 1281 DD $L$SEH_info_rsaz_512_sqr wrt ..imagebase 1283 DD $L$SEH_begin_rsaz_512_mul wrt ..imagebase 1284 DD $L$SEH_end_rsaz_512_mul wrt ..imagebase 1285 DD $L$SEH_info_rsaz_512_mul wrt ..imagebase 1287 DD $L$SEH_begin_rsaz_512_mul_gather4 wrt ..imagebase 1288 DD $L$SEH_end_rsaz_512_mul_gather4 wrt ..imagebase 1289 DD $L$SEH_info_rsaz_512_mul_gather4 wrt ..imagebase 1291 DD $L$SEH_begin_rsaz_512_mul_scatter4 wrt ..imagebase [all...] |
x86_64-mont.asm | 917 DD $L$SEH_begin_bn_mul_mont wrt ..imagebase 918 DD $L$SEH_end_bn_mul_mont wrt ..imagebase 919 DD $L$SEH_info_bn_mul_mont wrt ..imagebase 921 DD $L$SEH_begin_bn_mul4x_mont wrt ..imagebase 922 DD $L$SEH_end_bn_mul4x_mont wrt ..imagebase 923 DD $L$SEH_info_bn_mul4x_mont wrt ..imagebase 925 DD $L$SEH_begin_bn_sqr8x_mont wrt ..imagebase 926 DD $L$SEH_end_bn_sqr8x_mont wrt ..imagebase 927 DD $L$SEH_info_bn_sqr8x_mont wrt ..imagebase 932 DD mul_handler wrt ..imagebase [all...] |
x86_64-mont5.asm | 2019 DD $L$SEH_begin_bn_mul_mont_gather5 wrt ..imagebase 2020 DD $L$SEH_end_bn_mul_mont_gather5 wrt ..imagebase 2021 DD $L$SEH_info_bn_mul_mont_gather5 wrt ..imagebase 2023 DD $L$SEH_begin_bn_mul4x_mont_gather5 wrt ..imagebase 2024 DD $L$SEH_end_bn_mul4x_mont_gather5 wrt ..imagebase 2025 DD $L$SEH_info_bn_mul4x_mont_gather5 wrt ..imagebase 2027 DD $L$SEH_begin_bn_power5 wrt ..imagebase 2028 DD $L$SEH_end_bn_power5 wrt ..imagebase 2029 DD $L$SEH_info_bn_power5 wrt ..imagebase 2031 DD $L$SEH_begin_bn_from_mont8x wrt ..imagebase [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
pei-x86_64.c | 301 vsize = section->vma - pe_data (abfd)->pe_opthdr.ImageBase; 322 vaddr = xdata_section->vma - pe_data (abfd)->pe_opthdr.ImageBase; 392 + pe_data (abfd)->pe_opthdr.ImageBase)); 454 bfd_vma imagebase; local 485 imagebase = pe_data (abfd)->pe_opthdr.ImageBase; 502 fprintf_vma (file, imagebase + rf.rva_BeginAddress); 504 fprintf_vma (file, imagebase + rf.rva_EndAddress); 506 fprintf_vma (file, imagebase + rf.rva_UnwindData); 579 fprintf_vma (file, rf.rva_UnwindData + imagebase); [all...] |
peXXigen.c | 496 a->ImageBase = GET_OPTHDR_IMAGE_BASE (abfd, src->ImageBase); 563 aouthdr_int->entry += a->ImageBase; 571 aouthdr_int->text_start += a->ImageBase; 581 aouthdr_int->data_start += a->ImageBase; 637 ib = extra->ImageBase; 736 isize = (sec->vma - extra->ImageBase 769 PUT_OPTHDR_IMAGE_BASE (abfd, extra->ImageBase, aouthdr_out->ImageBase); 956 - pe_data (abfd)->pe_opthdr.ImageBase) [all...] |
/external/llvm/lib/DebugInfo/PDB/ |
PDBContext.cpp | 26 ErrorOr<uint64_t> ImageBase = Object.getImageBase(); 27 if (ImageBase) 28 Session->setLoadAddress(ImageBase.get());
|
/external/boringssl/win-x86_64/crypto/modes/ |
ghash-x86_64.asm | 1466 DD $L$SEH_begin_gcm_gmult_4bit wrt ..imagebase 1467 DD $L$SEH_end_gcm_gmult_4bit wrt ..imagebase 1468 DD $L$SEH_info_gcm_gmult_4bit wrt ..imagebase 1470 DD $L$SEH_begin_gcm_ghash_4bit wrt ..imagebase 1471 DD $L$SEH_end_gcm_ghash_4bit wrt ..imagebase 1472 DD $L$SEH_info_gcm_ghash_4bit wrt ..imagebase 1474 DD $L$SEH_begin_gcm_init_clmul wrt ..imagebase 1475 DD $L$SEH_end_gcm_init_clmul wrt ..imagebase 1476 DD $L$SEH_info_gcm_init_clmul wrt ..imagebase 1478 DD $L$SEH_begin_gcm_ghash_clmul wrt ..imagebase [all...] |
/external/llvm/test/tools/llvm-symbolizer/pdb/ |
pdb.test | 8 Subtract ImageBase from all the offsets and run the test again with
|
/external/boringssl/win-x86_64/crypto/rc4/ |
rc4-x86_64.asm | 726 DD $L$SEH_begin_asm_RC4 wrt ..imagebase 727 DD $L$SEH_end_asm_RC4 wrt ..imagebase 728 DD $L$SEH_info_asm_RC4 wrt ..imagebase 730 DD $L$SEH_begin_asm_RC4_set_key wrt ..imagebase 731 DD $L$SEH_end_asm_RC4_set_key wrt ..imagebase 732 DD $L$SEH_info_asm_RC4_set_key wrt ..imagebase 738 DD stream_se_handler wrt ..imagebase 741 DD key_se_handler wrt ..imagebase
|
/external/llvm/test/tools/llvm-readobj/ |
peplus.test | 26 CHECK: ImageBase: 0x140000000
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
ntimage.h | 289 ULONG ImageBase; 338 ULONGLONG ImageBase;
|
/external/boringssl/win-x86_64/crypto/sha/ |
sha256-x86_64.asm | [all...] |
sha512-x86_64.asm | [all...] |
/external/llvm/lib/DebugInfo/Symbolize/ |
SymbolizableObjectFile.cpp | 105 uint64_t ImageBase = CoffObj->getImageBase(); 110 uint64_t SymbolStart = ImageBase + Export.Offset;
|
/external/llvm/tools/obj2yaml/ |
coff2yaml.cpp | 59 YAMLObj.OptionalHeader->Header.ImageBase = OptionalHeader->ImageBase;
|
/external/boringssl/win-x86_64/crypto/md5/ |
md5-x86_64.asm | 768 DD $L$SEH_begin_md5_block_asm_data_order wrt ..imagebase 769 DD $L$SEH_end_md5_block_asm_data_order wrt ..imagebase 770 DD $L$SEH_info_md5_block_asm_data_order wrt ..imagebase 776 DD se_handler wrt ..imagebase
|