Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELFObjectFile.cpp408 Optional<SectionRef> Plt = None, RelaPlt = None, GotPlt = None; in getPltAddresses() local
420 RelaPlt = Section; in getPltAddresses()
424 if (!Plt || !RelaPlt || !GotPlt) in getPltAddresses()
441 for (const auto &Relocation : RelaPlt->relocations()) { in getPltAddresses()