/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/toolchain-patches/binutils-2.25/ |
0001_pdb_filename.patch | 56 -_bfd_XXi_slurp_codeview_record (bfd * abfd, file_ptr where, unsigned long length, CODEVIEW_INFO *cvinfo) 57 +_bfd_XXi_slurp_codeview_record (bfd * abfd, file_ptr where, unsigned long length, CODEVIEW_INFO * cvinfo) 64 + if (!cvinfo) 76 cvinfo->CVSignature = H_GET_32(abfd, buffer); 77 cvinfo->Age = 0; 79 memcpy (&(cvinfo->Signature[8]), &(cvinfo70->Signature[8]), 8); 81 cvinfo->SignatureLength = CV_INFO_SIGNATURE_LENGTH; 82 - // cvinfo->PdbFileName = cvinfo70->PdbFileName; 83 + strcpy(cvinfo->PdbFileName, cvinfo70->PdbFileName); 85 return cvinfo; [all...] |
/toolchain/binutils/binutils-2.27/bfd/ |
peXXigen.c | 2702 CODEVIEW_INFO *cvinfo = (CODEVIEW_INFO *) buffer; local [all...] |
peicode.h | 1347 CODEVIEW_INFO *cvinfo = (CODEVIEW_INFO *) buffer; local [all...] |
/external/llvm/include/llvm/DebugInfo/CodeView/ |
CVSymbolTypes.def | 10 // See LEAF_ENUM_e in cvinfo.h. This should match the constants there.
|
TypeRecords.def | 11 // See LEAF_ENUM_e in cvinfo.h. This should match the constants there.
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/ |
CVSymbolTypes.def | 10 // See LEAF_ENUM_e in cvinfo.h. This should match the constants there.
|
TypeRecords.def | 11 // See LEAF_ENUM_e in cvinfo.h. This should match the constants there.
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/ |
CodeViewSymbols.def | 10 // See LEAF_ENUM_e in cvinfo.h. This should match the constants there.
|
CodeViewTypes.def | 11 // See LEAF_ENUM_e in cvinfo.h. This should match the constants there.
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/ |
CodeViewSymbols.def | 10 // See LEAF_ENUM_e in cvinfo.h. This should match the constants there.
|
CodeViewTypes.def | 11 // See LEAF_ENUM_e in cvinfo.h. This should match the constants there.
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/ |
CodeViewSymbols.def | 10 // See LEAF_ENUM_e in cvinfo.h. This should match the constants there.
|
CodeViewTypes.def | 10 // See LEAF_ENUM_e in cvinfo.h. This should match the constants there.
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/ |
CodeViewSymbols.def | 10 // See LEAF_ENUM_e in cvinfo.h. This should match the constants there.
|
CodeViewTypes.def | 10 // See LEAF_ENUM_e in cvinfo.h. This should match the constants there.
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/ |
CodeViewSymbols.def | 10 // See LEAF_ENUM_e in cvinfo.h. This should match the constants there.
|
CodeViewTypes.def | 10 // See LEAF_ENUM_e in cvinfo.h. This should match the constants there.
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/ |
CodeViewSymbols.def | 10 // See LEAF_ENUM_e in cvinfo.h. This should match the constants there.
|
CodeViewTypes.def | 10 // See LEAF_ENUM_e in cvinfo.h. This should match the constants there.
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/ |
CVSymbolTypes.def | 10 // See LEAF_ENUM_e in cvinfo.h. This should match the constants there.
|
TypeRecords.def | 11 // See LEAF_ENUM_e in cvinfo.h. This should match the constants there.
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/ |
CodeViewSymbols.def | 10 // See LEAF_ENUM_e in cvinfo.h. This should match the constants there.
|
CodeViewTypes.def | 11 // See LEAF_ENUM_e in cvinfo.h. This should match the constants there.
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/ |
CodeViewSymbols.def | 10 // See LEAF_ENUM_e in cvinfo.h. This should match the constants there.
|
CodeViewTypes.def | 11 // See LEAF_ENUM_e in cvinfo.h. This should match the constants there.
|