Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c98 outsec.os_ndx = ndx; in input()
177 outsec.os_ndx = ndx; in input()
391 if ((scn = elf_getscn(melf, outsec->os_ndx)) == NULL) { in output()
431 ehdr->e_shstrndx = outshstrtab->os_ndx; in output()
457 outsymtab->os_shdr->sh_link = outstrtab->os_ndx; in output()
476 secsymtabent->st_shndx = outsec->os_ndx; in output()
507 glbsymtabent->st_shndx = outsec->os_ndx; in output()
527 glbsymtabent->st_shndx = outsec->os_ndx; in output()
H A D_elfwrap.h57 size_t os_ndx; /* section index (input file) */ member
/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dplace.c667 int os_ndx; in ld_place_section() local
957 os_ndx = 0; in ld_place_section()
964 os_ndx = idx1 + 1; in ld_place_section()
1081 if (os_ndx) { in ld_place_section()
1083 if (os_ndx < osp->os_ordndx) in ld_place_section()
1176 osp->os_ordndx = os_ndx; in ld_place_section()