Home
last modified time | relevance | path

Searched refs:reloff (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMachOYAML.cpp284 IO.mapRequired("reloff", Section.reloff); in mapping()
449 IO.mapRequired("reloff", Section.reloff); in mapping()
464 IO.mapRequired("reloff", Section.reloff); in mapping()
DMachOEmitter.cpp99 TempSec.reloff = Sec.reloff; in constructSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h553 uint32_t reloff; member
567 uint32_t reloff; member
1059 sys::swapByteOrder(sect.reloff); in swapStruct()
1071 sys::swapByteOrder(sect.reloff); in swapStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h562 uint32_t reloff; member
576 uint32_t reloff; member
1090 sys::swapByteOrder(sect.reloff); in swapStruct()
1102 sys::swapByteOrder(sect.reloff); in swapStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DMachOYAML.h37 llvm::yaml::Hex32 reloff; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp361 if (s.reloff > FileSize) in parseSegmentLoadCommand()
367 BigSize += s.reloff; in parseSegmentLoadCommand()
374 if (Error Err = checkOverlappingElement(Elements, s.reloff, s.nreloc * in parseSegmentLoadCommand()
4414 Offset = Sect.reloff; in getRelocation()
4417 Offset = Sect.reloff; in getRelocation()
/third_party/python/Lib/
Dzipfile.py228 sig, diskno, reloff, disks = struct.unpack(structEndArchive64Locator, data)