Home | History | Annotate | Download | only in switchback

Lines Matching full:nbytes

419 char* alloc_fixup_bytes ( ObjectCode* oc, int nbytes )
422 assert(nbytes % 4 == 0);
423 assert(nbytes > 0);
425 oc->fixup_used += nbytes;
482 static void invalidate_icache(void *ptr, int nbytes)
485 unsigned long endaddr = startaddr + nbytes;