Home
last modified time | relevance | path

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

/linux-6.15/tools/objtool/arch/x86/
H A Dspecial.c86 struct section *table_sec; in arch_find_switch_table() local
97 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()
/linux-6.15/tools/objtool/arch/loongarch/
H A Dspecial.c149 struct section *table_sec; in arch_find_switch_table() local
160 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()