HomeSort by relevance Sort by last modified time
    Searched refs:symbolNeedsPLT (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 251 /// symbolNeedsPLT - return whether the symbol needs a PLT entry
252 bool symbolNeedsPLT(const ResolveInfo& pSym) const;
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 226 if (getTarget().symbolNeedsPLT(*rsym)) {
273 if (getTarget().symbolNeedsPLT(*rsym) &&
339 if (getTarget().symbolNeedsPLT(*rsym)) {
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 527 if (getTarget().symbolNeedsPLT(*rsym)) {
619 if (getTarget().symbolNeedsPLT(*rsym) &&
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 313 if (ld_backend.symbolNeedsPLT(*rsym)) {
389 if (ld_backend.symbolNeedsPLT(*rsym) ||
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 545 if (getTarget().symbolNeedsPLT(*rsym)) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 407 if (getTarget().symbolNeedsPLT(*rsym) && !hasPLT) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 85 milliseconds