Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/
Drecordmcount.h276 unsigned int const old_shnum = get_shnum(ehdr, shdr0); in append_func() local
277 unsigned int const new_shnum = 2 + old_shnum; /* {.rel,}__mcount_loc */ in append_func()
300 t += sizeof(Elf_Shdr) * old_shnum; in append_func()
302 sizeof(Elf_Shdr) * old_shnum) < 0) in append_func()
330 mcsec.sh_info = w(old_shnum); in append_func()