Home | History | Annotate | Download | only in gold

Lines Matching defs:bytecount

112   section_size_type bytecount;
115 contents = object->section_contents(xindex_shndx, &bytecount, false);
122 bytecount = convert_to_section_size_type(shdr.get_sh_size());
123 contents = object->get_view(shdr.get_sh_offset(), bytecount, true, false);
127 this->symtab_xindex_.reserve(bytecount / 4);
128 for (section_size_type i = 0; i < bytecount; i += 4)