Searched refs:sec_table (Results 1 – 1 of 1) sorted by relevance
47 section_info_table *sec_table; member273 state.sec_table = NULL; in process_file()300 if (state.sec_table != NULL) in process_file()301 free(state.sec_table); in process_file()344 sinfo = &state->sec_table[scn_index]; in traverse_file()509 (void) gelf_getshdr(state->sec_table[SYM].scn, &tmp_shdr); in traverse_file()510 state->sec_table[SYM].secno = (GElf_Word)DELETED; in traverse_file()514 SET_ACTION(state->sec_table[SYM].si_flags, ACT_DELETE); in traverse_file()523 (GET_LOC(state->sec_table[tmp_shdr.sh_link].si_flags) == in traverse_file()525 state->sec_table[tmp_shdr.sh_link].secno = in traverse_file()[all …]