Lines Matching refs:strtabent
222 char *strtab, *strtabent, *shstrtab, *shstrtabent; in output() local
436 strtabent = strtab; in output()
437 strtabent++; in output()
449 secsymtabent->st_name = (strtabent - strtab); in output()
463 (void) memcpy(strtabent, ofile, len); in output()
464 strtabent += len; in output()
505 glbsymtabent->st_name = (strtabent - strtab); in output()
516 (void) memcpy(strtabent, outsec->os_name, len); in output()
517 strtabent += len; in output()
519 (void) memcpy(strtabent, MSG_ORIG(MSG_STR_START), alen); in output()
520 strtabent += alen; in output()
525 glbsymtabent->st_name = (strtabent - strtab); in output()
535 (void) memcpy(strtabent, outsec->os_name, len); in output()
536 strtabent += len; in output()
538 (void) memcpy(strtabent, MSG_ORIG(MSG_STR_END), alen); in output()
539 strtabent += alen; in output()