Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dupdate.c1942 shdr->sh_link = (Word)elf_ndxscn(ofl->ofl_osstrtab->os_scn); in update_osym()
2092 strosp = ofl->ofl_osstrtab; in update_odynamic()
2612 strosp = ofl->ofl_osstrtab; in update_overdef()
2764 strosp = ofl->ofl_osstrtab; in update_overneed()
2882 strtab = ofl->ofl_osstrtab->os_outdata->d_buf; in update_osyminfo()
3281 strosp = ofl->ofl_osstrtab; in update_oscap()
4131 update_ostrtab(ofl->ofl_osstrtab, ofl->ofl_strtab, 0); in ld_update_outfile()
4253 assert((ofl->ofl_osstrtab == NULL) || in ld_update_outfile()
4254 (*((char *)ofl->ofl_osstrtab->os_outdata->d_buf) == '\0')); in ld_update_outfile()
4255 assert((ofl->ofl_osstrtab == NULL) || in ld_update_outfile()
[all …]
H A Dsections.c2333 ofl->ofl_osstrtab = in make_strtab()
2335 return ((uintptr_t)ofl->ofl_osstrtab); in make_strtab()
/titanic_50/usr/src/cmd/sgs/include/
H A Dlibld.h380 Os_desc *ofl_osstrtab; /* .strtab output section */ member