Home
last modified time | relevance | path

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

/linux-6.12.1/tools/objtool/arch/x86/
Dspecial.c114 struct reloc *text_reloc, *rodata_reloc; in arch_find_switch_table() local
149 rodata_reloc = find_reloc_by_dest(file->elf, table_sec, table_offset); in arch_find_switch_table()
150 if (!rodata_reloc) in arch_find_switch_table()
161 return rodata_reloc; in arch_find_switch_table()