Home
last modified time | relevance | path

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

/linux-6.15/tools/objtool/arch/x86/
H A Dspecial.c85 struct reloc *text_reloc, *rodata_reloc; in arch_find_switch_table() local
120 rodata_reloc = find_reloc_by_dest(file->elf, table_sec, table_offset); in arch_find_switch_table()
121 if (!rodata_reloc) in arch_find_switch_table()
135 return rodata_reloc; in arch_find_switch_table()
/linux-6.15/tools/objtool/arch/loongarch/
H A Dspecial.c148 struct reloc *rodata_reloc; in arch_find_switch_table() local
168 rodata_reloc = find_reloc_by_dest(file->elf, table_sec, table_offset); in arch_find_switch_table()
169 if (!rodata_reloc) in arch_find_switch_table()
172 return rodata_reloc; in arch_find_switch_table()