Searched refs:firstSection (Results 1 – 8 of 8) sorted by relevance
223 self.firstSection = True230 if not self.firstSection:232 self.firstSection = False329 self.firstSection = True340 if not self.firstSection:342 self.firstSection = False373 self.firstSection = True
17 return addr - parent->firstSection()->addr; in getSegmentOffset()
28 const InputSection *firstSection() const { return inputs.front(); } in firstSection() function
35 const OutputSection *firstSection() const { return sections.front(); } in firstSection() function
164 c->vmaddr = seg->firstSection()->addr; in writeTo()619 error("section from " + toString(it->second->firstSection()->file) + in createOutputSections()
517 uint64_t offset = in.lazyPointers->addr - dataSeg->firstSection()->addr + in encode()
465 const SectionBase *firstSection() const { in firstSection() function
2277 ? Sec.ParentSegment->firstSection() in layoutSectionsForOnlyKeepDebug()2321 const SectionBase *FirstSec = Seg->firstSection(); in layoutSegmentsForOnlyKeepDebug()