Searched refs:table_sec (Results 1 – 1 of 1) sorted by relevance
98 struct section *table_sec; in arch_find_switch_table() local109 table_sec = text_reloc->sym->sec; in arch_find_switch_table()123 if (find_symbol_containing(table_sec, table_offset) && in arch_find_switch_table()124 strcmp(table_sec->name, C_JUMP_TABLE_SECTION)) in arch_find_switch_table()132 rodata_reloc = find_reloc_by_dest(file->elf, table_sec, table_offset); in arch_find_switch_table()
Completed in 3 milliseconds