Searched refs:add_reloc (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/arch/x86/tools/ |
D | relocs.c | 706 static void add_reloc(struct relocs *r, uint32_t offset) in add_reloc() function 858 add_reloc(&relocs32neg, offset); in do_reloc64() 902 add_reloc(&relocs64, offset); in do_reloc64() 904 add_reloc(&relocs32, offset); in do_reloc64() 951 add_reloc(&relocs32, rel->r_offset); in do_reloc32() 992 add_reloc(&relocs16, rel->r_offset); in do_reloc_real() 1014 add_reloc(&relocs32, rel->r_offset); in do_reloc_real() 1019 add_reloc(&relocs32, rel->r_offset); in do_reloc_real()
|
/Linux-v6.1/arch/mips/boot/tools/ |
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()
|