Home | History | Annotate | Download | only in LD

Lines Matching refs:DynObj

84   /// recording symbols added from DynObj to analyze weak alias
86 bool is_dyn_obj = (pInput.type() == Input::DynObj);
293 return Input::DynObj;
466 result->setSource(pInput.type() == Input::DynObj);
475 dynobj
477 assert(pInput.type() == Input::DynObj);
584 /// recording symbols added from DynObj to analyze weak alias
586 bool is_dyn_obj = (pInput.type() == Input::DynObj);
787 return Input::DynObj;
960 result->setSource(pInput.type() == Input::DynObj);
969 /// readDynamic - read ELF .dynamic in input dynobj
971 assert(pInput.type() == Input::DynObj);