Home
last modified time | relevance | path

Searched refs:off_table (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/sgs/mcs/common/
H A Dfile.c45 int64_t *off_table; /* maintains section's offset; set to */ member
271 state.off_table = 0; in process_file()
299 if (state.off_table != NULL) in process_file()
300 free(state.off_table); in process_file()
465 state->off_table[scn_index] = shdr->sh_offset; in traverse_file()
512 state->off_table[SYM] = 0; in traverse_file()
529 state->off_table[tmp_shdr.sh_link] = 0; in traverse_file()
1001 if (state->off_table[scn_no] == 0) { in build_file()
1015 state->off_table[scn_no]; in build_file()
1530 state->off_table = (int64_t *)calloc(shnum, sizeof (int64_t)); in initialize()
[all …]