Searched refs:sec_table (Results 1 – 1 of 1) sorted by relevance
44 section_info_table *sec_table; member270 state.sec_table = NULL; in process_file()297 if (state.sec_table != NULL) in process_file()298 free(state.sec_table); in process_file()341 sinfo = &state->sec_table[scn_index]; in traverse_file()506 (void) gelf_getshdr(state->sec_table[SYM].scn, &tmp_shdr); in traverse_file()507 state->sec_table[SYM].secno = (GElf_Word)DELETED; in traverse_file()511 SET_ACTION(state->sec_table[SYM].flags, ACT_DELETE); in traverse_file()520 (GET_LOC(state->sec_table[tmp_shdr.sh_link].flags) == in traverse_file()522 state->sec_table[tmp_shdr.sh_link].secno = in traverse_file()[all …]