| /external/google-breakpad/src/common/mac/ |
| 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()
|
| /external/llvm/test/ObjectYAML/MachO/ |
| D | load_commands.yaml | 74 stroff: 13700 200 #CHECK: stroff: 13700
|
| D | rebase_opcode.yaml | 41 stroff: 2436
|
| D | weak_bind_opcode.yaml | 41 stroff: 2436
|
| D | bind_opcode.yaml | 41 stroff: 2436
|
| D | export_trie.yaml | 74 stroff: 13700
|
| D | sections.yaml | 184 stroff: 13700
|
| D | out_of_order_linkedit.yaml | 74 stroff: 13700
|
| D | symtab.yaml | 76 stroff: 13700
|
| D | lazy_bind_opcode.yaml | 41 stroff: 2436
|
| /external/llvm/test/tools/llvm-objdump/AArch64/ |
| D | macho-private-headers.test | 56 CHECK: stroff 568 240 EXE: stroff 49360
|
| /external/llvm/test/tools/llvm-objdump/X86/ |
| D | macho-private-headers.test | 99 CHECK: stroff 800 296 EXE: stroff 8440 519 NON_VERBOSE: stroff 800
|
| /external/llvm/test/tools/llvm-objdump/ARM/ |
| D | macho-private-headers.test | 103 CHECK: stroff 728 274 EXE: stroff 49340
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/ |
| 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()
|
| D | MachOLayoutBuilder.cpp | 351 MLC.symtab_command_data.stroff = StartOfSymbolStrings; in layoutTail()
|
| /external/dtc/ |
| 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()
|
| /external/llvm/lib/ObjectYAML/ |
| D | MachOYAML.cpp | 517 IO.mapRequired("stroff", LoadCommand.stroff); in mapping()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
| D | MachOYAML.cpp | 533 IO.mapRequired("stroff", LoadCommand.stroff); in mapping()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
| D | MachOYAML.cpp | 587 IO.mapRequired("stroff", LoadCommand.stroff); in mapping()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/ |
| D | BTF.h | 87 uint32_t StrOff; ///< Offset of string section member
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
| D | BTF.h | 84 uint32_t StrOff; ///< Offset of string section member
|
| /external/google-breakpad/src/client/mac/handler/ |
| D | breakpad_nlist_64.cc | 325 ss = stp->stroff + arch_offset; in __breakpad_fdnlist()
|
| /external/llvm/include/llvm/Support/ |
| D | MachO.h | 674 uint32_t stroff; member 1016 sys::swapByteOrder(lc.stroff); in swapStruct()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| 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()
|
| /external/llvm/tools/yaml2obj/ |
| D | yaml2macho.cpp | 349 std::make_pair(SymtabCmd->stroff, &MachOWriter::writeStringTable)); in writeLinkEditData()
|