Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c97 outsec.os_ndx = ndx; in input()
176 outsec.os_ndx = ndx; in input()
390 if ((scn = elf_getscn(melf, outsec->os_ndx)) == NULL) { in output()
430 ehdr->e_shstrndx = outshstrtab->os_ndx; in output()
456 outsymtab->os_shdr->sh_link = outstrtab->os_ndx; in output()
475 secsymtabent->st_shndx = outsec->os_ndx; in output()
506 glbsymtabent->st_shndx = outsec->os_ndx; in output()
526 glbsymtabent->st_shndx = outsec->os_ndx; in output()
H A D_elfwrap.h55 size_t os_ndx; /* section index (input file) */ member
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dplace.c815 int os_ndx; in ld_place_section() local
1123 os_ndx = 0; in ld_place_section()
1130 os_ndx = idx1 + 1; in ld_place_section()
1163 if (os_ndx == 0 && (hash = sgp->sg_hashtab) != NULL) { in ld_place_section()
1295 if (os_ndx) { in ld_place_section()
1297 if (os_ndx < osp->os_ordndx) in ld_place_section()
1394 osp->os_ordndx = os_ndx; in ld_place_section()