Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c222 char *strtab, *strtabent, *shstrtab, *shstrtabent; in output() local
439 shstrtabent = shstrtab; in output()
440 shstrtabent++; in output()
484 outsec->os_shdr->sh_name = (shstrtabent - shstrtab); in output()
487 (void) memcpy(shstrtabent, MSG_ORIG(MSG_STR_DOT), in output()
489 shstrtabent += MSG_STR_DOT_SIZE; in output()
493 (void) memcpy(shstrtabent, outsec->os_name, len); in output()
494 shstrtabent += len; in output()