Searched refs:add_reloc (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/tools/ |
| H A D | relocs.c | 681 static void add_reloc(struct relocs *r, uint32_t offset) in add_reloc() function 796 add_reloc(&relocs64, offset); in do_reloc64() 798 add_reloc(&relocs32, offset); in do_reloc64() 843 add_reloc(&relocs32, rel->r_offset); in do_reloc32() 882 add_reloc(&relocs16, rel->r_offset); in do_reloc_real() 902 add_reloc(&relocs32, rel->r_offset); in do_reloc_real() 907 add_reloc(&relocs32, rel->r_offset); in do_reloc_real()
|
| /linux/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/arch/mips/boot/tools/ |
| H A D | relocs.c | 443 static void add_reloc(struct relocs *r, uint32_t offset, unsigned type) in add_reloc() function 546 add_reloc(&relocs, rel->r_offset, r_type); in do_reloc()
|