Searched refs:pcount (Results 1 – 6 of 6) sorted by relevance
200 ::gzwrite(m_fp, m_os->str(), m_os->pcount()); in close()242 if (m_os && m_os->pcount()>0) { in os_flush()248 ::gzwrite(m_fp, m_os->str(), m_os->pcount()); in os_flush()
2015 unsigned int* pcount; in add_entry() local2021 pcount = &this->irelative_count_; in add_entry()2027 pcount = &this->count_; in add_entry()2034 plt_index = *pcount; in add_entry()2066 ++*pcount; in add_entry()
1047 unsigned int* pcount; in add_entry() local1054 pcount = &this->irelative_count_; in add_entry()1061 pcount = &this->count_; in add_entry()1071 plt_index = *pcount + offset; in add_entry()1074 ++*pcount; in add_entry()
1420 unsigned int* pcount; in add_entry() local1427 pcount = &this->irelative_count_; in add_entry()1434 pcount = &this->count_; in add_entry()1444 plt_index = *pcount + offset; in add_entry()1447 ++*pcount; in add_entry()
4448 unsigned int* pcount; in add_entry() local4455 pcount = &this->irelative_count_; in add_entry()4461 pcount = &this->count_; in add_entry()4466 gsym->set_plt_offset((*pcount) * this->get_plt_entry_size() in add_entry()4469 ++*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()