Searched refs:getRVAFromSectOffset (Results 1 – 5 of 5) sorted by relevance
43 return Session.getRVAFromSectOffset(Sym.Segment, Sym.Offset); in getRelativeVirtualAddress()
38 return Session.getRVAFromSectOffset(Section, Offset); in getRelativeVirtualAddress()
52 return Session.getRVAFromSectOffset(Sym.Segment, Sym.CodeOffset); in getRelativeVirtualAddress()
373 uint32_t NativeSession::getRVAFromSectOffset(uint32_t Section, in getRVAFromSectOffset() function in NativeSession391 return LoadAddress + getRVAFromSectOffset(Section, Offset); in getVAFromSectOffset()
111 uint32_t getRVAFromSectOffset(uint32_t Section, uint32_t Offset) const;