Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/objtool/arch/x86/
H A Dspecial.c97 struct reloc *text_reloc, *rodata_reloc; in arch_find_switch_table() local
132 rodata_reloc = find_reloc_by_dest(file->elf, table_sec, table_offset); in arch_find_switch_table()
133 if (!rodata_reloc) in arch_find_switch_table()
144 return rodata_reloc; in arch_find_switch_table()
/kernel/linux/linux-6.6/tools/objtool/arch/x86/
H A Dspecial.c91 struct reloc *text_reloc, *rodata_reloc; in arch_find_switch_table() local
126 rodata_reloc = find_reloc_by_dest(file->elf, table_sec, table_offset); in arch_find_switch_table()
127 if (!rodata_reloc) in arch_find_switch_table()
138 return rodata_reloc; in arch_find_switch_table()

Completed in 2 milliseconds