Searched refs:add_reloc (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/x86/tools/ |
H A D | relocs.c | 714 static void add_reloc(struct relocs *r, uint32_t offset) in add_reloc() function 875 add_reloc(&relocs32neg, offset); in do_reloc64() 919 add_reloc(&relocs64, offset); in do_reloc64() 921 add_reloc(&relocs32, offset); in do_reloc64() 968 add_reloc(&relocs32, rel->r_offset); in do_reloc32() 1009 add_reloc(&relocs16, rel->r_offset); in do_reloc_real() 1031 add_reloc(&relocs32, rel->r_offset); in do_reloc_real() 1036 add_reloc(&relocs32, rel->r_offset); in do_reloc_real()
|
/openbmc/u-boot/tools/ |
H A D | mips-relocs.c | 109 static int add_reloc(unsigned int type, uint64_t off) in add_reloc() function 160 return add_reloc(type, off); in parse_mips32_rel() 173 return add_reloc(type, off); in parse_mips64_rela()
|
/openbmc/linux/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()
|