Searched refs:relocation_info (Results 1 – 16 of 16) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | MachO_x86_64.cpp | 33 getRelocationKind(const MachO::relocation_info &RI) { in getRelocationKind() 98 MachO::relocation_info 102 MachO::relocation_info RI; in getRelocationInfo() 103 memcpy(&RI, &ARI, sizeof(MachO::relocation_info)); in getRelocationInfo() 113 const MachO::relocation_info &SubRI, in parsePairRelocation() 209 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()
|
D | MachO_arm64.cpp | 34 getRelocationKind(const MachO::relocation_info &RI) { in getRelocationKind() 95 MachO::relocation_info 99 MachO::relocation_info RI; in getRelocationInfo() 100 memcpy(&RI, &ARI, sizeof(MachO::relocation_info)); in getRelocationInfo() 111 const MachO::relocation_info &SubRI, in parsePairRelocation() 200 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()
|
/third_party/node/deps/v8/src/codegen/ |
D | reloc-info.cc | 267 RelocIterator::RelocIterator(Code code, ByteArray relocation_info, in RelocIterator() argument 270 relocation_info.GetDataEndAddress(), in RelocIterator() 271 relocation_info.GetDataStartAddress(), mode_mask) {} in RelocIterator()
|
D | reloc-info.h | 438 explicit RelocIterator(Code code, ByteArray relocation_info, int mode_mask);
|
/third_party/node/deps/v8/src/snapshot/ |
D | serializer.cc | 1242 ByteArray relocation_info = on_heap_code->unchecked_relocation_info(); in SerializeCode() local 1247 for (RelocIterator it(off_heap_code, relocation_info, kWipeOutModeMask); in SerializeCode() 1295 for (RelocIterator it(*on_heap_code, relocation_info, in SerializeCode() 1306 for (RelocIterator it(*on_heap_code, relocation_info, in SerializeCode()
|
/third_party/node/deps/v8/src/extensions/ |
D | statistics-extension.cc | 150 reloc_info_total += code.relocation_info().Size(); in GetCounters()
|
/third_party/node/deps/v8/src/objects/ |
D | code-inl.h | 200 CODE_ACCESSORS(relocation_info, ByteArray, kRelocationInfoOffset) 446 size += relocation_info().Size(); in SizeIncludingMetadata()
|
D | code.h | 375 DECL_ACCESSORS(relocation_info, ByteArray)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 366 BigSize *= sizeof(struct MachO::relocation_info); in parseSegmentLoadCommand() 376 MachO::relocation_info), in parseSegmentLoadCommand() 559 BigSize *= sizeof(MachO::relocation_info); in checkDysymtabCommand() 568 sizeof(MachO::relocation_info), in checkDysymtabCommand() 576 BigSize *= sizeof(MachO::relocation_info); in checkDysymtabCommand() 585 sizeof(MachO::relocation_info), in checkDysymtabCommand()
|
/third_party/node/deps/v8/src/heap/ |
D | object-stats.cc | 1034 RecordSimpleVirtualObjectStats(code, code.relocation_info(), in RecordVirtualCodeDetails()
|
D | factory.cc | 2334 ByteArray reloc_info = raw_result.relocation_info(); in NewOffHeapTrampolineFor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 914 struct relocation_info { struct
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 949 struct relocation_info { struct
|
/third_party/node/deps/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 1504 TagObject(code.relocation_info(), "(code relocation info)", HeapEntry::kCode); in ExtractCodeReferences() 1505 SetInternalReference(entry, "relocation_info", code.relocation_info(), in ExtractCodeReferences()
|
/third_party/node/deps/v8/src/diagnostics/ |
D | objects-debug.cc | 1126 relocation_info().ObjectVerify(isolate); in CodeVerify()
|
/third_party/node/deps/v8/src/wasm/ |
D | module-compiler.cc | 1430 counters->wasm_reloc_size()->Increment(code.relocation_info().length()); in RecordStats()
|