reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
80 virtual void relocateOne(uint8_t *loc, RelType type, uint64_t val) const = 0;
205 void relocateOne(uint8_t *loc, RelType type, uint64_t val) const override;
366 relocateOne(loc, type, val); 375 relocateOne(loc, R_PPC64_TOC16_LO, val); 406 relocateOne(loc, R_PPC64_TPREL16_HA, val); 414 relocateOne(loc + 4 + (config->ekind == ELF64BEKind ? 2 : 0), 455 relocateOne(loc, type, val); 516 relocateOne(loc, R_PPC64_TPREL16_HA, val); 528 relocateOne(loc + offset, R_PPC64_TPREL16_LO, val); 970 relocateOne(loc, R_PPC64_GOT_TPREL16_HA, val); 978 relocateOne(loc, R_PPC64_GOT_TPREL16_LO_DS, val);