Lines Matching full:nbytes
353 char* alloc_fixup_bytes ( ObjectCode* oc, int nbytes )356 assert(nbytes % 4 == 0);357 assert(nbytes > 0);359 oc->fixup_used += nbytes;