Lines Matching refs:OutputSection
76 static bool checkSecRel(const SectionChunk *sec, OutputSection *os) { in checkSecRel()
86 OutputSection *os, uint64_t s) { in applySecRel()
97 static void applySecIdx(uint8_t *off, OutputSection *os) { in applySecIdx()
107 void SectionChunk::applyRelX64(uint8_t *off, uint16_t type, OutputSection *os, in applyRelX64()
127 void SectionChunk::applyRelX86(uint8_t *off, uint16_t type, OutputSection *os, in applyRelX86()
190 void SectionChunk::applyRelARM(uint8_t *off, uint16_t type, OutputSection *os, in applyRelARM()
258 OutputSection *os, uint64_t s) { in applySecRelLow12A()
264 OutputSection *os, uint64_t s) { in applySecRelHigh12A()
277 OutputSection *os, uint64_t s) { in applySecRelLdr()
300 void SectionChunk::applyRelARM64(uint8_t *off, uint16_t type, OutputSection *os, in applyRelARM64()
390 OutputSection *os = c ? file->ctx.getOutputSection(c) : nullptr; in applyRelocation()