Home | History | Annotate | Download | only in ARM

Lines Matching refs:sd

948       SectionData* sd = (*island).begin()->getParent();
950 if (sd != prev) {
951 sd->getSection().setSize(sd->back().getOffset() + sd->back().size());
954 prev = sd;