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

/linux-master/scripts/
H A Drecordmcount.h259 Elf_Shdr *const shstr,
273 uint_t const old_shstr_sh_size = _w(shstr->sh_size);
274 uint_t const old_shstr_sh_offset = _w(shstr->sh_offset);
278 uint_t t = 1 + strlen(mc_name) + _w(shstr->sh_size);
281 shstr->sh_size = _w(t);
282 shstr->sh_offset = _w(sb.st_size);
612 Elf_Shdr *const shstr = &shdr0[get_shstrndx(ehdr, shdr0)]; local
613 char const *const shstrtab = (char const *)(_w(shstr->sh_offset)
691 result = append_func(ehdr, shstr, mloc0, mlocp, mrel0, mrelp,
258 append_func(Elf_Ehdr *const ehdr, Elf_Shdr *const shstr, uint_t const *const mloc0, uint_t const *const mlocp, Elf_Rel const *const mrel0, Elf_Rel const *const mrelp, unsigned int const rel_entsize, unsigned int const symsec_sh_link) argument

Completed in 121 milliseconds