Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp8650 uint64_t OffsetInSeg) { in findSection() argument
8654 if (SI.OffsetInSegment > OffsetInSeg) in findSection()
8656 if (OffsetInSeg >= (SI.OffsetInSegment + SI.Size)) in findSection()
8663 StringRef SegInfo::sectionName(uint32_t SegIndex, uint64_t OffsetInSeg) { in sectionName() argument
8664 return findSection(SegIndex, OffsetInSeg).SectionName; in sectionName()
8667 uint64_t SegInfo::address(uint32_t SegIndex, uint64_t OffsetInSeg) { in address() argument
8668 const SectionInfo &SI = findSection(SegIndex, OffsetInSeg); in address()
8669 return SI.SegmentStartAddress + OffsetInSeg; in address()
8679 uint64_t OffsetInSeg = Entry.segmentOffset(); in printMachORebaseTable() local
8681 StringRef SectionName = sectionTable.sectionName(SegIndex, OffsetInSeg); in printMachORebaseTable()
[all …]