Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/
Drecordmcount.h488 unsigned totrelsz = 0; in tot_relsize() local
495 totrelsz += _w(shdrp->sh_size); in tot_relsize()
497 return totrelsz; in tot_relsize()
516 unsigned const totrelsz = tot_relsize(shdr0, nhdr, shstrtab, fname); in do_func() local
517 Elf_Rel *const mrel0 = umalloc(totrelsz); in do_func()
521 uint_t *const mloc0 = umalloc(totrelsz>>1); in do_func()