Home | History | Annotate | Download | only in bfd

Lines Matching refs:call_stub

382   asection *call_stub;
384 /* This is like the call_stub field, but it is used if the function
1046 #define CALL_STUB ".mips16.call."
1050 #define CALL_STUB_P(name) startswith (name, CALL_STUB)
1361 ret->call_stub = NULL;
1810 if (h->call_stub != NULL
1813 /* We don't need the call_stub; this is a 16 bit function, so
1816 h->call_stub->size = 0;
1817 h->call_stub->flags &= ~SEC_RELOC;
1818 h->call_stub->reloc_count = 0;
1819 h->call_stub->flags |= SEC_EXCLUDE;
1820 h->call_stub->output_section = bfd_abs_section_ptr;
1826 /* We don't need the call_stub; this is a 16 bit function, so
5789 && ((h != NULL && (h->call_stub != NULL || h->call_fp_stub != NULL))
5799 /* If both call_stub and call_fp_stub are defined, we can figure
5802 if (h->call_stub != NULL && h->call_fp_stub != NULL)
5816 sec = h->call_stub;
5818 else if (h->call_stub != NULL)
5819 sec = h->call_stub;
8703 loc = &h->call_stub;
9548 to having a MIPS16 entry. And in the case of call_stub a
9553 || hmips->call_stub
13023 if (indmips->call_stub)
13025 dirmips->call_stub = indmips->call_stub;
13026 indmips->call_stub = NULL;