Lines Matching refs:OutputSection
73 static bool checkSecRel(const SectionChunk *Sec, OutputSection *OS) { in checkSecRel()
83 OutputSection *OS, uint64_t S) { in applySecRel()
94 static void applySecIdx(uint8_t *Off, OutputSection *OS) { in applySecIdx()
104 void SectionChunk::applyRelX64(uint8_t *Off, uint16_t Type, OutputSection *OS, in applyRelX64()
124 void SectionChunk::applyRelX86(uint8_t *Off, uint16_t Type, OutputSection *OS, in applyRelX86()
187 void SectionChunk::applyRelARM(uint8_t *Off, uint16_t Type, OutputSection *OS, in applyRelARM()
253 OutputSection *OS, uint64_t S) { in applySecRelLow12A()
259 OutputSection *OS, uint64_t S) { in applySecRelHigh12A()
272 OutputSection *OS, uint64_t S) { in applySecRelLdr()
295 void SectionChunk::applyRelARM64(uint8_t *Off, uint16_t Type, OutputSection *OS, in applyRelARM64()
377 OutputSection *OS = C ? C->getOutputSection() : nullptr; in writeTo()