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

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

Completed in 121 milliseconds