Searched refs:frag_not_set (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DLayout.cpp76 Fragment* frag_not_set = NULL; local
79 frag_not_set = first;
83 frag_not_set = first->getNextNode();
87 while(NULL != frag_not_set) {
88 frag_not_set->setLayoutOrder(layout_order);
90 frag_not_set = frag_not_set->getNextNode();
113 Fragment* frag_not_set = NULL; local
116 frag_not_set = first;
121 frag_not_set
[all...]

Completed in 51 milliseconds