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() + offset : 0; } in getRVA() function362 uint64_t getRVA() { return file->location->getRVA(); } in getRVA() function394 uint64_t getRVA() { return data->getRVA(); } in getRVA() function418 uint64_t getRVA() { return data->getRVA(); } in getRVA() function425 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
93 uint32_t getRVA() const { return rva; } in getRVA() function
1786 Error BaseRelocRef::getRVA(uint32_t &Result) const { in getRVA() function in BaseRelocRef