Searched defs:strtabent (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c222 char *strtab, *strtabent, *shstrtab, *shstrtabent; local
436 strtabent = strtab;
437 strtabent++;
449 secsymtabent->st_name = (strtabent - strtab);
463 (void) memcpy(strtabent, ofile, len);
464 strtabent += len;
505 glbsymtabent->st_name = (strtabent - strtab);
516 (void) memcpy(strtabent, outsec->os_name, len);
517 strtabent += len;
519 (void) memcpy(strtabent, MSG_ORI
[all...]

Completed in 45 milliseconds