Searched refs:add_reloc (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/x86/tools/ |
D | relocs.c | 632 static void add_reloc(struct relocs *r, uint32_t offset) in add_reloc() function 782 add_reloc(&relocs32neg, offset); in do_reloc64() 817 add_reloc(&relocs64, offset); in do_reloc64() 819 add_reloc(&relocs32, offset); in do_reloc64() 864 add_reloc(&relocs32, rel->r_offset); in do_reloc32() 903 add_reloc(&relocs16, rel->r_offset); in do_reloc_real() 925 add_reloc(&relocs32, rel->r_offset); in do_reloc_real() 930 add_reloc(&relocs32, rel->r_offset); in do_reloc_real()
|
/Linux-v4.19/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()
|