Home
last modified time | relevance | path

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

/openbmc/linux/scripts/
H A Drecordmcount.h589 unsigned totrelsz = 0; in tot_relsize() local
596 totrelsz = 0; in tot_relsize()
600 totrelsz += _w(shdrp->sh_size); in tot_relsize()
602 return totrelsz; in tot_relsize()
623 unsigned totrelsz; in do_func() local
636 totrelsz = tot_relsize(shdr0, nhdr, shstrtab, fname); in do_func()
637 if (totrelsz == 0) in do_func()
639 mrel0 = umalloc(totrelsz); in do_func()
645 mloc0 = umalloc(totrelsz>>1); in do_func()