Home
last modified time | relevance | path

Searched defs:relocation_info (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h949 struct relocation_info { struct
960 struct scattered_relocation_info { argument
/third_party/node/deps/v8/src/codegen/
Dreloc-info.cc267 RelocIterator::RelocIterator(Code code, ByteArray relocation_info, in RelocIterator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h914 struct relocation_info { struct
923 struct scattered_relocation_info { argument
/third_party/node/deps/v8/src/snapshot/
Dserializer.cc1242 ByteArray relocation_info = on_heap_code->unchecked_relocation_info(); in SerializeCode() local