reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2294 if (os->ptLoad && os->ptLoad->firstSec == os) 2294 if (os->ptLoad && os->ptLoad->firstSec == os) 2294 if (os->ptLoad && os->ptLoad->firstSec == os) 2295 return alignTo(off, os->ptLoad->p_align, os->addr); 2295 return alignTo(off, os->ptLoad->p_align, os->addr); 2300 if (os->type == SHT_NOBITS) 2304 if (!os->ptLoad) 2305 return alignTo(off, os->alignment); 2309 OutputSection *first = os->ptLoad->firstSec; 2310 return first->offset + os->addr - first->addr;