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

  /src/external/gpl3/binutils/dist/bfd/
elf32-arm.c 17832 bool thumb_stub_p; local
17834 thumb_stub_p = elf32_arm_plt_needs_thumb_stub_p (osi->info, arm_plt);
17835 if (thumb_stub_p)
17849 if (thumb_stub_p || addr == plt_header_size)
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-arm.c 18005 bool thumb_stub_p; local
18007 thumb_stub_p = elf32_arm_plt_needs_thumb_stub_p (osi->info, arm_plt);
18008 if (thumb_stub_p)
18022 if (thumb_stub_p || addr == plt_header_size)
  /src/external/gpl3/gdb/dist/bfd/
elf32-arm.c 17997 bool thumb_stub_p; local
17999 thumb_stub_p = elf32_arm_plt_needs_thumb_stub_p (osi->info, arm_plt);
18000 if (thumb_stub_p)
18014 if (thumb_stub_p || addr == plt_header_size)
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-arm.c 17919 bool thumb_stub_p; local
17921 thumb_stub_p = elf32_arm_plt_needs_thumb_stub_p (osi->info, arm_plt);
17922 if (thumb_stub_p)
17936 if (thumb_stub_p || addr == plt_header_size)

Completed in 108 milliseconds