Home
last modified time | relevance | path

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

/third_party/boost/boost/dll/detail/
Dmacho_info.hpp143 boost::uint32_t stroff; /* string table offset */ member
253 fs.seekg(symbh.stroff + symbol.n_strx); in operator ()()
/third_party/boost/libs/dll/test/
Dstructures_tests.cpp276 CHECK_FIELD(stroff); in generic_header_check()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h676 uint32_t stroff; member
1024 sys::swapByteOrder(lc.stroff); in swapStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMachOEmitter.cpp401 std::make_pair(SymtabCmd->stroff, &MachOWriter::writeStringTable)); in writeLinkEditData()
DMachOYAML.cpp533 IO.mapRequired("stroff", LoadCommand.stroff); in mapping()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h690 uint32_t stroff; member
1055 sys::swapByteOrder(lc.stroff); in swapStruct()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp442 if (Symtab.stroff > FileSize) in checkSymtabCommand()
446 BigSize = Symtab.stroff; in checkSymtabCommand()
452 if (Error Err = checkOverlappingElement(Elements, Symtab.stroff, in checkSymtabCommand()
4472 Cmd.stroff = 0; in getSymtabLoadCommand()
4615 return getData().substr(S.stroff, S.strsize); in getStringTableData()