Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c4425 update_ostrtab(ofl->ofl_osshstrtab, ofl->ofl_shdrsttab, 0); in ld_update_outfile()
4547 assert((ofl->ofl_osshstrtab == NULL) || in ld_update_outfile()
4548 (*((char *)ofl->ofl_osshstrtab->os_outdata->d_buf) == '\0')); in ld_update_outfile()
4549 assert((ofl->ofl_osshstrtab == NULL) || in ld_update_outfile()
4550 (*(((char *)ofl->ofl_osshstrtab->os_outdata->d_buf) + in ld_update_outfile()
4551 ofl->ofl_osshstrtab->os_outdata->d_size - 1) == '\0')); in ld_update_outfile()
4569 DBG_CALL(Dbg_sec_strtab(ofl->ofl_lml, ofl->ofl_osshstrtab, in ld_update_outfile()
4581 if ((shscnndx = elf_ndxscn(ofl->ofl_osshstrtab->os_scn)) < in ld_update_outfile()
H A Dsections.c2318 ofl->ofl_osshstrtab = in make_shstrtab()
2320 if (ofl->ofl_osshstrtab == (Os_desc *)S_ERROR) in make_shstrtab()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h381 Os_desc *ofl_osshstrtab; /* .shstrtab output section */ member