Searched defs:notesctndx (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c42 int notesctndx; member in struct:__anon1742
268 state.notesctndx = -1;
458 if ((shdr->sh_type == SHT_NOTE) && (state->notesctndx == -1) &&
462 state->notesctndx = scn_index;
1196 if ((state->notesegndx != -1) && (state->notesctndx != -1) &&
1197 (state->sec_table[state->notesctndx].secno)) {
1202 state->sec_table[state->notesctndx].secno);

Completed in 47 milliseconds