Lines Matching refs:OutputSection
75 static bool checkSecRel(const SectionChunk *sec, OutputSection *os) { in checkSecRel()
85 OutputSection *os, uint64_t s) { in applySecRel()
96 static void applySecIdx(uint8_t *off, OutputSection *os) { in applySecIdx()
106 void SectionChunk::applyRelX64(uint8_t *off, uint16_t type, OutputSection *os, in applyRelX64()
126 void SectionChunk::applyRelX86(uint8_t *off, uint16_t type, OutputSection *os, in applyRelX86()
189 void SectionChunk::applyRelARM(uint8_t *off, uint16_t type, OutputSection *os, in applyRelARM()
256 OutputSection *os, uint64_t s) { in applySecRelLow12A()
262 OutputSection *os, uint64_t s) { in applySecRelHigh12A()
275 OutputSection *os, uint64_t s) { in applySecRelLdr()
298 void SectionChunk::applyRelARM64(uint8_t *off, uint16_t type, OutputSection *os, in applyRelARM64()
388 OutputSection *os = c ? c->getOutputSection() : nullptr; in applyRelocation()