Searched refs:rloc (Results 1 – 2 of 2) sorted by relevance
11182 unsigned char * rloc; in apply_relocations() local11208 rloc = start + rp->r_offset; in apply_relocations()11209 if ((rloc + reloc_size) > end || (rloc < start)) in apply_relocations()11263 addend += byte_get (rloc, reloc_size); in apply_relocations()11271 byte_put (rloc, (addend + sym->st_value) - rp->r_offset, in apply_relocations()11275 byte_put (rloc, addend + sym->st_value, reloc_size); in apply_relocations()
3756 bfd_byte *rloc; in mips_elf_create_local_got_entry() local3764 rloc = s->contents + (s->reloc_count++ * sizeof (Elf32_External_Rela)); in mips_elf_create_local_got_entry()3768 bfd_elf32_swap_reloca_out (abfd, &outrel, rloc); in mips_elf_create_local_got_entry()