Searched refs:rloc (Results 1 – 2 of 2) sorted by relevance
12180 unsigned char * rloc; in apply_relocations() local12209 rloc = start + rp->r_offset; in apply_relocations()12210 if ((rloc + reloc_size) > end || (rloc < start)) in apply_relocations()12265 addend += byte_get (rloc, reloc_size); in apply_relocations()12273 byte_put (rloc, (addend + sym->st_value) - rp->r_offset, in apply_relocations()12277 byte_put (rloc, addend + sym->st_value, reloc_size); in apply_relocations()
3764 bfd_byte *rloc; in mips_elf_create_local_got_entry() local3772 rloc = s->contents + (s->reloc_count++ * sizeof (Elf32_External_Rela)); in mips_elf_create_local_got_entry()3776 bfd_elf32_swap_reloca_out (abfd, &outrel, rloc); in mips_elf_create_local_got_entry()