Home
last modified time | relevance | path

Searched refs:oldbytes (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/bfd/
Delflink.c8580 size_t oldbytes; in bfd_elf_gc_record_vtentry() local
8582 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()
Delflink.h8347 size_t oldbytes; local
8349 oldbytes = ((h->vtable_entries_size / file_align + 1)
8351 memset (((char *) ptr) + oldbytes, 0, bytes - oldbytes);
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delflink.c9748 size_t oldbytes; in bfd_elf_gc_record_vtentry() local
9750 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()