Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c221 char *strtab, *strtabent, *shstrtab, *shstrtabent; in output() local
438 shstrtabent = shstrtab; in output()
439 shstrtabent++; in output()
483 outsec->os_shdr->sh_name = (shstrtabent - shstrtab); in output()
486 (void) memcpy(shstrtabent, MSG_ORIG(MSG_STR_DOT), in output()
488 shstrtabent += MSG_STR_DOT_SIZE; in output()
492 (void) memcpy(shstrtabent, outsec->os_name, len); in output()
493 shstrtabent += len; in output()