reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/BinaryFormat/MachO.h
 1088   sys::swapByteOrder(sect.offset);
lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
  123       DataOffset = Sec64.offset;
lib/Object/MachOObjectFile.cpp
  302           s.offset > FileSize)
  310           s.offset < SizeOfHeaders && s.size != 0)
  314       uint64_t BigSize = s.offset;
  354         if (Error Err = checkOverlappingElement(Elements, s.offset, s.size,
 1929     SectOffset = Sect.offset;
 1960     Offset = Sect.offset;
 2049     return getSection64(Sec).offset == 0;
lib/ObjectYAML/MachOEmitter.cpp
   97   TempSec.offset = Sec.offset;
lib/ObjectYAML/MachOYAML.cpp
  462   IO.mapRequired("offset", Section.offset);
tools/dsymutil/MachOUtils.cpp
  275     Sect.offset = Sect.reloff = Sect.nreloc = 0;
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  305             (const uint8_t *)start + read32(&sect->offset, isBig);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  653     sout->offset = _sectInfo[&sin].fileOffset;
  721         sect->offset  = 0;
  723         sect->offset  = section->address - seg.address + segInfo.fileOffset;
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1657     if (m_data.GetU32(&offset, &sect64.offset, num_u32s) == nullptr)
 1703           if (sect64.offset) {
 1709             const lldb::addr_t section_min_file_offset = sect64.offset;
 1737               sect64.offset, // Offset to the data for this section in
 1739               sect64.offset ? sect64.size : 0, // Size in bytes of
 1759           sect64.offset, sect64.offset == 0 ? 0 : sect64.size, sect64.align,
 1759           sect64.offset, sect64.offset == 0 ? 0 : sect64.size, sect64.align,
 1766                                    sect64.offset) != nullptr;
tools/llvm-objcopy/MachO/MachOReader.cpp
   41   S.Offset = Sec.offset;
tools/llvm-objcopy/MachO/MachOWriter.cpp
  215   Temp.offset = Sec.Offset;
tools/llvm-objdump/MachODump.cpp
 3026           uint64_t object_offset = Sec.offset + sect_offset;
 3236           uint64_t object_offset = Sec.offset + sect_offset;
10091                      S_64.offset, S_64.align, S_64.reloff, S_64.nreloc,
tools/llvm-readobj/MachODumper.cpp
  350   Section.Offset      = Sect.offset;
tools/llvm-size/llvm-size.cpp
  243                  << Sec.offset << ")";
tools/obj2yaml/macho2yaml.cpp
   72   TempSec.offset = Sec.offset;
   82         yaml::BinaryRef(Obj.getSectionContents(Sec.offset, Sec.size));