Home | History | Annotate | Download | only in gold

Lines Matching refs:intarg

2590 		    uintptr_t intarg = target->add_tlsdesc_info(object, r_sym);
2591 void* arg = reinterpret_cast<void*>(intarg);
4458 uintptr_t intarg = reinterpret_cast<uintptr_t>(arg);
4459 gold_assert(intarg < this->tlsdesc_reloc_info_.size());
4460 const Tlsdesc_info& ti(this->tlsdesc_reloc_info_[intarg]);