Home
last modified time | relevance | path

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

/Linux-v5.10/scripts/
Drecordmcount.h214 static void set_shnum(Elf_Ehdr *ehdr, Elf_Shdr *shdr0, unsigned int new_shnum) in set_shnum() argument
216 if (new_shnum >= SHN_LORESERVE) { in set_shnum()
218 shdr0->sh_size = w(new_shnum); in set_shnum()
220 ehdr->e_shnum = w2(new_shnum); in set_shnum()
272 unsigned int const new_shnum = 2 + old_shnum; /* {.rel,}__mcount_loc */ in append_func() local
282 set_shnum(ehdr, shdr0, new_shnum); in append_func()