Searched refs:table_sec (Results 1 – 1 of 1) sorted by relevance
1003 struct section *table_sec; in find_jump_table() local1036 table_sec = text_rela->sym->sec; in find_jump_table()1050 if (find_symbol_containing(table_sec, table_offset) && in find_jump_table()1051 strcmp(table_sec->name, C_JUMP_TABLE_SECTION)) in find_jump_table()1055 table_rela = find_rela_by_dest(table_sec, table_offset); in find_jump_table()