HomeSort by: relevance | last modified time | path
    Searched refs:irel (Results 1 - 25 of 156) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/gpl3/binutils/dist/bfd/
elf-m10200.c 471 Elf_Internal_Rela *irel, *irelend;
485 irel = elf_section_data (sec)->relocs;
486 irelend = irel + sec->reloc_count;
494 for (irel = elf_section_data (sec)->relocs; irel < irelend; irel++)
497 if ((irel->r_offset > addr
498 && irel->r_offset < toaddr))
499 irel->r_offset -= count;
571 Elf_Internal_Rela *irel, *irelend
470 Elf_Internal_Rela *irel, *irelend; local
570 Elf_Internal_Rela *irel, *irelend; local
    [all...]
elf32-ft32.c 529 Elf_Internal_Rela * irel,
541 r_type = ELF32_R_TYPE (irel->r_info);
547 if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info)
553 isym = isymbuf + ELF32_R_SYM (irel->r_info);
568 indx = ELF32_R_SYM (irel->r_info) - symtab_hdr->sh_info;
592 insn = bfd_get_32 (abfd, contents + irel->r_offset);
593 insn |= ((symval + irel->r_addend) << howto->bitpos) & howto->dst_mask;
597 insn = bfd_get_32 (abfd, contents + irel->r_offset);
600 + sec->output_offset + irel->r_offset);
601 value = symval + irel->r_addend
770 Elf_Internal_Rela *irel, *irelend; local
966 Elf_Internal_Rela *irel, *irelend; local
1084 Elf_Internal_Rela * irel; local
    [all...]
elf32-m68hc11.c 698 Elf_Internal_Rela *irel, *irelend;
738 for (irel = internal_relocs; irel < irelend; irel++)
748 if (ELF32_R_TYPE (irel->r_info) != (int) R_M68HC11_16
749 && ELF32_R_TYPE (irel->r_info) != (int) R_M68HC11_RL_JUMP
750 && ELF32_R_TYPE (irel->r_info) != (int) R_M68HC11_RL_GROUP)
782 if (ELF32_R_TYPE (irel->r_info) == (int) R_M68HC11_RL_JUMP)
792 if (irel->r_offset + 2 >= sec->size)
798 code = bfd_get_8 (abfd, contents + irel->r_offset + 2)
696 Elf_Internal_Rela *irel, *irelend; local
1131 Elf_Internal_Rela *irel, *irelend; local
    [all...]
elf32-h8300.c 697 Elf_Internal_Rela *irel, *irelend;
732 for (irel = internal_relocs; irel < irelend; irel++)
739 if (! elf32_h8_info_to_howto (abfd, &bfd_reloc, irel))
744 if (irel != internal_relocs)
745 last_reloc = irel - 1;
747 switch(ELF32_R_TYPE (irel->r_info))
787 if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info)
793 isym = isymbuf + ELF32_R_SYM (irel->r_info)
696 Elf_Internal_Rela *irel, *irelend; local
1492 Elf_Internal_Rela *irel, *irelend; local
    [all...]
elf32-ip2k.c 271 /* Return the value of the symbol associated with the relocation IREL. */
277 Elf_Internal_Rela *irel)
279 if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info)
284 isym = isymbuf + ELF32_R_SYM (irel->r_info);
301 indx = ELF32_R_SYM (irel->r_info) - symtab_hdr->sh_info;
536 Elf_Internal_Rela *irel,
542 symval = symbol_value (abfd, misc->symtab_hdr, misc->isymbuf, irel);
550 if (PAGENO (symval + irel->r_addend) !=
551 ip2k_nominal_page_bits (abfd, sec, irel->r_offset, misc->contents))
579 Elf_Internal_Rela *irel, *irelend, *irelbase local
993 Elf_Internal_Rela *irel; local
    [all...]
elf32-cr16.c 1213 Elf_Internal_Rela *irel, *irelend; local
1228 irel = elf_section_data (sec)->relocs;
1229 irelend = irel + sec->reloc_count;
1237 for (irel = elf_section_data (sec)->relocs; irel < irelend; irel++)
1239 if ((irel->r_offset > addr && irel->r_offset < toaddr))
1240 irel->r_offset -= count;
1254 for (irel = elf_section_data (sec)->relocs; irel < irelend; irel++
1709 Elf_Internal_Rela *irel, *irelend; local
2672 Elf_Internal_Rela *irel, *irelend; local
    [all...]
elf32-crx.c 594 Elf_Internal_Rela *irel, *irelend; local
609 irel = elf_section_data (sec)->relocs;
610 irelend = irel + sec->reloc_count;
618 for (irel = elf_section_data (sec)->relocs; irel < irelend; irel++)
621 if ((irel->r_offset > addr
622 && irel->r_offset < toaddr))
623 irel->r_offset -= count;
637 for (irel = elf_section_data (sec)->relocs; irel < irelend; irel++
966 Elf_Internal_Rela *irel, *irelend; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf-m10200.c 470 Elf_Internal_Rela *irel, *irelend;
484 irel = elf_section_data (sec)->relocs;
485 irelend = irel + sec->reloc_count;
493 for (irel = elf_section_data (sec)->relocs; irel < irelend; irel++)
496 if ((irel->r_offset > addr
497 && irel->r_offset < toaddr))
498 irel->r_offset -= count;
570 Elf_Internal_Rela *irel, *irelend
469 Elf_Internal_Rela *irel, *irelend; local
569 Elf_Internal_Rela *irel, *irelend; local
    [all...]
elf32-ft32.c 528 Elf_Internal_Rela * irel,
540 r_type = ELF32_R_TYPE (irel->r_info);
546 if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info)
552 isym = isymbuf + ELF32_R_SYM (irel->r_info);
567 indx = ELF32_R_SYM (irel->r_info) - symtab_hdr->sh_info;
591 insn = bfd_get_32 (abfd, contents + irel->r_offset);
592 insn |= ((symval + irel->r_addend) << howto->bitpos) & howto->dst_mask;
596 insn = bfd_get_32 (abfd, contents + irel->r_offset);
599 + sec->output_offset + irel->r_offset);
600 value = symval + irel->r_addend
769 Elf_Internal_Rela *irel, *irelend; local
965 Elf_Internal_Rela *irel, *irelend; local
1083 Elf_Internal_Rela * irel; local
    [all...]
elf32-m68hc11.c 698 Elf_Internal_Rela *irel, *irelend;
738 for (irel = internal_relocs; irel < irelend; irel++)
748 if (ELF32_R_TYPE (irel->r_info) != (int) R_M68HC11_16
749 && ELF32_R_TYPE (irel->r_info) != (int) R_M68HC11_RL_JUMP
750 && ELF32_R_TYPE (irel->r_info) != (int) R_M68HC11_RL_GROUP)
782 if (ELF32_R_TYPE (irel->r_info) == (int) R_M68HC11_RL_JUMP)
792 if (irel->r_offset + 2 >= sec->size)
798 code = bfd_get_8 (abfd, contents + irel->r_offset + 2)
696 Elf_Internal_Rela *irel, *irelend; local
1131 Elf_Internal_Rela *irel, *irelend; local
    [all...]
elf32-h8300.c 697 Elf_Internal_Rela *irel, *irelend;
732 for (irel = internal_relocs; irel < irelend; irel++)
739 if (! elf32_h8_info_to_howto (abfd, &bfd_reloc, irel))
744 if (irel != internal_relocs)
745 last_reloc = irel - 1;
747 switch(ELF32_R_TYPE (irel->r_info))
787 if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info)
793 isym = isymbuf + ELF32_R_SYM (irel->r_info)
696 Elf_Internal_Rela *irel, *irelend; local
1492 Elf_Internal_Rela *irel, *irelend; local
    [all...]
elf32-ip2k.c 271 /* Return the value of the symbol associated with the relocation IREL. */
277 Elf_Internal_Rela *irel)
279 if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info)
284 isym = isymbuf + ELF32_R_SYM (irel->r_info);
301 indx = ELF32_R_SYM (irel->r_info) - symtab_hdr->sh_info;
536 Elf_Internal_Rela *irel,
542 symval = symbol_value (abfd, misc->symtab_hdr, misc->isymbuf, irel);
550 if (PAGENO (symval + irel->r_addend) !=
551 ip2k_nominal_page_bits (abfd, sec, irel->r_offset, misc->contents))
579 Elf_Internal_Rela *irel, *irelend, *irelbase local
993 Elf_Internal_Rela *irel; local
    [all...]
elf32-crx.c 594 Elf_Internal_Rela *irel, *irelend; local
609 irel = elf_section_data (sec)->relocs;
610 irelend = irel + sec->reloc_count;
618 for (irel = elf_section_data (sec)->relocs; irel < irelend; irel++)
621 if ((irel->r_offset > addr
622 && irel->r_offset < toaddr))
623 irel->r_offset -= count;
637 for (irel = elf_section_data (sec)->relocs; irel < irelend; irel++
965 Elf_Internal_Rela *irel, *irelend; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf-m10200.c 470 Elf_Internal_Rela *irel, *irelend;
484 irel = elf_section_data (sec)->relocs;
485 irelend = irel + sec->reloc_count;
493 for (irel = elf_section_data (sec)->relocs; irel < irelend; irel++)
496 if ((irel->r_offset > addr
497 && irel->r_offset < toaddr))
498 irel->r_offset -= count;
570 Elf_Internal_Rela *irel, *irelend
469 Elf_Internal_Rela *irel, *irelend; local
569 Elf_Internal_Rela *irel, *irelend; local
    [all...]
elf32-ft32.c 528 Elf_Internal_Rela * irel,
540 r_type = ELF32_R_TYPE (irel->r_info);
546 if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info)
552 isym = isymbuf + ELF32_R_SYM (irel->r_info);
567 indx = ELF32_R_SYM (irel->r_info) - symtab_hdr->sh_info;
591 insn = bfd_get_32 (abfd, contents + irel->r_offset);
592 insn |= ((symval + irel->r_addend) << howto->bitpos) & howto->dst_mask;
596 insn = bfd_get_32 (abfd, contents + irel->r_offset);
599 + sec->output_offset + irel->r_offset);
600 value = symval + irel->r_addend
769 Elf_Internal_Rela *irel, *irelend; local
965 Elf_Internal_Rela *irel, *irelend; local
1083 Elf_Internal_Rela * irel; local
    [all...]
elf32-m68hc11.c 698 Elf_Internal_Rela *irel, *irelend;
738 for (irel = internal_relocs; irel < irelend; irel++)
748 if (ELF32_R_TYPE (irel->r_info) != (int) R_M68HC11_16
749 && ELF32_R_TYPE (irel->r_info) != (int) R_M68HC11_RL_JUMP
750 && ELF32_R_TYPE (irel->r_info) != (int) R_M68HC11_RL_GROUP)
782 if (ELF32_R_TYPE (irel->r_info) == (int) R_M68HC11_RL_JUMP)
792 if (irel->r_offset + 2 >= sec->size)
798 code = bfd_get_8 (abfd, contents + irel->r_offset + 2)
696 Elf_Internal_Rela *irel, *irelend; local
1131 Elf_Internal_Rela *irel, *irelend; local
    [all...]
elf32-h8300.c 697 Elf_Internal_Rela *irel, *irelend;
732 for (irel = internal_relocs; irel < irelend; irel++)
739 if (! elf32_h8_info_to_howto (abfd, &bfd_reloc, irel))
744 if (irel != internal_relocs)
745 last_reloc = irel - 1;
747 switch(ELF32_R_TYPE (irel->r_info))
787 if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info)
793 isym = isymbuf + ELF32_R_SYM (irel->r_info)
696 Elf_Internal_Rela *irel, *irelend; local
1492 Elf_Internal_Rela *irel, *irelend; local
    [all...]
elf32-ip2k.c 271 /* Return the value of the symbol associated with the relocation IREL. */
277 Elf_Internal_Rela *irel)
279 if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info)
284 isym = isymbuf + ELF32_R_SYM (irel->r_info);
301 indx = ELF32_R_SYM (irel->r_info) - symtab_hdr->sh_info;
536 Elf_Internal_Rela *irel,
542 symval = symbol_value (abfd, misc->symtab_hdr, misc->isymbuf, irel);
550 if (PAGENO (symval + irel->r_addend) !=
551 ip2k_nominal_page_bits (abfd, sec, irel->r_offset, misc->contents))
579 Elf_Internal_Rela *irel, *irelend, *irelbase local
993 Elf_Internal_Rela *irel; local
    [all...]
elf32-crx.c 594 Elf_Internal_Rela *irel, *irelend; local
609 irel = elf_section_data (sec)->relocs;
610 irelend = irel + sec->reloc_count;
618 for (irel = elf_section_data (sec)->relocs; irel < irelend; irel++)
621 if ((irel->r_offset > addr
622 && irel->r_offset < toaddr))
623 irel->r_offset -= count;
637 for (irel = elf_section_data (sec)->relocs; irel < irelend; irel++
965 Elf_Internal_Rela *irel, *irelend; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf-m10200.c 470 Elf_Internal_Rela *irel, *irelend;
484 irel = elf_section_data (sec)->relocs;
485 irelend = irel + sec->reloc_count;
493 for (irel = elf_section_data (sec)->relocs; irel < irelend; irel++)
496 if ((irel->r_offset > addr
497 && irel->r_offset < toaddr))
498 irel->r_offset -= count;
570 Elf_Internal_Rela *irel, *irelend
469 Elf_Internal_Rela *irel, *irelend; local
569 Elf_Internal_Rela *irel, *irelend; local
    [all...]
elf32-ft32.c 528 Elf_Internal_Rela * irel,
540 r_type = ELF32_R_TYPE (irel->r_info);
546 if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info)
552 isym = isymbuf + ELF32_R_SYM (irel->r_info);
567 indx = ELF32_R_SYM (irel->r_info) - symtab_hdr->sh_info;
591 insn = bfd_get_32 (abfd, contents + irel->r_offset);
592 insn |= ((symval + irel->r_addend) << howto->bitpos) & howto->dst_mask;
596 insn = bfd_get_32 (abfd, contents + irel->r_offset);
599 + sec->output_offset + irel->r_offset);
600 value = symval + irel->r_addend
769 Elf_Internal_Rela *irel, *irelend; local
965 Elf_Internal_Rela *irel, *irelend; local
1083 Elf_Internal_Rela * irel; local
    [all...]
elf32-m68hc11.c 698 Elf_Internal_Rela *irel, *irelend;
738 for (irel = internal_relocs; irel < irelend; irel++)
748 if (ELF32_R_TYPE (irel->r_info) != (int) R_M68HC11_16
749 && ELF32_R_TYPE (irel->r_info) != (int) R_M68HC11_RL_JUMP
750 && ELF32_R_TYPE (irel->r_info) != (int) R_M68HC11_RL_GROUP)
782 if (ELF32_R_TYPE (irel->r_info) == (int) R_M68HC11_RL_JUMP)
792 if (irel->r_offset + 2 >= sec->size)
798 code = bfd_get_8 (abfd, contents + irel->r_offset + 2)
696 Elf_Internal_Rela *irel, *irelend; local
1131 Elf_Internal_Rela *irel, *irelend; local
    [all...]
elf32-h8300.c 697 Elf_Internal_Rela *irel, *irelend;
732 for (irel = internal_relocs; irel < irelend; irel++)
739 if (! elf32_h8_info_to_howto (abfd, &bfd_reloc, irel))
744 if (irel != internal_relocs)
745 last_reloc = irel - 1;
747 switch(ELF32_R_TYPE (irel->r_info))
787 if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info)
793 isym = isymbuf + ELF32_R_SYM (irel->r_info)
696 Elf_Internal_Rela *irel, *irelend; local
1492 Elf_Internal_Rela *irel, *irelend; local
    [all...]
elf32-ip2k.c 271 /* Return the value of the symbol associated with the relocation IREL. */
277 Elf_Internal_Rela *irel)
279 if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info)
284 isym = isymbuf + ELF32_R_SYM (irel->r_info);
301 indx = ELF32_R_SYM (irel->r_info) - symtab_hdr->sh_info;
536 Elf_Internal_Rela *irel,
542 symval = symbol_value (abfd, misc->symtab_hdr, misc->isymbuf, irel);
550 if (PAGENO (symval + irel->r_addend) !=
551 ip2k_nominal_page_bits (abfd, sec, irel->r_offset, misc->contents))
579 Elf_Internal_Rela *irel, *irelend, *irelbase local
993 Elf_Internal_Rela *irel; local
    [all...]
elf32-crx.c 594 Elf_Internal_Rela *irel, *irelend; local
609 irel = elf_section_data (sec)->relocs;
610 irelend = irel + sec->reloc_count;
618 for (irel = elf_section_data (sec)->relocs; irel < irelend; irel++)
621 if ((irel->r_offset > addr
622 && irel->r_offset < toaddr))
623 irel->r_offset -= count;
637 for (irel = elf_section_data (sec)->relocs; irel < irelend; irel++
965 Elf_Internal_Rela *irel, *irelend; local
    [all...]

Completed in 49 milliseconds

1 2 3 4 5 6 7