Home
last modified time | relevance | path

Searched full:stroff (Results 1 – 25 of 67) sorted by relevance

123

/aosp_15_r20/external/google-breakpad/src/common/mac/
H A Dmacho_reader.cc386 uint32_t symoff, nsyms, stroff, strsize; in WalkLoadCommands() local
387 cursor >> symoff >> nsyms >> stroff >> strsize; in WalkLoadCommands()
399 stroff > buffer_.Size() || strsize > buffer_.Size() - stroff) { in WalkLoadCommands()
404 ByteBuffer names(buffer_.start + stroff, strsize); in WalkLoadCommands()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp51 if (SymTabCommand.stroff) in totalSize()
52 Ends.push_back(SymTabCommand.stroff + SymTabCommand.strsize); in totalSize()
294 uint8_t *StrTable = (uint8_t *)Buf->getBufferStart() + SymTabCommand.stroff; in writeStringTable()
595 if (SymTabCommand.stroff) in writeTail()
596 Queue.push_back({SymTabCommand.stroff, &MachOWriter::writeStringTable}); in writeTail()
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/X86/
H A Dmacho-private-headers.test99 CHECK: stroff 800
296 EXE: stroff 8440
519 NON_VERBOSE: stroff 800
/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/
H A Dload_commands.yaml74 stroff: 13700
200 #CHECK: stroff: 13700
H A Drebase_opcode.yaml41 stroff: 2436
H A Dweak_bind_opcode.yaml41 stroff: 2436
H A Dbind_opcode.yaml41 stroff: 2436
H A Dexport_trie.yaml74 stroff: 13700
H A Dsections.yaml184 stroff: 13700
H A Dout_of_order_linkedit.yaml74 stroff: 13700
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/AArch64/
H A Dmacho-private-headers.test56 CHECK: stroff 568
240 EXE: stroff 49360
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/ARM/
H A Dmacho-private-headers.test103 CHECK: stroff 728
274 EXE: stroff 49340
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loadmacho/
Dldmacho.go120 stroff uint32 member
287 c.sym.stroff = e4(p[16:])
383 m.f.MustSeek(m.base+int64(symtab.stroff), 0)
/aosp_15_r20/external/dtc/
H A Dflattree.c667 uint32_t proplen, stroff; in flat_read_property() local
672 stroff = flat_read_word(dtbuf); in flat_read_property()
674 name = flat_read_stringtable(strbuf, stroff); in flat_read_property()
/aosp_15_r20/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp517 IO.mapRequired("stroff", LoadCommand.stroff); in mapping()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/GSYM/
DGsymCreator.h228 /// \param StrOff The string table offset from \a SrcGC to copy.
230 uint32_t copyString(const GsymCreator &SrcGC, uint32_t StrOff);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/GSYM/
DGsymCreator.h228 /// \param StrOff The string table offset from \a SrcGC to copy.
230 uint32_t copyString(const GsymCreator &SrcGC, uint32_t StrOff);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/GSYM/
DGsymCreator.h228 /// \param StrOff The string table offset from \a SrcGC to copy.
230 uint32_t copyString(const GsymCreator &SrcGC, uint32_t StrOff);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/GSYM/
DGsymCreator.h227 /// \param StrOff The string table offset from \a SrcGC to copy.
229 uint32_t copyString(const GsymCreator &SrcGC, uint32_t StrOff);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp533 IO.mapRequired("stroff", LoadCommand.stroff); in mapping()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp587 IO.mapRequired("stroff", LoadCommand.stroff); in mapping()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp442 if (Symtab.stroff > FileSize) in checkSymtabCommand()
443 return malformedError("stroff field of LC_SYMTAB command " + in checkSymtabCommand()
446 BigSize = Symtab.stroff; in checkSymtabCommand()
449 return malformedError("stroff field plus strsize field of LC_SYMTAB " 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()
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/macho/
Dmacho.go149 Stroff uint32 member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DMachOObjectFile.cpp445 if (Symtab.stroff > FileSize) in checkSymtabCommand()
446 return malformedError("stroff field of LC_SYMTAB command " + in checkSymtabCommand()
449 BigSize = Symtab.stroff; in checkSymtabCommand()
452 return malformedError("stroff field plus strsize field of LC_SYMTAB " in checkSymtabCommand()
455 if (Error Err = checkOverlappingElement(Elements, Symtab.stroff, in checkSymtabCommand()
4830 Cmd.stroff = 0; in getSymtabLoadCommand()
5279 return getData().substr(S.stroff, S.strsize); in getStringTableData()
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DMachO.h674 uint32_t stroff; member
1016 sys::swapByteOrder(lc.stroff); in swapStruct()

123