Searched refs:getRelocAttrs (Results 1 – 8 of 8) sorted by relevance
61 const RelocAttrs &relocAttrs = target->getRelocAttrs(r.type); in validateSymbolRelocation()128 error(locStr + ": relocation " + target->getRelocAttrs(r.type).name + in reportRangeError()
106 const RelocAttrs &getRelocAttrs(uint8_t type) const { in getRelocAttrs() function114 return getRelocAttrs(type).hasAttr(bit); in hasAttr()
95 const RelocAttrs &relocAttrs = target->getRelocAttrs(type); in resolveSymbolVA()
677 const RelocAttrs &relocAttrs = target->getRelocAttrs(r.type); in prepareSymbolRelocation()
501 const RelocAttrs &relocAttrs = target->getRelocAttrs(rel.r_type); in validateRelocationInfo()
1994 RelocAttrs attrs = target->getRelocAttrs(rel.type); in setUp()
104 error(getRelocAttrs(type).name + " reloc requires LDR instruction"); in relaxGotLoad()
201 error(getRelocAttrs(type).name + " reloc requires MOVQ instruction"); in relaxGotLoad()