Searched defs:is_dyn_obj (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp86 bool is_dyn_obj = (pInput.type() == Input::DynObj); local
152 if (is_dyn_obj && psym != NULL && ResolveInfo::Undefined != ld_desc &&
169 if (is_dyn_obj) {
586 bool is_dyn_obj = (pInput.type() == Input::DynObj); local
652 if (is_dyn_obj && psym != NULL && ResolveInfo::Undefined != ld_desc &&
665 if (is_dyn_obj) {

Completed in 49 milliseconds