Home
last modified time | relevance | path

Searched refs:table_sec (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/objtool/arch/x86/
H A Dspecial.c92 struct section *table_sec; in arch_find_switch_table() local
103 table_sec = text_reloc->sym->sec; in arch_find_switch_table()
117 if (find_symbol_containing(table_sec, table_offset) && in arch_find_switch_table()
118 strcmp(table_sec->name, C_JUMP_TABLE_SECTION)) in arch_find_switch_table()
126 rodata_reloc = find_reloc_by_dest(file->elf, table_sec, table_offset); in arch_find_switch_table()