Home | History | Annotate | Download | only in unused

Lines Matching refs:nbytes

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