Searched refs:SegOffset (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | MachO.h | 137 const char *checkSegAndOffsets(int32_t SegIndex, uint64_t SegOffset, 142 StringRef sectionName(int32_t SegIndex, uint64_t SegOffset); 143 uint64_t address(uint32_t SegIndex, uint64_t SegOffset); 155 const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset); 578 const char *BindEntryCheckSegAndOffsets(int32_t SegIndex, uint64_t SegOffset, 582 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset, 593 uint64_t SegOffset, 597 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset, 609 StringRef BindRebaseSectionName(uint32_t SegIndex, uint64_t SegOffset) const { in BindRebaseSectionName() argument 610 return BindRebaseSectionTable->sectionName(SegIndex, SegOffset); in BindRebaseSectionName() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOLayoutBuilder.cpp | 151 uint64_t SegOffset = Offset; in layoutSegments() 164 Sec->Offset = SegOffset + SegFileSize + PaddingSize; in layoutSegments() 172 Sec->Offset = SegOffset + SectOffset; in layoutSegments() 196 MLC.segment_command_data.fileoff = SegOffset; in layoutSegments() 205 MLC.segment_command_64_data.fileoff = SegOffset; in layoutSegments() 150 uint64_t SegOffset = Offset; layoutSegments() local
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCWin64EH.cpp | 1154 int64_t SegOffset = 0; in ARM64FindSegmentsInFunction() 1165 int64_t SegEnd = SegOffset + SegLength; in ARM64FindSegmentsInFunction() 1184 SegLength = Epilogs[E].Offset - SegOffset; in ARM64FindSegmentsInFunction() 1187 SegOffset, SegLength, /* HasProlog */!SegOffset); in ARM64FindSegmentsInFunction() 1191 SegOffset += SegLength; in ARM64FindSegmentsInFunction() 1199 WinEH::FrameInfo::Segment(SegOffset, RawFuncLength - SegOffset, in ARM64EmitUnwindInfoForSegment() 1200 /* HasProlog */!SegOffset); in ARM64EmitUnwindInfoForSegment() 1145 int64_t SegOffset = 0; ARM64FindSegmentsInFunction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 4392 uint64_t SegOffset, in checkSegAndOffsets() argument 4401 uint64_t Start = SegOffset + i * (PointerSize + Skip); in checkSegAndOffsets() 4435 int32_t SegIndex, uint64_t SegOffset) { in findSection() argument 4439 if (SI.OffsetInSegment > SegOffset) in findSection() 4441 if (SegOffset >= (SI.OffsetInSegment + SI.Size)) in findSection() 4451 uint64_t SegOffset) { in sectionName() argument 4452 return findSection(SegIndex, SegOffset).SectionName; in sectionName()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 373 uint64_t SegOffset = Addr - BaseAddr - SegmentAddr; in writeSection() local 374 assert(SegOffset <= 0xFFFFU); in writeSection() 375 DataSize = std::min(DataSize, 0x10000U - SegOffset); in writeSection() 376 writeData(0, SegOffset, Data.take_front(DataSize)); in writeSection()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 1326 uint64_t SegOffset = 0; in PrintChainedFixups() local 1328 SegOffset = Segments[StartsIdx].Offset; in PrintChainedFixups() 1332 outs() << " seg_offset[" << I << "] = " << SegOffset << " (" in PrintChainedFixups()
|