Home
last modified time | relevance | path

Searched refs:strtabent (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
435 strtabent = strtab; in output()
436 strtabent++; in output()
448 secsymtabent->st_name = (strtabent - strtab); in output()
462 (void) memcpy(strtabent, ofile, len); in output()
463 strtabent += len; in output()
504 glbsymtabent->st_name = (strtabent - strtab); in output()
515 (void) memcpy(strtabent, outsec->os_name, len); in output()
516 strtabent += len; in output()
518 (void) memcpy(strtabent, MSG_ORIG(MSG_STR_START), alen); in output()
[all …]