Lines Matching defs:os
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()
112 void SectionChunk::applyRelX64(uint8_t *off, uint16_t type, OutputSection *os, in applyRelX64()
139 void SectionChunk::applyRelX86(uint8_t *off, uint16_t type, OutputSection *os, in applyRelX86()
207 void SectionChunk::applyRelARM(uint8_t *off, uint16_t type, OutputSection *os, in applyRelARM()
282 OutputSection *os, uint64_t s) { in applySecRelLow12A()
288 OutputSection *os, uint64_t s) { in applySecRelHigh12A()
301 OutputSection *os, uint64_t s) { in applySecRelLdr()
324 void SectionChunk::applyRelARM64(uint8_t *off, uint16_t type, OutputSection *os, in applyRelARM64()
383 llvm::raw_string_ostream os(out); in maybeReportRelocationToDiscarded() local
422 OutputSection *os = c ? file->ctx.getOutputSection(c) : nullptr; in applyRelocation() local