Home
last modified time | relevance | path

Searched refs:modtaboff (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h691 uint32_t modtaboff; member
1215 sys::swapByteOrder(dst.modtaboff); in swapStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h705 uint32_t modtaboff; member
1246 sys::swapByteOrder(dst.modtaboff); in swapStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMachOYAML.cpp334 IO.mapRequired("modtaboff", LoadCommand.modtaboff); in mapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp495 if (Dysymtab.modtaboff > FileSize) in checkDysymtabCommand()
510 BigSize += Dysymtab.modtaboff; in checkDysymtabCommand()
516 if (Error Err = checkOverlappingElement(Elements, Dysymtab.modtaboff, in checkDysymtabCommand()
4493 Cmd.modtaboff = 0; in getDysymtabLoadCommand()