Home
last modified time | relevance | path

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

/scripts/
Drecordmcount.h503 unsigned totrelsz = 0; in tot_relsize() local
510 totrelsz = 0; in tot_relsize()
514 totrelsz += _w(shdrp->sh_size); in tot_relsize()
516 return totrelsz; in tot_relsize()
535 unsigned totrelsz; in do_func() local
548 totrelsz = tot_relsize(shdr0, nhdr, shstrtab, fname); in do_func()
549 if (totrelsz == 0) in do_func()
551 mrel0 = umalloc(totrelsz); in do_func()
557 mloc0 = umalloc(totrelsz>>1); in do_func()