Searched refs:ifl_shnum (Results 1 – 8 of 8) sorted by relevance
130 if ((keyshndx == 0) || (keyshndx >= ifl->ifl_shnum)) in is_keyshndx_ok()172 Word shnum = ifl->ifl_shnum; in validate_shf_ordered_dest()
178 (gshdr->sh_link >= gifl->ifl_shnum) || in ld_group_process()282 if ((gndx = gd.gd_data[ndx]) >= gifl->ifl_shnum) { in ld_group_process()
129 ifl->ifl_shnum = (Word)shdr0->sh_size; in ifl_setup()135 ifl->ifl_shnum = ehdr->e_shnum; in ifl_setup()139 if ((ifl->ifl_isdesc = libld_calloc(ifl->ifl_shnum, in ifl_setup()906 if ((info == 0) || (info > ifl->ifl_shnum)) { in process_cap()2384 if (rndx >= ifl->ifl_shnum) { in rel_process()2811 for (ndx = 1; ndx < ifl->ifl_shnum; ndx++) { in process_elf()2835 for (ndx = 1; ndx < ifl->ifl_shnum; ndx++) { in process_elf()2868 for (ndx = ordndx; ndx < ifl->ifl_shnum; ndx++) { in process_elf()2951 for (ndx = 0; ndx < ifl->ifl_shnum; ndx++) { in process_elf()
215 if ((sifshdr->sh_link == 0) || (sifshdr->sh_link >= ifl->ifl_shnum)) { in ld_sym_nodirect()1978 if ((ndx == 0) || (ndx >= ifl->ifl_shnum)) { in ld_sym_process()2056 } else if (shndx > ifl->ifl_shnum) { in ld_sym_process()2371 } else if (shndx > ifl->ifl_shnum) { in ld_sym_process()2488 if (shndx >= ifl->ifl_shnum) { in ld_sym_process()
324 for (ndx = 1; ndx < ifl->ifl_shnum; ndx++) { in gnu_comdat_sym()
302 for (num = 1; num < ifl->ifl_shnum; num++) { in ignore_section_processing()3486 for (i = 0; i < ifl->ifl_shnum; i++) { in ld_comdat_validate()
3565 if (link >= ifl->ifl_shnum) { in translate_link()
846 Word ifl_shnum; /* number of sections in file */ member