Lines Matching refs:shstrndx
1112 Word shstrndx;
1124 shstrndx = elfedit_atoshndx(argstate.argv[0],
1127 shstrndx = elfedit_type_to_shndx(obj_state,
1131 shstrndx = elfedit_name_to_shndx(obj_state,
1135 if ((shstrndx >= obj_state->os_shnum) ||
1136 ((shstrndx >= SHN_LORESERVE) &&
1137 (shstrndx <= SHN_HIRESERVE)) ||
1138 (obj_state->os_secarr[shstrndx].sec_shdr->sh_type !=
1142 EC_WORD(shstrndx));
1144 if (shstrndx >= SHN_LORESERVE) {
1146 sh_link = shstrndx;
1148 e_shstrndx = shstrndx;