Searched refs:mrel0 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/scripts/ |
H A D | recordmcount.h | 262 Elf_Rel const *const mrel0, in append_func() 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, mrel in do_func() 258 append_func(Elf_Ehdr *const ehdr, Elf_Shdr *const shstr, uint_t const *const mloc0, uint_t const *const mlocp, Elf_Rel const *const mrel0, Elf_Rel const *const mrelp, unsigned int const rel_entsize, unsigned int const symsec_sh_link) append_func() argument [all...] |
/kernel/linux/linux-6.6/scripts/ |
H A D | recordmcount.h | 262 Elf_Rel const *const mrel0, in append_func() 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, mrel in do_func() 258 append_func(Elf_Ehdr *const ehdr, Elf_Shdr *const shstr, uint_t const *const mloc0, uint_t const *const mlocp, Elf_Rel const *const mrel0, Elf_Rel const *const mrelp, unsigned int const rel_entsize, unsigned int const symsec_sh_link) append_func() argument [all...] |
Completed in 4 milliseconds