Searched refs:add_reloc (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/tools/ |
| H A D | relocs.c | 650 static void add_reloc(struct relocs *r, uint32_t offset) in add_reloc() function 800 add_reloc(&relocs32neg, offset); in do_reloc64() 850 add_reloc(&relocs64, offset); in do_reloc64() 852 add_reloc(&relocs32, offset); in do_reloc64() 899 add_reloc(&relocs32, rel->r_offset); in do_reloc32() 940 add_reloc(&relocs16, rel->r_offset); in do_reloc_real() 962 add_reloc(&relocs32, rel->r_offset); in do_reloc_real() 967 add_reloc(&relocs32, rel->r_offset); in do_reloc_real()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | mips-relocs.c | 110 static int add_reloc(unsigned int type, uint64_t off) in add_reloc() function 161 return add_reloc(type, off); in parse_mips32_rel() 174 return add_reloc(type, off); in parse_mips64_rela()
|
| /OK3568_Linux_fs/kernel/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()
|