HomeSort by: relevance | last modified time | path
    Searched defs:fixrsec (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
mmo.c 1768 asection *fixrsec = mmo_decide_section (abfd, p); local
1769 if (fixrsec == NULL)
1771 if (!mmo_xore_16 (fixrsec, p, yz))
1786 asection *fixrsec; local
1835 fixrsec = mmo_decide_section (abfd, vma);
1836 if (fixrsec == NULL)
1838 if (!mmo_xore_32 (fixrsec, p, delta))
  /src/external/gpl3/binutils.old/dist/bfd/
mmo.c 1769 asection *fixrsec = mmo_decide_section (abfd, p); local
1770 if (fixrsec == NULL)
1772 if (!mmo_xore_16 (fixrsec, p, yz))
1787 asection *fixrsec; local
1836 fixrsec = mmo_decide_section (abfd, vma);
1837 if (fixrsec == NULL)
1839 if (!mmo_xore_32 (fixrsec, p, delta))
  /src/external/gpl3/gdb/dist/bfd/
mmo.c 1769 asection *fixrsec = mmo_decide_section (abfd, p); local
1770 if (fixrsec == NULL)
1772 if (!mmo_xore_16 (fixrsec, p, yz))
1787 asection *fixrsec; local
1836 fixrsec = mmo_decide_section (abfd, vma);
1837 if (fixrsec == NULL)
1839 if (!mmo_xore_32 (fixrsec, p, delta))
  /src/external/gpl3/gdb.old/dist/bfd/
mmo.c 1774 asection *fixrsec = mmo_decide_section (abfd, p); local
1775 if (fixrsec == NULL)
1777 if (!mmo_xore_16 (fixrsec, p, yz))
1792 asection *fixrsec; local
1841 fixrsec = mmo_decide_section (abfd, vma);
1842 if (fixrsec == NULL)
1844 if (!mmo_xore_32 (fixrsec, p, delta))

Completed in 41 milliseconds