Searched refs:module_name_length (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_coverage_libcdep.cc | 540 unsigned int module_name_length; member 547 unsigned module_name_length = internal_strlen(module); in CovWritePacked() local 548 CovHeader header = {pid, module_name_length, blob_size}; in CovWritePacked() 553 WriteToFile(cov_fd, module, module_name_length); in CovWritePacked() 560 uptr header_size_with_module = sizeof(header) + module_name_length; in CovWritePacked() 567 internal_memcpy(block_pos, module, module_name_length); in CovWritePacked() 568 block_pos += module_name_length; in CovWritePacked()
|
/external/google-breakpad/src/client/solaris/handler/ |
D | minidump_generator.cc | 457 size_t module_name_length = strlen(realname); in WriteCVRecord() local 458 if (!cv.AllocateObjectAndArray(module_name_length + 1, sizeof(uint8_t))) in WriteCVRecord() 460 if (!cv.CopyIndexAfterObject(0, realname, module_name_length)) in WriteCVRecord()
|
/external/google-breakpad/src/client/mac/handler/ |
D | minidump_generator.cc | 1415 size_t module_name_length = strlen(module_name); in WriteCVRecord() local 1417 if (!cv.AllocateObjectAndArray(module_name_length + 1, sizeof(uint8_t))) in WriteCVRecord() 1420 if (!cv.CopyIndexAfterObject(0, module_name, module_name_length)) in WriteCVRecord()
|
/external/v8/src/wasm/ |
D | wasm-module.h | 123 uint32_t module_name_length; // length in bytes of the module name. member
|
D | module-decoder.cc | 320 consume_string(&import->module_name_length, true); in DecodeModule()
|
D | wasm-module.cc | 1486 import.module_name_length); in ProcessImports() 2432 import.module_name_length); in GetImports()
|
/external/swiftshader/third_party/subzero/src/ |
D | WasmTranslator.cpp | 1101 Module->GetName(Target.module_name_offset, Target.module_name_length)); in CallImport() 1530 Module->GetName(Import.module_name_offset, Import.module_name_length)); in translate()
|