Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Dreadelf.c12180 unsigned char * rloc; in apply_relocations() local
12209 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()
/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c3764 bfd_byte *rloc; in mips_elf_create_local_got_entry() local
3772 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()