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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h 81 /// isGpDisp - return true if relocation is against _gp_disp symbol.
82 bool isGpDisp(const Relocation& pReloc) const;
MipsRelocator.cpp 583 bool MipsRelocator::isGpDisp(const Relocation& pReloc) const
861 if (pParent.isGpDisp(pReloc.parent())) {
888 if (pParent.isGpDisp(pReloc.parent())) {

Completed in 59 milliseconds