Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dtilegx.cc2005 unsigned int* pcount; in add_entry() local
2011 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()
Dx86_64.cc1253 unsigned int* pcount; in add_entry() local
1260 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()
Daarch64.cc4316 unsigned int* pcount; in add_entry() local
4323 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()
/toolchain/binutils/binutils-2.25/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()