Searched refs:OffsetInSeg (Results 1 – 1 of 1) sorted by relevance
4457 uint64_t BindRebaseSegInfo::address(uint32_t SegIndex, uint64_t OffsetInSeg) { in address() argument4458 const SectionInfo &SI = findSection(SegIndex, OffsetInSeg); in address()4459 return SI.SegmentStartAddress + OffsetInSeg; in address()