Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/objtool/arch/x86/
A Dspecial.c98 struct section *table_sec; in arch_find_switch_table() local
109 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 4 milliseconds