Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c221 Sym *symtab, *secsymtabent, *glbsymtabent; in output() local
454 glbsymtabent = secsymtabent; in output()
455 glbsymtabent += alist_nitems(odp->od_outsecs); in output()
505 glbsymtabent->st_name = (strtabent - strtab); in output()
506 glbsymtabent->st_info = ELF_ST_INFO(STB_GLOBAL, STT_OBJECT); in output()
507 glbsymtabent->st_shndx = outsec->os_ndx; in output()
508 glbsymtabent->st_size = outsec->os_shdr->sh_size; in output()
509 glbsymtabent++; in output()
525 glbsymtabent->st_name = (strtabent - strtab); in output()
526 glbsymtabent->st_info = ELF_ST_INFO(STB_GLOBAL, STT_OBJECT); in output()
[all …]