Home | History | Annotate | Download | only in gold

Lines Matching refs:nextcode

243       uint64_t nextcode = read_unsigned_LEB_128(this->buffer_pos_, &len);
244 if (nextcode == 0)
289 this->store_abbrev(nextcode, entry);
290 if (nextcode == code)