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

/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c683 int64_t scn_no, x; local
770 scn_no = 1;
771 while ((src_scn = state->sec_table[scn_no].scn) != (Elf_Scn *) -1) {
772 info = &state->sec_table[scn_no];
775 info->secno <= scn_no) {
811 data = state->sec_table[scn_no].data;
959 data = state->sec_table[scn_no].mdata;
967 (scn_no == shstrndx) &&
1001 if (state->off_table[scn_no] == 0) {
1013 if (state->nobits_table[scn_no]
[all...]

Completed in 45 milliseconds