HomeSort by relevance Sort by last modified time
    Searched refs:srel (Results 1 - 25 of 43) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/bfd/
elf32-msp430.c 691 bfd_signed_vma srel; local
766 srel = (bfd_signed_vma) relocation;
768 srel += bfd_get_16 (input_bfd, contents);
770 srel += rel->r_addend;
771 bfd_put_16 (input_bfd, srel & 0xffff, contents);
776 srel = (bfd_signed_vma) relocation;
778 srel += bfd_get_16 (input_bfd, contents) & 0x3ff;
780 srel += rel->r_addend;
781 srel -= rel->r_offset;
782 srel -= 2; /* Branch instructions add 2 to the PC... *
    [all...]
elf32-avr.c 879 avr_get_stub_addr (bfd_vma srel,
888 if (htab->amt_destination_addr[sindex] == srel)
925 bfd_signed_vma srel;
924 bfd_signed_vma srel; local
    [all...]
elf32-fr30.c 399 bfd_signed_vma srel;
423 srel = (bfd_signed_vma) relocation;
424 srel += rel->r_addend;
425 srel -= rel->r_offset;
426 srel -= 2; /* Branch instructions add 2 to the PC... */
427 srel -= (input_section->output_section->vma +
430 if (srel & 1)
432 if (srel > ((1 << 8) - 1) || (srel < - (1 << 8)))
435 bfd_put_8 (input_bfd, srel >> 1, contents)
395 bfd_signed_vma srel; local
    [all...]
sunos.c 1250 asection *srel = NULL; local
1407 asection *srel = NULL; local
2171 struct reloc_std_external *srel; local
2360 struct reloc_std_external *srel; local
2412 struct reloc_std_external *srel; local
2484 struct reloc_std_external *srel; local
2616 struct reloc_std_external *srel; local
    [all...]
elf32-rx.c 1966 Elf_Internal_Rela * srel; local
    [all...]
elf32-m32c.c 1378 Elf_Internal_Rela *irel, *irelend, *srel; local
    [all...]
elf64-mmix.c 1579 bfd_signed_vma srel local
    [all...]
elfnn-ia64.c 72 asection *srel; member in struct:elfNN_ia64_dyn_sym_info::elfNN_ia64_dyn_reloc_entry
2073 asection *srel; local
2142 asection *got, *fptr, *srel, *pltoff; local
3792 asection *srel; local
    [all...]
elf64-alpha.c 146 asection *srel;
144 asection *srel; member in struct:alpha_elf_reloc_entry
2787 asection *srel = bfd_get_linker_section (dynobj, ".rela.got"); local
2802 asection *srel; local
4193 asection *sgot, *srel, *srelgot; local
4833 asection *splt, *sgot, *srel; local
4911 asection *srel; local
    [all...]
elf32-metag.c 1240 bfd_signed_vma srel, addend = rel->r_addend; local
2860 asection *srel; local
    [all...]
elf64-sh64.c 3376 asection *srel; local
3600 asection *srel; local
3708 asection *srel; local
    [all...]
elf32-i370.c 530 asection *srel;
533 srel = bfd_get_linker_section (dynobj, ".rela.sbss");
535 srel = bfd_get_linker_section (dynobj, ".rela.bss");
536 BFD_ASSERT (srel != NULL);
537 srel->size += sizeof (Elf32_External_Rela);
526 asection *srel; local
    [all...]
elf64-ia64-vms.c 84 asection *srel; member in struct:elf64_ia64_dyn_sym_info::elf64_ia64_dyn_reloc_entry
1835 asection *srel; local
1909 asection *got, *fptr, *srel, *pltoff; local
    [all...]
elf32-rl78.c 1965 Elf_Internal_Rela * srel; local
    [all...]
elf-m10300.c 5019 asection * srel; local
5223 asection * srel; local
5308 asection * srel; local
    [all...]
elf64-hppa.c 402 asection *srel;
415 srel = bfd_get_linker_section (dynobj, srel_name);
416 if (srel == NULL)
418 srel = bfd_make_section_anyway_with_flags (dynobj, srel_name,
425 if (srel == NULL
426 || !bfd_set_section_alignment (dynobj, srel, 3))
430 hppa_info->other_rel_sec = srel;
401 asection *srel; local
1593 asection *srel; local
    [all...]
elf32-cr16.c 2432 asection * srel; local
2628 asection * srel; local
    [all...]
elf32-or1k.c 2182 asection *srel; local
2462 asection *srel; local
    [all...]
elf32-lm32.c 1887 asection *srel; local
2155 asection *srel; local
    [all...]
elf32-m32r.c 1914 asection *srel; local
2186 asection *srel; local
    [all...]
pdp11.c 3027 struct reloc_std_external srel; local
    [all...]
aoutx.h 3690 struct reloc_std_external srel; local
    [all...]
elf32-hppa.c 2243 asection *srel; local
    [all...]
elf32-nios2.c 4561 asection *srel; local
4901 asection *srel; local
    [all...]
  /external/libdrm/nouveau/
pushbuf.c 437 pushbuf_refn_fail(struct nouveau_pushbuf *push, int sref, int srel)
451 krec->nr_reloc = srel;
493 int sref, srel, ret; local
500 srel = krec->nr_reloc;
525 pushbuf_refn_fail(push, sref, srel);

Completed in 662 milliseconds

1 2