Home | History | Annotate | Download | only in gold

Lines Matching full:strtab_size

243 // SHT_DYNAMIC section.  STRTAB_SHNDX, STRTAB, and STRTAB_SIZE are the
253 off_t strtab_size)
280 strtab_size = strtabshdr.get_sh_size();
281 strtabu = this->get_view(strtabshdr.get_sh_offset(), strtab_size, false,
303 if (val >= strtab_size)
306 static_cast<long long>(strtab_size));
315 if (val >= strtab_size)
318 static_cast<long long>(strtab_size));