Home
last modified time | relevance | path

Searched refs:scnndx (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsections.c53 dbg_fmt_isec_name2(const char *name, Word scnndx, dbg_isec_name_buf_t buf, in dbg_fmt_isec_name2() argument
62 if (scnndx == 0) { in dbg_fmt_isec_name2()
69 MSG_ORIG(MSG_FMT_ISEC_NAME), EC_WORD(scnndx), name); in dbg_fmt_isec_name2()
79 MSG_ORIG(MSG_FMT_ISEC_NAME), EC_WORD(scnndx), name); in dbg_fmt_isec_name2()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dgroups.c91 uint_t scnndx = isp->is_scnndx; in ld_get_group() local
111 if (data[ndx] == scnndx) in ld_get_group()
H A Drelocate.c1746 Word scnndx, symscnt; in sloppy_comdat_reloc() local
1830 scnndx = rep_isp->is_scnndx; in sloppy_comdat_reloc()
1836 ((rep_sym = rep_sdp->sd_sym)->st_shndx != scnndx) || in sloppy_comdat_reloc()
H A Dlibld.msg660 @ MSG_ELF_GETSCN "file %s: elf_getscn: scnndx: %d"