Home
last modified time | relevance | path

Searched refs:mmo_decide_section (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dmmo.c374 static asection *mmo_decide_section (bfd *, bfd_vma);
642 mmo_decide_section (bfd *abfd, bfd_vma vma) in mmo_decide_section() function
1648 sec = mmo_decide_section (abfd, vma & ~3); in mmo_scan()
1657 sec = mmo_decide_section (abfd, vma); in mmo_scan()
1696 fixosec = mmo_decide_section (abfd, p); in mmo_scan()
1708 asection *fixrsec = mmo_decide_section (abfd, p); in mmo_scan()
1765 fixrsec = mmo_decide_section (abfd, vma); in mmo_scan()
DChangeLog1787 <case LOP_LOC>: Call mmo_decide_section with aligned vma.