Lines Matching +full:non +full:- +full:overlapping
1 //===- OutputSections.h -----------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
35 // non-overlapping file offsets and VAs.
41 return s->kind() == SectionBase::Output; in classof()
44 uint64_t getLMA() const { return ptLoad ? addr + ptLoad->lmaOffset : addr; } in getLMA()
56 // section offset we use the following formula: Off = Off_first + VA -
62 // we consume relocations, but if --emit-relocs is specified (which is rare),
63 // it may have a non-null value.
88 // Used by non-alloc SHT_CREL to hold the header and content byte stream.
126 // Used for implementation of --compress-debug-sections and
127 // --compress-sections.
142 return c->kind == OutputSectionKind; in classof()