Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dupdate.c270 if (ofl->ofl_osdyntlssort) { /* .SUNW_dyntlssort */ in update_osym()
272 ofl->ofl_osdyntlssort->os_outdata->d_buf; in update_osym()
2033 if (ofl->ofl_osdyntlssort) { /* .SUNW_dyntlssort */ in update_osym()
2034 ofl->ofl_osdyntlssort->os_shdr->sh_link = in update_osym()
2270 if (ofl->ofl_osdynsymsort || ofl->ofl_osdyntlssort) { in update_odynamic()
2288 if (ofl->ofl_osdyntlssort) { in update_odynamic()
2289 shdr = ofl->ofl_osdyntlssort->os_shdr; in update_odynamic()
H A Dsections.c2206 if ((ofl->ofl_osdyntlssort = ld_place_section(ofl, isec, NULL, in make_dynsort()
/titanic_50/usr/src/cmd/sgs/include/
H A Dlibld.h365 Os_desc *ofl_osdyntlssort; /* .SUNW_dyntlssort output section */ member