HomeSort by: relevance | last modified time | path
    Searched defs:srel (Results 1 - 25 of 173) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/gpl3/binutils/dist/bfd/
elf32-fr30.c 407 bfd_signed_vma srel;
431 srel = (bfd_signed_vma) relocation;
432 srel += rel->r_addend;
433 srel -= rel->r_offset;
434 srel -= 2; /* Branch instructions add 2 to the PC... */
435 srel -= (input_section->output_section->vma +
438 if (srel & 1)
440 if (srel > ((1 << 8) - 1) || (srel < - (1 << 8)))
443 bfd_put_8 (input_bfd, srel >> 1, contents)
403 bfd_signed_vma srel; local
    [all...]
elf32-cr16.c 2370 asection * srel;
2372 srel = bfd_get_linker_section (dynobj, ".rela.bss");
2373 BFD_ASSERT (srel != NULL);
2374 srel->size += sizeof (Elf32_External_Rela);
2508 asection * srel;
2514 srel = elf_hash_table (info)->srelgot;
2515 BFD_ASSERT (sgot != NULL && srel != NULL);
2543 (bfd_byte *) ((Elf32_External_Rela *) srel->contents
2544 + srel->reloc_count));
2545 ++ srel->reloc_count
2369 asection * srel; local
2507 asection * srel; local
    [all...]
elf32-m32c.c 1451 Elf_Internal_Rela *irel, *irelend, *srel;
1559 srel = irel;
1608 srel = irel + (relax_relocs ? 1 : 0);
1609 symval = OFFSET_FOR_RELOC (srel);
1615 new_type = ELF32_R_TYPE(srel->r_info);
1618 + srel->r_offset;
1619 pcrel = symval - pc + srel->r_addend;
1695 if (srel->r_offset == irel->r_offset + posn
1707 srel ++;
1732 /* srel, posn, and enc must be set here. *
1445 Elf_Internal_Rela *irel, *irelend, *srel; local
    [all...]
elf32-msp430.c 816 bfd_signed_vma srel; local
948 srel = (bfd_signed_vma) relocation;
950 srel += bfd_get_16 (input_bfd, contents);
952 srel += rel->r_addend;
953 bfd_put_16 (input_bfd, srel & 0xffff, contents);
958 srel = (bfd_signed_vma) relocation;
960 srel += bfd_get_16 (input_bfd, contents) & 0x3ff;
962 srel += rel->r_addend;
963 srel -= rel->r_offset;
964 srel -= 2; /* Branch instructions add 2 to the PC... *
    [all...]
elf32-rl78.c 2093 Elf_Internal_Rela * srel;
2287 /* srel points to the "current" reloction for this insn -
2292 srel = irel;
2295 + srel->r_offset;
2299 symval = OFFSET_FOR_RELOC (srel, &srel, &scale); \
2300 pcrel = symval - pc + srel->r_addend; \
2308 srel->r_info = ELF32_R_INFO (ELF32_R_SYM (srel->r_info), newtype)
2355 && (srel->r_offset - irel->r_offset) > 1) /* a B<c> without its own reloc *
2087 Elf_Internal_Rela * srel; local
    [all...]
elf32-vax.c 984 asection *srel;
986 srel = bfd_get_linker_section (dynobj, ".rela.bss");
987 BFD_ASSERT (srel != NULL);
988 srel->size += sizeof (Elf32_External_Rela);
983 asection *srel; local
aoutx.h 3724 struct reloc_std_external srel;
3792 &srel);
3807 PUT_WORD (flaginfo->output_bfd, p->offset, srel.r_address);
3810 srel.r_index[0] = r_index >> 16;
3811 srel.r_index[1] = r_index >> 8;
3812 srel.r_index[2] = r_index;
3813 srel.r_type[0] =
3823 srel.r_index[2] = r_index >> 16;
3824 srel.r_index[1] = r_index >> 8;
3825 srel.r_index[0] = r_index
3715 struct reloc_std_external srel; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-fr30.c 407 bfd_signed_vma srel;
431 srel = (bfd_signed_vma) relocation;
432 srel += rel->r_addend;
433 srel -= rel->r_offset;
434 srel -= 2; /* Branch instructions add 2 to the PC... */
435 srel -= (input_section->output_section->vma +
438 if (srel & 1)
440 if (srel > ((1 << 8) - 1) || (srel < - (1 << 8)))
443 bfd_put_8 (input_bfd, srel >> 1, contents)
403 bfd_signed_vma srel; local
    [all...]
elf32-cr16.c 2380 asection * srel;
2382 srel = bfd_get_linker_section (dynobj, ".rela.bss");
2383 BFD_ASSERT (srel != NULL);
2384 srel->size += sizeof (Elf32_External_Rela);
2518 asection * srel;
2524 srel = elf_hash_table (info)->srelgot;
2525 BFD_ASSERT (sgot != NULL && srel != NULL);
2553 (bfd_byte *) ((Elf32_External_Rela *) srel->contents
2554 + srel->reloc_count));
2555 ++ srel->reloc_count
2379 asection * srel; local
2517 asection * srel; local
    [all...]
elf32-m32c.c 1446 Elf_Internal_Rela *irel, *irelend, *srel;
1554 srel = irel;
1603 srel = irel + (relax_relocs ? 1 : 0);
1604 symval = OFFSET_FOR_RELOC (srel);
1610 new_type = ELF32_R_TYPE(srel->r_info);
1613 + srel->r_offset;
1614 pcrel = symval - pc + srel->r_addend;
1690 if (srel->r_offset == irel->r_offset + posn
1702 srel ++;
1727 /* srel, posn, and enc must be set here. *
1440 Elf_Internal_Rela *irel, *irelend, *srel; local
    [all...]
elf32-msp430.c 816 bfd_signed_vma srel; local
948 srel = (bfd_signed_vma) relocation;
950 srel += bfd_get_16 (input_bfd, contents);
952 srel += rel->r_addend;
953 bfd_put_16 (input_bfd, srel & 0xffff, contents);
958 srel = (bfd_signed_vma) relocation;
960 srel += bfd_get_16 (input_bfd, contents) & 0x3ff;
962 srel += rel->r_addend;
963 srel -= rel->r_offset;
964 srel -= 2; /* Branch instructions add 2 to the PC... *
    [all...]
elf32-rl78.c 2090 Elf_Internal_Rela * srel;
2284 /* srel points to the "current" reloction for this insn -
2289 srel = irel;
2292 + srel->r_offset;
2296 symval = OFFSET_FOR_RELOC (srel, &srel, &scale); \
2297 pcrel = symval - pc + srel->r_addend; \
2305 srel->r_info = ELF32_R_INFO (ELF32_R_SYM (srel->r_info), newtype)
2352 && (srel->r_offset - irel->r_offset) > 1) /* a B<c> without its own reloc *
2084 Elf_Internal_Rela * srel; local
    [all...]
elf32-vax.c 984 asection *srel;
986 srel = bfd_get_linker_section (dynobj, ".rela.bss");
987 BFD_ASSERT (srel != NULL);
988 srel->size += sizeof (Elf32_External_Rela);
983 asection *srel; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-fr30.c 407 bfd_signed_vma srel;
431 srel = (bfd_signed_vma) relocation;
432 srel += rel->r_addend;
433 srel -= rel->r_offset;
434 srel -= 2; /* Branch instructions add 2 to the PC... */
435 srel -= (input_section->output_section->vma +
438 if (srel & 1)
440 if (srel > ((1 << 8) - 1) || (srel < - (1 << 8)))
443 bfd_put_8 (input_bfd, srel >> 1, contents)
403 bfd_signed_vma srel; local
    [all...]
elf32-cr16.c 2380 asection * srel;
2382 srel = bfd_get_linker_section (dynobj, ".rela.bss");
2383 BFD_ASSERT (srel != NULL);
2384 srel->size += sizeof (Elf32_External_Rela);
2516 asection * srel;
2522 srel = elf_hash_table (info)->srelgot;
2523 BFD_ASSERT (sgot != NULL && srel != NULL);
2551 (bfd_byte *) ((Elf32_External_Rela *) srel->contents
2552 + srel->reloc_count));
2553 ++ srel->reloc_count
2379 asection * srel; local
2515 asection * srel; local
    [all...]
elf32-m32c.c 1445 Elf_Internal_Rela *irel, *irelend, *srel;
1553 srel = irel;
1602 srel = irel + (relax_relocs ? 1 : 0);
1603 symval = OFFSET_FOR_RELOC (srel);
1609 new_type = ELF32_R_TYPE(srel->r_info);
1612 + srel->r_offset;
1613 pcrel = symval - pc + srel->r_addend;
1689 if (srel->r_offset == irel->r_offset + posn
1701 srel ++;
1726 /* srel, posn, and enc must be set here. *
1439 Elf_Internal_Rela *irel, *irelend, *srel; local
    [all...]
elf32-msp430.c 816 bfd_signed_vma srel; local
948 srel = (bfd_signed_vma) relocation;
950 srel += bfd_get_16 (input_bfd, contents);
952 srel += rel->r_addend;
953 bfd_put_16 (input_bfd, srel & 0xffff, contents);
958 srel = (bfd_signed_vma) relocation;
960 srel += bfd_get_16 (input_bfd, contents) & 0x3ff;
962 srel += rel->r_addend;
963 srel -= rel->r_offset;
964 srel -= 2; /* Branch instructions add 2 to the PC... *
    [all...]
elf32-rl78.c 2089 Elf_Internal_Rela * srel;
2283 /* srel points to the "current" reloction for this insn -
2288 srel = irel;
2291 + srel->r_offset;
2295 symval = OFFSET_FOR_RELOC (srel, &srel, &scale); \
2296 pcrel = symval - pc + srel->r_addend; \
2304 srel->r_info = ELF32_R_INFO (ELF32_R_SYM (srel->r_info), newtype)
2351 && (srel->r_offset - irel->r_offset) > 1) /* a B<c> without its own reloc *
2083 Elf_Internal_Rela * srel; local
    [all...]
elf32-vax.c 959 asection *srel;
961 srel = bfd_get_linker_section (dynobj, ".rela.bss");
962 BFD_ASSERT (srel != NULL);
963 srel->size += sizeof (Elf32_External_Rela);
958 asection *srel; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-fr30.c 407 bfd_signed_vma srel;
431 srel = (bfd_signed_vma) relocation;
432 srel += rel->r_addend;
433 srel -= rel->r_offset;
434 srel -= 2; /* Branch instructions add 2 to the PC... */
435 srel -= (input_section->output_section->vma +
438 if (srel & 1)
440 if (srel > ((1 << 8) - 1) || (srel < - (1 << 8)))
443 bfd_put_8 (input_bfd, srel >> 1, contents)
403 bfd_signed_vma srel; local
    [all...]
elf32-cr16.c 2381 asection * srel;
2383 srel = bfd_get_linker_section (dynobj, ".rela.bss");
2384 BFD_ASSERT (srel != NULL);
2385 srel->size += sizeof (Elf32_External_Rela);
2517 asection * srel;
2523 srel = elf_hash_table (info)->srelgot;
2524 BFD_ASSERT (sgot != NULL && srel != NULL);
2552 (bfd_byte *) ((Elf32_External_Rela *) srel->contents
2553 + srel->reloc_count));
2554 ++ srel->reloc_count
2380 asection * srel; local
2516 asection * srel; local
    [all...]
elf32-m32c.c 1445 Elf_Internal_Rela *irel, *irelend, *srel;
1553 srel = irel;
1602 srel = irel + (relax_relocs ? 1 : 0);
1603 symval = OFFSET_FOR_RELOC (srel);
1609 new_type = ELF32_R_TYPE(srel->r_info);
1612 + srel->r_offset;
1613 pcrel = symval - pc + srel->r_addend;
1689 if (srel->r_offset == irel->r_offset + posn
1701 srel ++;
1726 /* srel, posn, and enc must be set here. *
1439 Elf_Internal_Rela *irel, *irelend, *srel; local
    [all...]
elf32-msp430.c 816 bfd_signed_vma srel; local
948 srel = (bfd_signed_vma) relocation;
950 srel += bfd_get_16 (input_bfd, contents);
952 srel += rel->r_addend;
953 bfd_put_16 (input_bfd, srel & 0xffff, contents);
958 srel = (bfd_signed_vma) relocation;
960 srel += bfd_get_16 (input_bfd, contents) & 0x3ff;
962 srel += rel->r_addend;
963 srel -= rel->r_offset;
964 srel -= 2; /* Branch instructions add 2 to the PC... *
    [all...]
elf32-rl78.c 2089 Elf_Internal_Rela * srel;
2283 /* srel points to the "current" reloction for this insn -
2288 srel = irel;
2291 + srel->r_offset;
2295 symval = OFFSET_FOR_RELOC (srel, &srel, &scale); \
2296 pcrel = symval - pc + srel->r_addend; \
2304 srel->r_info = ELF32_R_INFO (ELF32_R_SYM (srel->r_info), newtype)
2351 && (srel->r_offset - irel->r_offset) > 1) /* a B<c> without its own reloc *
2083 Elf_Internal_Rela * srel; local
    [all...]
elf32-vax.c 960 asection *srel;
962 srel = bfd_get_linker_section (dynobj, ".rela.bss");
963 BFD_ASSERT (srel != NULL);
964 srel->size += sizeof (Elf32_External_Rela);
959 asection *srel; local

Completed in 75 milliseconds

1 2 3 4 5 6 7