Home
last modified time | relevance | path

Searched refs:rloc (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c11182 unsigned char * rloc; in apply_relocations() local
11208 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()
/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c3756 bfd_byte *rloc; in mips_elf_create_local_got_entry() local
3764 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()