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

/linux-master/scripts/
H A Drecordmcount.h219 static void set_shnum(Elf_Ehdr *ehdr, Elf_Shdr *shdr0, unsigned int new_shnum) argument
221 if (new_shnum >= SHN_LORESERVE) {
223 shdr0->sh_size = w(new_shnum);
225 ehdr->e_shnum = w2(new_shnum);
277 unsigned int const new_shnum = 2 + old_shnum; /* {.rel,}__mcount_loc */ local
287 set_shnum(ehdr, shdr0, new_shnum);

Completed in 110 milliseconds