Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c1825 sym->st_value = sap->sa_boundsec-> in update_osym()
1827 sectndx = elf_ndxscn(sap->sa_boundsec->os_scn); in update_osym()
1831 sym->st_value = sap->sa_boundsec-> in update_osym()
1833 sap->sa_boundsec->os_shdr->sh_size; in update_osym()
1834 sectndx = elf_ndxscn(sap->sa_boundsec->os_scn); in update_osym()
H A Dsyms.c967 bsdp->sd_aux->sa_boundsec = osp; in sym_add_bounds()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1228 Os_desc *sa_boundsec; /* output section of SECBOUND_ syms */ member