Searched refs:oldbytes (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Delflink.c9406 size_t oldbytes;
9408 oldbytes = (((h->vtable->size >> log_file_align) + 1)
9410 memset (((char *) ptr) + oldbytes, 0, bytes - oldbytes);
9394 size_t oldbytes; local
/haiku-buildtools/binutils/bfd/
H A Delflink.c13411 size_t oldbytes;
13413 oldbytes = (((h->vtable->size >> log_file_align) + 1)
13415 memset (((char *) ptr) + oldbytes, 0, bytes - oldbytes);
13396 size_t oldbytes; local

Completed in 141 milliseconds