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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 230 if (getTarget().symbolNeedsPLT(*rsym)) {
277 if (getTarget().symbolNeedsPLT(*rsym) &&
342 if (getTarget().symbolNeedsPLT(*rsym)) {
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 249 /// symbolNeedsPLT - return whether the symbol needs a PLT entry
251 bool symbolNeedsPLT(const ResolveInfo& pSym) const;
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 565 if (getTarget().symbolNeedsPLT(*rsym)) {
657 if (getTarget().symbolNeedsPLT(*rsym) &&
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 304 if (ld_backend.symbolNeedsPLT(*rsym)) {
380 if (ld_backend.symbolNeedsPLT(*rsym) ||
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 435 if (getTarget().symbolNeedsPLT(*rsym) &&
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 610 if (getTarget().symbolNeedsPLT(*rsym)) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 851 milliseconds