Home
last modified time | relevance | path

Searched refs:secsymtabent (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
446 secsymtabent = symtab; in output()
447 secsymtabent++; in output()
448 secsymtabent->st_name = (strtabent - strtab); in output()
449 secsymtabent->st_info = ELF_ST_INFO(STB_LOCAL, STT_NOTYPE); in output()
450 secsymtabent->st_shndx = SHN_ABS; in output()
451 secsymtabent++; in output()
453 glbsymtabent = secsymtabent; in output()
475 secsymtabent->st_shndx = outsec->os_ndx; in output()
476 secsymtabent++; in output()
[all …]