Lines Matching refs:off_table
48 int64_t *off_table; /* maintains section's offset; set to */ member
274 state.off_table = 0; in process_file()
302 if (state.off_table != NULL) in process_file()
303 free(state.off_table); in process_file()
468 state->off_table[scn_index] = shdr->sh_offset; in traverse_file()
515 state->off_table[SYM] = 0; in traverse_file()
532 state->off_table[tmp_shdr.sh_link] = 0; in traverse_file()
1009 if (state->off_table[scn_no] == 0) { in build_file()
1023 state->off_table[scn_no]; in build_file()
1538 state->off_table = (int64_t *)calloc(shnum, sizeof (int64_t)); in initialize()
1539 if (state->off_table == NULL) { in initialize()