Home
last modified time | relevance | path

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

/openbmc/linux/scripts/
H A Drecordmcount.h259 Elf_Shdr *const shstr, in append_func() argument
273 uint_t const old_shstr_sh_size = _w(shstr->sh_size); in append_func()
274 uint_t const old_shstr_sh_offset = _w(shstr->sh_offset); in append_func()
278 uint_t t = 1 + strlen(mc_name) + _w(shstr->sh_size); in append_func()
281 shstr->sh_size = _w(t); in append_func()
282 shstr->sh_offset = _w(sb.st_size); in append_func()
612 Elf_Shdr *const shstr = &shdr0[get_shstrndx(ehdr, shdr0)]; in do_func() local
613 char const *const shstrtab = (char const *)(_w(shstr->sh_offset) in do_func()
691 result = append_func(ehdr, shstr, mloc0, mlocp, mrel0, mrelp, in do_func()
/openbmc/u-boot/tools/
H A Dmips-relocs.c98 #define shstr(idx) (&shstrtab[idx]) macro
292 sh_name = shstr(shdr_field(i, sh_name)); in main()
322 sh_name = shstr(shdr_field(i, sh_name)); in main()
337 if (strcmp(&sh_name[strlen(rel_pfx) - 1], shstr(shdr_field(j, sh_name)))) in main()