Lines Matching defs:off
78 static void applySecRel(const SectionChunk *sec, uint8_t *off, in applySecRel()
90 static void applySecIdx(uint8_t *off, OutputSection *os) { in applySecIdx()
100 void SectionChunk::applyRelX64(uint8_t *off, uint16_t type, OutputSection *os, in applyRelX64()
120 void SectionChunk::applyRelX86(uint8_t *off, uint16_t type, OutputSection *os, in applyRelX86()
135 static void applyMOV(uint8_t *off, uint16_t v) { in applyMOV()
140 static uint16_t readMOV(uint8_t *off, bool movt) { in readMOV()
153 void applyMOV32T(uint8_t *off, uint32_t v) { in applyMOV32T()
162 static void applyBranch20T(uint8_t *off, int32_t v) { in applyBranch20T()
172 void applyBranch24T(uint8_t *off, int32_t v) { in applyBranch24T()
183 void SectionChunk::applyRelARM(uint8_t *off, uint16_t type, OutputSection *os, in applyRelARM()
208 void applyArm64Addr(uint8_t *off, uint64_t s, uint64_t p, int shift) { in applyArm64Addr()
222 void applyArm64Imm(uint8_t *off, uint64_t imm, uint32_t rangeLimit) { in applyArm64Imm()
237 static void applyArm64Ldr(uint8_t *off, uint64_t imm) { in applyArm64Ldr()
249 static void applySecRelLow12A(const SectionChunk *sec, uint8_t *off, in applySecRelLow12A()
255 static void applySecRelHigh12A(const SectionChunk *sec, uint8_t *off, in applySecRelHigh12A()
268 static void applySecRelLdr(const SectionChunk *sec, uint8_t *off, in applySecRelLdr()
274 void applyArm64Branch26(uint8_t *off, int64_t v) { in applyArm64Branch26()
280 static void applyArm64Branch19(uint8_t *off, int64_t v) { in applyArm64Branch19()
286 static void applyArm64Branch14(uint8_t *off, int64_t v) { in applyArm64Branch14()
292 void SectionChunk::applyRelARM64(uint8_t *off, uint16_t type, OutputSection *os, in applyRelARM64()
372 uint8_t *off = buf + rel.VirtualAddress; in writeTo() local
696 int64_t off = impSymbol->getRVA() & 0xfff; in writeTo() local
893 size_t off = builder.getOffset(toStringRef(c->getContents())); in assignSubsectionRVAs() local