Searched refs:add_reloc (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/arch/x86/tools/ |
| H A D | relocs.c | 681 static void add_reloc(struct relocs *r, uint32_t offset) in add_reloc() function 802 add_reloc(&relocs64, offset); in do_reloc64() 804 add_reloc(&relocs32, offset); in do_reloc64() 849 add_reloc(&relocs32, rel->r_offset); in do_reloc32() 888 add_reloc(&relocs16, rel->r_offset); in do_reloc_real() 908 add_reloc(&relocs32, rel->r_offset); in do_reloc_real() 913 add_reloc(&relocs32, rel->r_offset); in do_reloc_real()
|
| /linux-6.15/arch/s390/tools/ |
| H A D | relocs.c | 251 static void add_reloc(struct relocs *r, uint32_t offset) in add_reloc() function 283 add_reloc(&relocs64, offset); in do_reloc()
|
| /linux-6.15/arch/mips/boot/tools/ |
| H A D | relocs.c | 442 static void add_reloc(struct relocs *r, uint32_t offset, unsigned type) in add_reloc() function 544 add_reloc(&relocs, rel->r_offset, r_type); in do_reloc()
|