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

/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c45 int64_t *off_table; /* maintains section's offset; set to */ member in struct:__anon1742
271 state.off_table = 0;
299 if (state.off_table != NULL)
300 free(state.off_table);
465 state->off_table[scn_index] = shdr->sh_offset;
512 state->off_table[SYM] = 0;
529 state->off_table[tmp_shdr.sh_link] = 0;
1001 if (state->off_table[scn_no] == 0) {
1015 state->off_table[scn_no];
1530 state->off_table
[all...]

Completed in 47 milliseconds