Home
last modified time | relevance | path

Searched refs:fileoff (Results 1 – 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOLayoutBuilder.cpp195 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/
DMachODumper.cpp299 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/
Dcoff-rs6000.c1603 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/
Dsanitizer_procmaps_mac.cpp226 : sc->fileoff; in NextSegmentLoad()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DMachOEmitter.cpp271 uint64_t segOff = is64Bit ? LC.Data.segment_command_64_data.fileoff in writeSectionData()
272 : LC.Data.segment_command_data.fileoff; in writeSectionData()
DMachOYAML.cpp492 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/
DMachO.h541 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/
Dllvm-size.cpp225 << Seg.fileoff << ")"; in printDarwinSectionSizes()
252 << Seg.fileoff << ")"; in printDarwinSectionSizes()
/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryWriter.cpp631 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/
Dcompact-unwind-dumper.c193 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/
Dllvm-nm.cpp1138 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/
DWriter.cpp238 c->fileoff = seg->fileOff; in writeTo()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp8550 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/
DMachOObjectFile.cpp312 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()