Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c276 if (ofl->ofl_osdyntlssort) { /* .SUNW_dyntlssort */ in update_osym()
278 ofl->ofl_osdyntlssort->os_outdata->d_buf; in update_osym()
2099 if (ofl->ofl_osdyntlssort) { /* .SUNW_dyntlssort */ in update_osym()
2100 ofl->ofl_osdyntlssort->os_shdr->sh_link = in update_osym()
2336 if (ofl->ofl_osdynsymsort || ofl->ofl_osdyntlssort) { in update_odynamic()
2354 if (ofl->ofl_osdyntlssort) { in update_odynamic()
2355 shdr = ofl->ofl_osdyntlssort->os_shdr; in update_odynamic()
H A Dsections.c2235 if ((ofl->ofl_osdyntlssort = ld_place_section(ofl, isec, NULL, in make_dynsort()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h367 Os_desc *ofl_osdyntlssort; /* .SUNW_dyntlssort output section */ member