Searched refs:add_reloc (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/tools/ |
H A D | relocs.c | 649 static void add_reloc(struct relocs *r, uint32_t offset) in add_reloc() function 799 add_reloc(&relocs32neg, offset); in do_reloc64() 843 add_reloc(&relocs64, offset); in do_reloc64() 845 add_reloc(&relocs32, offset); in do_reloc64() 892 add_reloc(&relocs32, rel->r_offset); in do_reloc32() 933 add_reloc(&relocs16, rel->r_offset); in do_reloc_real() 955 add_reloc(&relocs32, rel->r_offset); in do_reloc_real() 960 add_reloc(&relocs32, rel->r_offset); in do_reloc_real()
|
/kernel/linux/linux-6.6/arch/x86/tools/ |
H A D | relocs.c | 714 static void add_reloc(struct relocs *r, uint32_t offset) in add_reloc() function 866 add_reloc(&relocs32neg, offset); in do_reloc64() 910 add_reloc(&relocs64, offset); in do_reloc64() 912 add_reloc(&relocs32, offset); in do_reloc64() 959 add_reloc(&relocs32, rel->r_offset); in do_reloc32() 1000 add_reloc(&relocs16, rel->r_offset); in do_reloc_real() 1022 add_reloc(&relocs32, rel->r_offset); in do_reloc_real() 1027 add_reloc(&relocs32, rel->r_offset); in do_reloc_real()
|
/kernel/linux/linux-5.10/arch/loongarch/boot/tools/ |
H A D | relocs.c | 329 static void add_reloc(struct relocs *r, uint32_t offset, unsigned type) in add_reloc() function 432 add_reloc(&relocs, rel->r_offset, r_type); in do_reloc()
|
/kernel/linux/linux-5.10/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 539 add_reloc(&relocs, rel->r_offset, r_type); in do_reloc()
|
/kernel/linux/linux-6.6/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 539 add_reloc(&relocs, rel->r_offset, r_type); in do_reloc()
|
Completed in 9 milliseconds