Searched refs:SegOffset (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/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, 581 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset, 592 uint64_t SegOffset, 596 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset, 609 return BindRebaseSectionTable->sectionName(SegIndex, SegOffset); in BindRebaseSectionName() 614 uint64_t BindRebaseAddress(uint32_t SegIndex, uint64_t SegOffset) const { in BindRebaseAddress() argument [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOLayoutBuilder.cpp | 151 uint64_t SegOffset = Offset; in layoutSegments() local 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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCWin64EH.cpp | 1154 int64_t SegOffset = 0; in ARM64FindSegmentsInFunction() local 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 ARM64FindSegmentsInFunction() 1200 /* HasProlog */!SegOffset); in ARM64FindSegmentsInFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 354 uint64_t SegOffset = Addr - BaseAddr - SegmentAddr; in writeSection() local 355 assert(SegOffset <= 0xFFFFU); in writeSection() 356 DataSize = std::min(DataSize, 0x10000U - SegOffset); in writeSection() 357 writeData(0, SegOffset, Data.take_front(DataSize)); in writeSection()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 4388 uint64_t SegOffset, in checkSegAndOffsets() argument 4397 uint32_t Start = SegOffset + i * (PointerSize + Skip); in checkSegAndOffsets() 4431 int32_t SegIndex, uint64_t SegOffset) { in findSection() argument 4435 if (SI.OffsetInSegment > SegOffset) in findSection() 4437 if (SegOffset >= (SI.OffsetInSegment + SI.Size)) in findSection() 4447 uint64_t SegOffset) { in sectionName() argument 4448 return findSection(SegIndex, SegOffset).SectionName; in sectionName()
|
| /freebsd-14.2/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()
|