| /external/google-breakpad/src/common/mac/ |
| D | macho_reader.cc | 383 uint32_t symoff, nsyms, stroff, strsize; in WalkLoadCommands() local 384 cursor >> symoff >> nsyms >> stroff >> strsize; in WalkLoadCommands() 396 stroff > buffer_.Size() || strsize > buffer_.Size() - stroff) { in WalkLoadCommands() 401 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 | out_of_order_linkedit.yaml | 74 stroff: 13700
|
| D | sections.yaml | 184 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/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()
|
| D | MachOEmitter.cpp | 401 std::make_pair(SymtabCmd->stroff, &MachOWriter::writeStringTable)); in writeLinkEditData()
|
| /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 | 324 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()
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| D | MachO.h | 676 uint32_t stroff; member 1024 sys::swapByteOrder(lc.stroff); in swapStruct()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
| D | MachO.h | 688 uint32_t stroff; member 1053 sys::swapByteOrder(lc.stroff); in swapStruct()
|
| /external/llvm/lib/Object/ |
| D | MachOObjectFile.cpp | 2258 Cmd.stroff = 0; in getSymtabLoadCommand() 2386 return getData().substr(S.stroff, S.strsize); in getStringTableData()
|