Searched refs:oldbytes (Results 1 – 3 of 3) sorted by relevance
8580 size_t oldbytes; in bfd_elf_gc_record_vtentry() local8582 oldbytes = (((h->vtable_entries_size >> log_file_align) + 1) in bfd_elf_gc_record_vtentry()8584 memset (((char *) ptr) + oldbytes, 0, bytes - oldbytes); in bfd_elf_gc_record_vtentry()
8347 size_t oldbytes; local8349 oldbytes = ((h->vtable_entries_size / file_align + 1)8351 memset (((char *) ptr) + oldbytes, 0, bytes - oldbytes);
9748 size_t oldbytes; in bfd_elf_gc_record_vtentry() local9750 oldbytes = (((h->vtable->size >> log_file_align) + 1) in bfd_elf_gc_record_vtentry()9752 memset (((char *) ptr) + oldbytes, 0, bytes - oldbytes); in bfd_elf_gc_record_vtentry()