• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/cxxfilt-11/cxxfilt/bfd/

Lines Matching refs:irel

1359   Elf_Internal_Rela *irel, *irelend;
1379 irel = elf_section_data (sec)->relocs;
1380 irelend = irel + sec->reloc_count;
1389 for (irel = elf_section_data (sec)->relocs; irel < irelend; irel++)
1395 + sec->output_offset + irel->r_offset);
1400 if ((irel->r_offset > addr
1401 && irel->r_offset < toaddr))
1407 (unsigned int) irel->r_offset,
1408 (unsigned int) ((irel->r_offset) - count));
1410 irel->r_offset -= count;
1438 for (irel = elf_section_data (isec)->relocs;
1439 irel < irelend;
1440 irel++)
1456 if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info)
1462 isym = isymbuf + ELF32_R_SYM (irel->r_info);
1479 (unsigned int) (symval + irel->r_addend),
1483 && (symval + irel->r_addend) > shrinked_insn_address)
1485 irel->r_addend -= count;
1570 Elf_Internal_Rela *irel, *irelend;
1637 for (irel = internal_relocs; irel < irelend; irel++)
1641 if ( ELF32_R_TYPE (irel->r_info) != R_AVR_13_PCREL
1642 && ELF32_R_TYPE (irel->r_info) != R_AVR_7_PCREL
1643 && ELF32_R_TYPE (irel->r_info) != R_AVR_CALL)
1674 if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info)
1680 isym = isymbuf + ELF32_R_SYM (irel->r_info);
1695 indx = ELF32_R_SYM (irel->r_info) - symtab_hdr->sh_info;
1717 switch (ELF32_R_TYPE (irel->r_info))
1723 bfd_vma value = symval + irel->r_addend;
1729 + sec->output_offset + irel->r_offset);
1786 code_lsb = bfd_get_8 (abfd, contents + irel->r_offset);
1787 code_msb = bfd_get_8 (abfd, contents + irel->r_offset + 1);
1795 bfd_put_8 (abfd, 0x00, contents + irel->r_offset);
1796 bfd_put_8 (abfd, 0xD0, contents + irel->r_offset + 1);
1801 bfd_put_8 (abfd, 0x00, contents + irel->r_offset);
1802 bfd_put_8 (abfd, 0xC0, contents + irel->r_offset + 1);
1808 irel->r_info = ELF32_R_INFO (ELF32_R_SYM (irel->r_info),
1818 bfd_put_8 (abfd, 0x00, contents + irel->r_offset + 2);
1819 bfd_put_8 (abfd, 0x00, contents + irel->r_offset + 3);
1825 irel->r_offset + 2, 2))
1841 code_msb = bfd_get_8 (abfd, contents + irel->r_offset + 1);
1842 code_lsb = bfd_get_8 (abfd, contents + irel->r_offset + 0);
1846 + sec->output_offset + irel->r_offset);
1857 if (irel->r_offset + 3 < sec->size)
1860 bfd_get_8 (abfd, contents + irel->r_offset + 3);
1862 bfd_get_8 (abfd, contents + irel->r_offset + 2);
1870 bfd_put_8 (abfd, code_msb, contents + irel->r_offset + 1);
1887 if (irel->r_offset + 5 < sec->size)
1890 bfd_get_8 (abfd, contents + irel->r_offset + 5);
1892 bfd_get_8 (abfd, contents + irel->r_offset + 4);
1901 bfd_put_8 (abfd, code_lsb, contents + irel->r_offset);
1924 if (irel->r_offset + insn_size + 1 < sec->size)
1927 bfd_get_8 (abfd, contents + irel->r_offset
1930 bfd_get_8 (abfd, contents + irel->r_offset
1953 if (irel->r_offset >= 2)
1958 bfd_get_8 (abfd, contents + irel->r_offset - 1);
1960 bfd_get_8 (abfd, contents + irel->r_offset - 2);
2005 irel->r_offset + insn_size;
2059 Elf_Internal_Rela *irel;
2067 for (irel = elf_section_data (sec)->relocs;
2068 irel < relend; irel++)
2092 if (ELF32_R_SYM (irel->r_info)
2100 + ELF32_R_SYM (irel->r_info);
2114 reloc_target = symval + irel->r_addend;
2118 reloc_target = symval + irel->r_addend;
2146 irel->r_offset + insn_size, 2))