Lines Matching refs:off_table
45 int64_t *off_table; /* maintains section's offset; set to */
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 = (int64_t *)calloc(shnum, sizeof (int64_t));
1531 if (state->off_table == NULL) {