Home
last modified time | relevance | path

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

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