Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c220 Sym *symtab, *secsymtabent, *glbsymtabent; in output() local
453 glbsymtabent = secsymtabent; in output()
454 glbsymtabent += alist_nitems(odp->od_outsecs); in output()
504 glbsymtabent->st_name = (strtabent - strtab); in output()
506 glbsymtabent->st_shndx = outsec->os_ndx; in output()
507 glbsymtabent->st_size = outsec->os_shdr->sh_size; in output()
508 glbsymtabent++; in output()
524 glbsymtabent->st_name = (strtabent - strtab); in output()
526 glbsymtabent->st_shndx = outsec->os_ndx; in output()
527 glbsymtabent->st_value = outsec->os_shdr->sh_size; in output()
[all …]