Home
last modified time | relevance | path

Searched refs:firstSection (Results 1 – 8 of 8) sorted by relevance

/external/boringssl/src/util/
Dgenerate_build_files.py223 self.firstSection = True
230 if not self.firstSection:
232 self.firstSection = False
329 self.firstSection = True
340 if not self.firstSection:
342 self.firstSection = False
373 self.firstSection = True
/external/llvm-project/lld/MachO/
DOutputSection.cpp17 return addr - parent->firstSection()->addr; in getSegmentOffset()
DMergedOutputSection.h28 const InputSection *firstSection() const { return inputs.front(); } in firstSection() function
DOutputSegment.h35 const OutputSection *firstSection() const { return sections.front(); } in firstSection() function
DWriter.cpp164 c->vmaddr = seg->firstSection()->addr; in writeTo()
619 error("section from " + toString(it->second->firstSection()->file) + in createOutputSections()
DSyntheticSections.cpp517 uint64_t offset = in.lazyPointers->addr - dataSeg->firstSection()->addr + in encode()
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.h465 const SectionBase *firstSection() const { in firstSection() function
DObject.cpp2277 ? Sec.ParentSegment->firstSection() in layoutSectionsForOnlyKeepDebug()
2321 const SectionBase *FirstSec = Seg->firstSection(); in layoutSegmentsForOnlyKeepDebug()