Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dmmo.c382 static asection *mmo_decide_section (bfd *, bfd_vma);
678 mmo_decide_section (bfd *abfd, bfd_vma vma) in mmo_decide_section() function
1685 sec = mmo_decide_section (abfd, vma & ~3); in mmo_scan()
1694 sec = mmo_decide_section (abfd, vma); in mmo_scan()
1733 fixosec = mmo_decide_section (abfd, p); in mmo_scan()
1745 asection *fixrsec = mmo_decide_section (abfd, p); in mmo_scan()
1802 fixrsec = mmo_decide_section (abfd, vma); in mmo_scan()
DChangeLog-20142347 <case LOP_LOC>: Call mmo_decide_section with aligned vma.