Home | History | Annotate | Download | only in bfd

Lines Matching refs:call_stub

371   asection *call_stub;
373 /* This is like the call_stub field, but it is used if the function
1024 #define CALL_STUB ".mips16.call."
1028 #define CALL_STUB_P(name) CONST_STRNEQ (name, CALL_STUB)
1294 ret->call_stub = NULL;
1734 if (h->call_stub != NULL
1737 /* We don't need the call_stub; this is a 16 bit function, so
1740 h->call_stub->size = 0;
1741 h->call_stub->flags &= ~SEC_RELOC;
1742 h->call_stub->reloc_count = 0;
1743 h->call_stub->flags |= SEC_EXCLUDE;
1749 /* We don't need the call_stub; this is a 16 bit function, so
5518 && ((h != NULL && (h->call_stub != NULL || h->call_fp_stub != NULL))
5528 /* If both call_stub and call_fp_stub are defined, we can figure
5531 if (h->call_stub != NULL && h->call_fp_stub != NULL)
5545 sec = h->call_stub;
5547 else if (h->call_stub != NULL)
5548 sec = h->call_stub;
8200 loc = &h->call_stub;
9142 to having a MIPS16 entry. And in the case of call_stub a
9147 || hmips->call_stub
12541 if (indmips->call_stub)
12543 dirmips->call_stub = indmips->call_stub;
12544 indmips->call_stub = NULL;