Home
last modified time | relevance | path

Searched refs:SegOffset (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h137 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);
575 const char *BindEntryCheckSegAndOffsets(int32_t SegIndex, uint64_t SegOffset,
578 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset,
589 uint64_t SegOffset,
593 return BindRebaseSectionTable->checkSegAndOffsets(SegIndex, SegOffset,
606 return BindRebaseSectionTable->sectionName(SegIndex, SegOffset); in BindRebaseSectionName()
611 uint64_t BindRebaseAddress(uint32_t SegIndex, uint64_t SegOffset) const { in BindRebaseAddress() argument
[all …]
/openbsd/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOLayoutBuilder.cpp150 uint64_t SegOffset = Offset; in layoutSegments() local
163 Sec->Offset = SegOffset + SegFileSize + PaddingSize; in layoutSegments()
171 Sec->Offset = SegOffset + SectOffset; in layoutSegments()
195 MLC.segment_command_data.fileoff = SegOffset; in layoutSegments()
204 MLC.segment_command_64_data.fileoff = SegOffset; in layoutSegments()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCWin64EH.cpp1145 int64_t SegOffset = 0; in ARM64FindSegmentsInFunction() local
1156 int64_t SegEnd = SegOffset + SegLength; in ARM64FindSegmentsInFunction()
1175 SegLength = Epilogs[E].Offset - SegOffset; in ARM64FindSegmentsInFunction()
1178 SegOffset, SegLength, /* HasProlog */!SegOffset); in ARM64FindSegmentsInFunction()
1182 SegOffset += SegLength; in ARM64FindSegmentsInFunction()
1190 WinEH::FrameInfo::Segment(SegOffset, RawFuncLength - SegOffset, in ARM64FindSegmentsInFunction()
1191 /* HasProlog */!SegOffset); in ARM64FindSegmentsInFunction()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp4381 uint64_t SegOffset, in checkSegAndOffsets() argument
4390 uint32_t Start = SegOffset + i * (PointerSize + Skip); in checkSegAndOffsets()
4424 int32_t SegIndex, uint64_t SegOffset) { in findSection() argument
4428 if (SI.OffsetInSegment > SegOffset) in findSection()
4430 if (SegOffset >= (SI.OffsetInSegment + SI.Size)) in findSection()
4440 uint64_t SegOffset) { in sectionName() argument
4441 return findSection(SegIndex, SegOffset).SectionName; in sectionName()
/openbsd/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp354 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()
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp1352 uint64_t SegOffset = 0; in PrintChainedFixups() local
1354 SegOffset = Segments[StartsIdx].Offset; in PrintChainedFixups()
1358 outs() << " seg_offset[" << I << "] = " << SegOffset << " (" in PrintChainedFixups()