Searched refs:table_sec (Results 1 – 2 of 2) sorted by relevance
86 struct section *table_sec; in arch_find_switch_table() local97 table_sec = text_reloc->sym->sec; in arch_find_switch_table()111 if (find_symbol_containing(table_sec, table_offset) && in arch_find_switch_table()112 strcmp(table_sec->name, C_JUMP_TABLE_SECTION)) in arch_find_switch_table()120 rodata_reloc = find_reloc_by_dest(file->elf, table_sec, table_offset); in arch_find_switch_table()
149 struct section *table_sec; in arch_find_switch_table() local160 table_sec = annotate_reloc->sym->sec; in arch_find_switch_table()168 rodata_reloc = find_reloc_by_dest(file->elf, table_sec, table_offset); in arch_find_switch_table()