Searched refs:reloc_to_sec_off (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/objtool/ |
H A D | special.c | 58 static void reloc_to_sec_off(struct reloc *reloc, struct section **sec, in reloc_to_sec_off() function 98 reloc_to_sec_off(orig_reloc, &alt->orig_sec, &alt->orig_off); in get_alt_entry() 108 reloc_to_sec_off(new_reloc, &alt->new_sec, &alt->new_off); in get_alt_entry()
|
/kernel/linux/linux-6.6/tools/objtool/ |
H A D | special.c | 61 static void reloc_to_sec_off(struct reloc *reloc, struct section **sec, in reloc_to_sec_off() function 103 reloc_to_sec_off(orig_reloc, &alt->orig_sec, &alt->orig_off); in get_alt_entry() 113 reloc_to_sec_off(new_reloc, &alt->new_sec, &alt->new_off); in get_alt_entry()
|
Completed in 1 milliseconds