Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Object/
DELFObjectFile.cpp627 std::optional<SectionRef> Plt, RelaPlt, GotPlt; in getPltAddresses() local
641 GotPlt = Section; in getPltAddresses()
643 if (!Plt || !RelaPlt || !GotPlt) in getPltAddresses()
652 GotPlt->getAddress(), Triple); in getPltAddresses()