| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
| D | MachOLayoutBuilder.cpp | 195 MLC.segment_command_data.fileoff = SegOffset; in layoutSegments() 204 MLC.segment_command_64_data.fileoff = SegOffset; in layoutSegments() 277 MLC->segment_command_data.fileoff = StartOfLinkEdit; in layoutTail() 283 MLC->segment_command_64_data.fileoff = StartOfLinkEdit; in layoutTail()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| D | MachODumper.cpp | 299 uint64_t fileoff; member 367 Segment.fileoff = SC.fileoff; in getSegment() 381 Segment.fileoff = SC.fileoff; in getSegment() 850 W.printNumber("fileoff", MOSegment.fileoff); in printMachOSegment()
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | coff-rs6000.c | 1603 file_ptr fileoff; local 1632 fileoff = SIZEOF_AR_FILE_HDR; 1640 H_PUT_32 (abfd, fileoff, buf); 1647 fileoff += (SIZEOF_AR_HDR 1651 fileoff = (fileoff + 1) &~ 1; 1867 file_ptr fileoff; local 1907 fileoff = SIZEOF_AR_FILE_HDR_BIG; 1915 bfd_h_put_64 (abfd, fileoff, st); 1922 fileoff += (SIZEOF_AR_HDR_BIG 1926 fileoff += fileoff & 1; [all …]
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_procmaps_mac.cpp | 226 : sc->fileoff; in NextSegmentLoad()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| D | MachOEmitter.cpp | 271 uint64_t segOff = is64Bit ? LC.Data.segment_command_64_data.fileoff in writeSectionData() 272 : LC.Data.segment_command_data.fileoff; in writeSectionData()
|
| D | MachOYAML.cpp | 492 IO.mapRequired("fileoff", LoadCommand.fileoff); in mapping() 505 IO.mapRequired("fileoff", LoadCommand.fileoff); in mapping()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| D | MachO.h | 541 uint32_t fileoff; member 555 uint64_t fileoff; member 1067 sys::swapByteOrder(seg.fileoff); in swapStruct() 1080 sys::swapByteOrder(seg.fileoff); in swapStruct()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-size/ |
| D | llvm-size.cpp | 225 << Seg.fileoff << ")"; in printDarwinSectionSizes() 252 << Seg.fileoff << ")"; in printDarwinSectionSizes()
|
| /freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| D | MachONormalizedFileBinaryWriter.cpp | 631 seg->fileoff = _endOfLoadCommands; in writeSingleSegmentLoadCommand() 685 cmd->fileoff = _startOfLinkEdit; in writeSegmentLoadCommands() 705 cmd->fileoff = segInfo.fileOffset; in writeSegmentLoadCommands()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/tools/compact-unwind/ |
| D | compact-unwind-dumper.c | 193 segment_offset = seg.fileoff; in scan_macho_load_commands() 207 segment_offset = seg.fileoff; in scan_macho_load_commands()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-nm/ |
| D | llvm-nm.cpp | 1138 if (Seg.fileoff == 0 && Seg.filesize != 0) { in dumpSymbolsFromDLInfoMachO() 1144 if (Seg.fileoff == 0 && Seg.filesize != 0) { in dumpSymbolsFromDLInfoMachO()
|
| /freebsd-12-stable/contrib/llvm-project/lld/MachO/ |
| D | Writer.cpp | 238 c->fileoff = seg->fileOff; in writeTo()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| D | MachODump.cpp | 8550 uint64_t vmsize, uint64_t fileoff, in PrintSegmentCommand() argument 8580 outs() << " fileoff " << fileoff; in PrintSegmentCommand() 8581 if (fileoff > object_size) in PrintSegmentCommand() 8586 if (fileoff + filesize > object_size) in PrintSegmentCommand() 10087 SLC.vmsize, SLC.fileoff, SLC.filesize, SLC.maxprot, in PrintLoadCommands() 10100 SLC_64.vmaddr, SLC_64.vmsize, SLC_64.fileoff, in PrintLoadCommands() 10259 if (Seg.fileoff == 0 && Seg.filesize != 0) { in printMachOExportsTrie() 10265 if (Seg.fileoff == 0 && Seg.filesize != 0) { in printMachOExportsTrie()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/ |
| D | MachOObjectFile.cpp | 312 s.flags != MachO::S_THREAD_LOCAL_ZEROFILL && S.fileoff == 0 && in parseSegmentLoadCommand() 379 if (S.fileoff > FileSize) in parseSegmentLoadCommand() 383 uint64_t BigSize = S.fileoff; in parseSegmentLoadCommand()
|