Home | History | Annotate | Download | only in gold

Lines Matching refs:intarg

5597   uintptr_t intarg = reinterpret_cast<uintptr_t>(arg);
5598 gold_assert(intarg < this->tlsdesc_reloc_info_.size());
5599 const Tlsdesc_info& ti(this->tlsdesc_reloc_info_[intarg]);
6153 uintptr_t intarg = target->add_tlsdesc_info(object, r_sym);
6154 void* arg = reinterpret_cast<void*>(intarg);