Searched defs:getRVA (Results 1 – 6 of 6) sorted by relevance
214 uint64_t getRVA() const { return (*data)->getRVA() + sym->Value; } in getRVA() function234 uint64_t getRVA() { return data->getRVA(); } in getRVA() function281 uint32_t getRVA() { return c ? c->getRVA() : 0; } in getRVA() function361 uint64_t getRVA() { return file->location->getRVA(); } in getRVA() function393 uint64_t getRVA() { return data->getRVA(); } in getRVA() function417 uint64_t getRVA() { return data->getRVA(); } in getRVA() function424 inline uint64_t Defined::getRVA() { in getRVA() function
48 uint64_t getRVA() const { return header.VirtualAddress; } in getRVA() function
81 uint64_t getRVA() { return chunks[0]->getRVA(); } in getRVA() function
108 uint64_t DefinedAbsolute::getRVA() { return va - ctx.config.imageBase; } in getRVA() function in lld::coff::DefinedAbsolute
86 uint32_t getRVA() const { return rva; } in getRVA() function
1750 Error BaseRelocRef::getRVA(uint32_t &Result) const { in getRVA() function in BaseRelocRef