Home
last modified time | relevance | path

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

/Linux-v5.10/scripts/
Drecordmcount.h271 unsigned int const old_shnum = get_shnum(ehdr, shdr0); in append_func() local
272 unsigned int const new_shnum = 2 + old_shnum; /* {.rel,}__mcount_loc */ in append_func()
295 t += sizeof(Elf_Shdr) * old_shnum; in append_func()
297 sizeof(Elf_Shdr) * old_shnum) < 0) in append_func()
325 mcsec.sh_info = w(old_shnum); in append_func()