Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/
Drecordmcount.h262 Elf_Rel const *const mrel0, in append_func() argument
328 mcsec.sh_size = _w((void *)mrelp - (void *)mrel0); in append_func()
339 if (uwrite(mrel0, (void *)mrelp - (void *)mrel0) < 0) in append_func()
625 Elf_Rel * mrel0; in do_func() local
639 mrel0 = umalloc(totrelsz); in do_func()
640 mrelp = mrel0; in do_func()
641 if (!mrel0) in do_func()
648 free(mrel0); in do_func()
691 result = append_func(ehdr, shstr, mloc0, mlocp, mrel0, mrelp, in do_func()
694 free(mrel0); in do_func()