Home
last modified time | relevance | path

Searched defs:getRVA (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lld/COFF/
H A DSymbols.h214 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() : 0; } in getRVA() function
361 uint64_t getRVA() { return file->location->getRVA(); } in getRVA() function
393 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
417 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
424 inline uint64_t Defined::getRVA() { in getRVA() function
H A DWriter.h48 uint64_t getRVA() const { return header.VirtualAddress; } in getRVA() function
H A DDLL.h81 uint64_t getRVA() { return chunks[0]->getRVA(); } in getRVA() function
H A DSymbols.cpp108 uint64_t DefinedAbsolute::getRVA() { return va - ctx.config.imageBase; } in getRVA() function in lld::coff::DefinedAbsolute
H A DChunks.h86 uint32_t getRVA() const { return rva; } in getRVA() function
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DCOFFObjectFile.cpp1750 Error BaseRelocRef::getRVA(uint32_t &Result) const { in getRVA() function in BaseRelocRef