Searched refs:pcount (Results 1 – 4 of 4) sorted by relevance
2005 unsigned int* pcount; in add_entry() local2011 pcount = &this->irelative_count_; in add_entry()2017 pcount = &this->count_; in add_entry()2024 plt_index = *pcount; in add_entry()2056 ++*pcount; in add_entry()
1253 unsigned int* pcount; in add_entry() local1260 pcount = &this->irelative_count_; in add_entry()1267 pcount = &this->count_; in add_entry()1277 plt_index = *pcount + offset; in add_entry()1280 ++*pcount; in add_entry()
4316 unsigned int* pcount; in add_entry() local4323 pcount = &this->irelative_count_; in add_entry()4329 pcount = &this->count_; in add_entry()4334 gsym->set_plt_offset((*pcount) * this->get_plt_entry_size() in add_entry()4337 ++*pcount; in add_entry()
4530 debug_type **pargs, unsigned int *pcount, in stab_demangle_arg() argument4547 if (*pcount + 1 >= *palloc) in stab_demangle_arg()4553 (*pargs)[*pcount] = type; in stab_demangle_arg()4554 ++*pcount; in stab_demangle_arg()