Searched refs:getRelocAttrs (Results 1 – 8 of 8) sorted by relevance
36 const RelocAttrs &relocAttrs = target->getRelocAttrs(r.type); in validateSymbolRelocation()103 error(locStr + ": relocation " + target->getRelocAttrs(r.type).name + in reportRangeError()
90 const RelocAttrs &getRelocAttrs(uint8_t type) const { in getRelocAttrs() function98 return getRelocAttrs(type).hasAttr(bit); in hasAttr()
96 const RelocAttrs &relocAttrs = target->getRelocAttrs(type); in resolveSymbolVA()
653 const RelocAttrs &relocAttrs = target->getRelocAttrs(r.type); in prepareSymbolRelocation()
503 const RelocAttrs &relocAttrs = target->getRelocAttrs(rel.r_type); in validateRelocationInfo()
1971 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()