Home
last modified time | relevance | path

Searched refs:GotBaseVA (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp714 uint64_t GotBaseVA = 0; in getPltEntries() local
728 GotBaseVA = Section.getAddress(); in getPltEntries()
750 GotPltEntry = static_cast<int32_t>(GotPltEntry) + GotBaseVA; in getPltEntries()