Searched refs:nobits_table (Results 1 – 1 of 1) sorted by relevance
47 int64_t *nobits_table; /* maintains NOBITS sections */ member272 state.nobits_table = NULL; in process_file()301 if (state.nobits_table != NULL) in process_file()302 free(state.nobits_table); in process_file()467 state->nobits_table[scn_index] = 1; in traverse_file()1013 if (state->nobits_table[scn_no] == 0) in build_file()1017 if (state->nobits_table[scn_no] == 0) in build_file()1536 state->nobits_table = (int64_t *)calloc(shnum, sizeof (int64_t)); in initialize()1537 if (state->nobits_table == NULL) { in initialize()