Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.h72 Entry(uint64_t vmaddr, uint64_t fileoff, std::string id) in Entry()
73 : vmaddr(vmaddr), fileoff(fileoff), id(id) {} in Entry()
75 uint64_t fileoff; member
H A DObjectContainerMachOFileset.cpp163 entries.emplace_back(entry.vmaddr + slide, entry.fileoff, in ParseFileset()
233 const lldb::offset_t entry_offset = entry.fileoff + file_offset; in GetModuleSpecifications()
287 return ObjectFile::FindPlugin(module_sp, file, m_offset + entry->fileoff, in GetObjectFile()
288 m_data.GetByteSize() - entry->fileoff, data_sp, in GetObjectFile()
/freebsd/crypto/krb5/src/lib/krb5/keytab/
H A Dkt_file.c441 long *fileoff; in krb5_ktfile_start_seq_get() local
452 if (!(fileoff = (long *)malloc(sizeof(*fileoff)))) { in krb5_ktfile_start_seq_get()
458 *fileoff = KTSTARTOFF(id); in krb5_ktfile_start_seq_get()
464 free(fileoff); in krb5_ktfile_start_seq_get()
468 *cursorp = (krb5_kt_cursor)fileoff; in krb5_ktfile_start_seq_get()
481 long *fileoff = (long *)*cursor; in krb5_ktfile_get_next() local
490 if (fseek(KTFILEP(id), *fileoff, 0) == -1) { in krb5_ktfile_get_next()
498 *fileoff = ftell(KTFILEP(id)); in krb5_ktfile_get_next()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOLayoutBuilder.cpp196 MLC.segment_command_data.fileoff = SegOffset; in layoutSegments()
205 MLC.segment_command_64_data.fileoff = SegOffset; in layoutSegments()
324 MLC->segment_command_data.fileoff = StartOfLinkEdit; in layoutTail()
330 MLC->segment_command_64_data.fileoff = StartOfLinkEdit; in layoutTail()
H A DMachOWriter.cpp412 return MLC.segment_command_data.fileoff; in getSegmentFileOffset()
414 return MLC.segment_command_64_data.fileoff; in getSegmentFileOffset()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp312 uint64_t fileoff; member
380 Segment.fileoff = SC.fileoff; in getSegment()
394 Segment.fileoff = SC.fileoff; in getSegment()
936 W.printNumber("fileoff", MOSegment.fileoff); in printMachOSegment()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOBuilder.h360 Seg.fileoff = Offset;
366 Sec->addr = SegVMAddr + Sec->offset - Seg.fileoff;
369 size_t SegContentSize = Offset - Seg.fileoff;
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h544 uint32_t fileoff; member
558 uint64_t fileoff; member
903 uint64_t fileoff; member
1202 sys::swapByteOrder(seg.fileoff); in swapStruct()
1215 sys::swapByteOrder(seg.fileoff); in swapStruct()
1435 sys::swapByteOrder(C.fileoff); in swapStruct()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp533 IO.mapRequired("fileoff", LoadCommand.fileoff); in mapping()
546 IO.mapRequired("fileoff", LoadCommand.fileoff); in mapping()
631 IO.mapRequired("fileoff", LoadCommand.fileoff); in mapping()
H A DMachOEmitter.cpp301 uint64_t segOff = is64Bit ? LC.Data.segment_command_64_data.fileoff in writeSectionData()
302 : LC.Data.segment_command_data.fileoff; in writeSectionData()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp294 : sc->fileoff; in NextSegmentLoad()
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp224 << Seg.fileoff << ")"; in printDarwinSectionSizes()
251 << Seg.fileoff << ")"; in printDarwinSectionSizes()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp
/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c150 segment_offset = seg.fileoff; in scan_macho_load_commands()
164 segment_offset = seg.fileoff; in scan_macho_load_commands()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp322 s.flags != MachO::S_THREAD_LOCAL_ZEROFILL && S.fileoff == 0 && in parseSegmentLoadCommand()
389 if (S.fileoff > FileSize) in parseSegmentLoadCommand()
393 uint64_t BigSize = S.fileoff; in parseSegmentLoadCommand()
2089 Segment.fileoff, Segment.fileoff + Segment.filesize)); in getSegmentContents()
2103 Obj.getData().substr(Segment.fileoff, Segment.filesize)); in getSegmentContents()
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1249 if (Seg.fileoff == 0 && Seg.filesize != 0) { in dumpSymbolsFromDLInfoMachO()
1255 if (Seg.fileoff == 0 && Seg.filesize != 0) { in dumpSymbolsFromDLInfoMachO()
1966 MachOObjectFile::createMachOObjectFile(Buf, 0, 0, Entry.fileoff); in dumpSymbolsNameFromMachOFilesetEntry()
/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp239 c->fileoff = seg->fileOff; in writeTo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8558 uint64_t vmsize, uint64_t fileoff, in PrintSegmentCommand() argument
8588 outs() << " fileoff " << fileoff; in PrintSegmentCommand()
8589 if (fileoff > object_size) in PrintSegmentCommand()
8594 if (fileoff + filesize > object_size) in PrintSegmentCommand()
10119 SLC.vmsize, SLC.fileoff, SLC.filesize, SLC.maxprot, in PrintLoadCommands()
10132 SLC_64.vmaddr, SLC_64.vmsize, SLC_64.fileoff, in PrintLoadCommands()
10300 if (Seg.fileoff == 0 && Seg.filesize != 0) { in printMachOExportsTrie()
10306 if (Seg.fileoff == 0 && Seg.filesize != 0) { in printMachOExportsTrie()