Searched refs:ifl_shnum (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dgroups.c137 (gshdr->sh_link >= gifl->ifl_shnum) ||
230 if ((gndx = gd.gd_data[ndx]) >= gifl->ifl_shnum) {
H A Dorder.c130 if ((keyshndx == 0) || (keyshndx >= ifl->ifl_shnum))
172 Word shnum = ifl->ifl_shnum;
H A Dfiles.c128 ifl->ifl_shnum = (Word)shdr0->sh_size;
134 ifl->ifl_shnum = ehdr->e_shnum;
138 if ((ifl->ifl_isdesc = libld_calloc(ifl->ifl_shnum,
905 if ((info == 0) || (info > ifl->ifl_shnum)) {
2373 if (rndx >= ifl->ifl_shnum) {
2800 for (ndx = 1; ndx < ifl->ifl_shnum; ndx++) {
2816 for (ndx = 1; ndx < ifl->ifl_shnum; ndx++) {
2849 for (ndx = ordndx; ndx < ifl->ifl_shnum; ndx++) {
2932 for (ndx = 0; ndx < ifl->ifl_shnum; ndx++) {
H A Dplace.c312 for (ndx = 1; ndx < ifl->ifl_shnum; ndx++) {
H A Dsyms.c215 if ((sifshdr->sh_link == 0) || (sifshdr->sh_link >= ifl->ifl_shnum)) {
1978 if ((ndx == 0) || (ndx >= ifl->ifl_shnum)) {
2488 if (shndx >= ifl->ifl_shnum) {
H A Dsections.c295 for (num = 1; num < ifl->ifl_shnum; num++) {
H A Dupdate.c3565 if (link >= ifl->ifl_shnum) {
/opensolaris-onvv-gate/usr/src/cmd/sgs/include/
H A Dlibld.h844 Word ifl_shnum; /* number of sections in file */ member in struct:ifl_desc

Completed in 132 milliseconds