Searched refs:getRVAFromSectOffset (Results 1 – 5 of 5) sorted by relevance
42 return Session.getRVAFromSectOffset(Sym.Segment, Sym.Offset); in getRelativeVirtualAddress()
39 return Session.getRVAFromSectOffset(Section, Offset); in getRelativeVirtualAddress()
56 return Session.getRVAFromSectOffset(Sym.Segment, Sym.CodeOffset); in getRelativeVirtualAddress()
381 uint32_t NativeSession::getRVAFromSectOffset(uint32_t Section, in getRVAFromSectOffset() function in NativeSession399 return LoadAddress + getRVAFromSectOffset(Section, Offset); in getVAFromSectOffset()
115 uint32_t getRVAFromSectOffset(uint32_t Section, uint32_t Offset) const;