Home
last modified time | relevance | path

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

/linux-3.4.99/scripts/
Drecordmcount.h179 Elf_Shdr *const shstr, in append_func() argument
194 uint_t const old_shstr_sh_size = _w(shstr->sh_size); in append_func()
195 uint_t const old_shstr_sh_offset = _w(shstr->sh_offset); in append_func()
196 uint_t t = 1 + strlen(mc_name) + _w(shstr->sh_size); in append_func()
199 shstr->sh_size = _w(t); in append_func()
200 shstr->sh_offset = _w(sb.st_size); in append_func()
506 Elf_Shdr *const shstr = &shdr0[w2(ehdr->e_shstrndx)]; in do_func() local
507 char const *const shstrtab = (char const *)(_w(shstr->sh_offset) in do_func()
548 append_func(ehdr, shstr, mloc0, mlocp, mrel0, mrelp, in do_func()