/aosp_15_r20/external/google-breakpad/src/common/mac/ |
H A D | macho_reader.cc | 386 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 D | MachOWriter.cpp | 51 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 D | macho-private-headers.test | 99 CHECK: stroff 800 296 EXE: stroff 8440 519 NON_VERBOSE: stroff 800
|
/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/ |
H A D | load_commands.yaml | 74 stroff: 13700 200 #CHECK: stroff: 13700
|
H A D | rebase_opcode.yaml | 41 stroff: 2436
|
H A D | weak_bind_opcode.yaml | 41 stroff: 2436
|
H A D | bind_opcode.yaml | 41 stroff: 2436
|
H A D | export_trie.yaml | 74 stroff: 13700
|
H A D | sections.yaml | 184 stroff: 13700
|
H A D | out_of_order_linkedit.yaml | 74 stroff: 13700
|
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/AArch64/ |
H A D | macho-private-headers.test | 56 CHECK: stroff 568 240 EXE: stroff 49360
|
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/ARM/ |
H A D | macho-private-headers.test | 103 CHECK: stroff 728 274 EXE: stroff 49340
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loadmacho/ |
D | ldmacho.go | 120 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 D | flattree.c | 667 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 D | MachOYAML.cpp | 517 IO.mapRequired("stroff", LoadCommand.stroff); in mapping()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/GSYM/ |
D | GsymCreator.h | 228 /// \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/ |
D | GsymCreator.h | 228 /// \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/ |
D | GsymCreator.h | 228 /// \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/ |
D | GsymCreator.h | 227 /// \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 D | MachOYAML.cpp | 533 IO.mapRequired("stroff", LoadCommand.stroff); in mapping()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 587 IO.mapRequired("stroff", LoadCommand.stroff); in mapping()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 442 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/ |
D | macho.go | 149 Stroff uint32 member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 445 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 D | MachO.h | 674 uint32_t stroff; member 1016 sys::swapByteOrder(lc.stroff); in swapStruct()
|