Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c328 unsigned int i, scn_index; in traverse_file() local
343 scn_index = 1; in traverse_file()
344 sinfo = &state->sec_table[scn_index]; in traverse_file()
362 sinfo->secno = scn_index; in traverse_file()
363 sinfo->osecno = scn_index; in traverse_file()
465 state->notesctndx = scn_index; in traverse_file()
468 state->off_table[scn_index] = shdr->sh_offset; in traverse_file()
470 state->nobits_table[scn_index] = 1; in traverse_file()
488 SYM = scn_index; in traverse_file()
491 scn_index++; in traverse_file()