Searched defs:getRVA (Results 1 – 6 of 6) sorted by relevance
214 uint64_t getRVA() const { return (*data)->getRVA() + sym->Value; } in getRVA() function 234 uint64_t getRVA() { return data->getRVA(); } in getRVA() function 281 uint32_t getRVA() { return c ? c->getRVA() + offset : 0; } in getRVA() function 362 uint64_t getRVA() { return file->location->getRVA(); } in getRVA() function 394 uint64_t getRVA() { return data->getRVA(); } getRVA() function 418 uint64_t getRVA() { return data->getRVA(); } getRVA() function 425 inline uint64_t Defined::getRVA() { getRVA() function [all...]
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
87 uint32_t getRVA() const { return rva; } getRVA() function
1802 Error BaseRelocRef::getRVA(uint32_t &Result) const { getRVA() function in BaseRelocRef