Home
last modified time | relevance | path

Searched refs:pcount (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/zlib/contrib/iostream2/
Dzstream.h200 ::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()
/toolchain/binutils/binutils-2.27/gold/
Dtilegx.cc2015 unsigned int* pcount; in add_entry() local
2021 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()
Ds390.cc1047 unsigned int* pcount; in add_entry() local
1054 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()
Dx86_64.cc1420 unsigned int* pcount; in add_entry() local
1427 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()
Daarch64.cc4448 unsigned int* pcount; in add_entry() local
4455 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()
/toolchain/binutils/binutils-2.27/binutils/
Dstabs.c4530 debug_type **pargs, unsigned int *pcount, in stab_demangle_arg() argument
4547 if (*pcount + 1 >= *palloc) in stab_demangle_arg()
4553 (*pargs)[*pcount] = type; in stab_demangle_arg()
4554 ++*pcount; in stab_demangle_arg()