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