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

  /src/external/gpl3/binutils/dist/bfd/
mmo.c 382 static asection *mmo_decide_section (bfd *, bfd_vma);
624 /* Helper functions for mmo_decide_section, used through
663 mmo_decide_section (bfd *abfd, bfd_vma vma) function
1702 sec = mmo_decide_section (abfd, vma & ~3);
1711 sec = mmo_decide_section (abfd, vma);
1752 fixosec = mmo_decide_section (abfd, p);
1768 asection *fixrsec = mmo_decide_section (abfd, p);
1835 fixrsec = mmo_decide_section (abfd, vma);
2102 contain anything. This is not redundant wrt. mmo_decide_section,
  /src/external/gpl3/binutils.old/dist/bfd/
mmo.c 382 static asection *mmo_decide_section (bfd *, bfd_vma);
625 /* Helper functions for mmo_decide_section, used through
664 mmo_decide_section (bfd *abfd, bfd_vma vma) function
1703 sec = mmo_decide_section (abfd, vma & ~3);
1712 sec = mmo_decide_section (abfd, vma);
1753 fixosec = mmo_decide_section (abfd, p);
1769 asection *fixrsec = mmo_decide_section (abfd, p);
1836 fixrsec = mmo_decide_section (abfd, vma);
2103 contain anything. This is not redundant wrt. mmo_decide_section,
  /src/external/gpl3/gdb/dist/bfd/
mmo.c 382 static asection *mmo_decide_section (bfd *, bfd_vma);
625 /* Helper functions for mmo_decide_section, used through
664 mmo_decide_section (bfd *abfd, bfd_vma vma) function
1703 sec = mmo_decide_section (abfd, vma & ~3);
1712 sec = mmo_decide_section (abfd, vma);
1753 fixosec = mmo_decide_section (abfd, p);
1769 asection *fixrsec = mmo_decide_section (abfd, p);
1836 fixrsec = mmo_decide_section (abfd, vma);
2103 contain anything. This is not redundant wrt. mmo_decide_section,
  /src/external/gpl3/gdb.old/dist/bfd/
mmo.c 382 static asection *mmo_decide_section (bfd *, bfd_vma);
630 /* Helper functions for mmo_decide_section, used through
669 mmo_decide_section (bfd *abfd, bfd_vma vma) function
1708 sec = mmo_decide_section (abfd, vma & ~3);
1717 sec = mmo_decide_section (abfd, vma);
1758 fixosec = mmo_decide_section (abfd, p);
1774 asection *fixrsec = mmo_decide_section (abfd, p);
1841 fixrsec = mmo_decide_section (abfd, vma);
2108 contain anything. This is not redundant wrt. mmo_decide_section,

Completed in 40 milliseconds