Lines Matching defs:os
77 static bool checkSecRel(const SectionChunk *sec, OutputSection *os) { in checkSecRel()
87 OutputSection *os, uint64_t s) { in applySecRel()
98 static void applySecIdx(uint8_t *off, OutputSection *os, in applySecIdx()
113 void SectionChunk::applyRelX64(uint8_t *off, uint16_t type, OutputSection *os, in applyRelX64()
140 void SectionChunk::applyRelX86(uint8_t *off, uint16_t type, OutputSection *os, in applyRelX86()
208 void SectionChunk::applyRelARM(uint8_t *off, uint16_t type, OutputSection *os, in applyRelARM()
283 OutputSection *os, uint64_t s) { in applySecRelLow12A()
289 OutputSection *os, uint64_t s) { in applySecRelHigh12A()
302 OutputSection *os, uint64_t s) { in applySecRelLdr()
325 void SectionChunk::applyRelARM64(uint8_t *off, uint16_t type, OutputSection *os, in applyRelARM64()
384 llvm::raw_string_ostream os(out); in maybeReportRelocationToDiscarded() local
429 OutputSection *os = c ? file->ctx.getOutputSection(c) : nullptr; in applyRelocation() local