Home
last modified time | relevance | path

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

/scripts/
Drecordmcount.h181 Elf_Rel const *const mrel0, in append_func() argument
243 mcsec.sh_size = _w((void *)mrelp - (void *)mrel0); in append_func()
254 if (uwrite(mrel0, (void *)mrelp - (void *)mrel0) < 0) in append_func()
537 Elf_Rel * mrel0; in do_func() local
551 mrel0 = umalloc(totrelsz); in do_func()
552 mrelp = mrel0; in do_func()
553 if (!mrel0) in do_func()
560 free(mrel0); in do_func()
600 result = append_func(ehdr, shstr, mloc0, mlocp, mrel0, mrelp, in do_func()
603 free(mrel0); in do_func()