Home
last modified time | relevance | path

Searched defs:hasPLT (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h48 bool hasPLT() const { return (f_pPLT != NULL) && (f_pPLT->size() != 0); } in hasPLT() function
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.cpp349 bool hasPLT = rsym->reserved() & ReservePLT; in scanGlobalReloc() local