Lines Matching refs:getRVA
160 uint64_t getRVA();
208 uint64_t getRVA() const { return (*data)->getRVA() + sym->Value; } in getRVA() function
228 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
253 uint64_t getRVA() { return va - config->imageBase; } in getRVA() function
279 uint32_t getRVA() { return c ? c->getRVA() : 0; } in getRVA() function
347 uint64_t getRVA() { return file->location->getRVA(); } in getRVA() function
378 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
401 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
408 inline uint64_t Defined::getRVA() { in getRVA() function
411 return cast<DefinedAbsolute>(this)->getRVA(); in getRVA()
413 return cast<DefinedSynthetic>(this)->getRVA(); in getRVA()
415 return cast<DefinedImportData>(this)->getRVA(); in getRVA()
417 return cast<DefinedImportThunk>(this)->getRVA(); in getRVA()
419 return cast<DefinedLocalImport>(this)->getRVA(); in getRVA()
421 return cast<DefinedCommon>(this)->getRVA(); in getRVA()
423 return cast<DefinedRegular>(this)->getRVA(); in getRVA()