Lines Matching defs:loc
26 void relocateOne(uint8_t *loc, const Reloc &, uint64_t va,
29 void relaxGotLoad(uint8_t *loc, uint8_t type) const override;
33 uint8_t *loc) const override;
45 inline void encodeBranch26(uint32_t *loc, const Reloc &r, uint32_t base,
47 checkInt(loc, r, va, 28);
50 llvm::support::endian::write32le(loc, base | bitField(va, 2, 26, 0));
53 inline void encodeBranch26(uint32_t *loc, SymbolDiagnostic d, uint32_t base,
55 checkInt(loc, d, va, 28);
56 llvm::support::endian::write32le(loc, base | bitField(va, 2, 26, 0));
64 inline void encodePage21(uint32_t *loc, const Reloc &r, uint32_t base,
66 checkInt(loc, r, va, 35);
67 llvm::support::endian::write32le(loc, base | bitField(va, 12, 2, 29) |
71 inline void encodePage21(uint32_t *loc, SymbolDiagnostic d, uint32_t base,
73 checkInt(loc, d, va, 35);
74 llvm::support::endian::write32le(loc, base | bitField(va, 12, 2, 29) |
78 void reportUnalignedLdrStr(void *loc, const Reloc &, uint64_t va, int align);
79 void reportUnalignedLdrStr(void *loc, SymbolDiagnostic, uint64_t va, int align);
87 inline void encodePageOff12(uint32_t *loc, Target t, uint32_t base,
97 reportUnalignedLdrStr(loc, t, va, size);
101 llvm::support::endian::write32le(loc,