Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp138 if (pFormat.hasRelPlt() || pFormat.hasRelaPlt()) { in reserveEntries()
238 if (pFormat.hasRelPlt()) { in applyEntries()
/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h54 bool hasRelPlt() const { in hasRelPlt() function