Home | History | Annotate | Download | only in bfd

Lines Matching refs:fn_stub

367   asection *fn_stub;
400 /* Whether we need the fn_stub; this is true if this symbol appears
1023 #define FN_STUB ".mips16.fn."
1027 #define FN_STUB_P(name) CONST_STRNEQ (name, FN_STUB)
1293 ret->fn_stub = NULL;
1715 if (h->fn_stub != NULL
1722 if (h->fn_stub != NULL
1725 /* We don't need the fn_stub; the only references to this symbol
1728 h->fn_stub->size = 0;
1729 h->fn_stub->flags &= ~SEC_RELOC;
1730 h->fn_stub->reloc_count = 0;
1731 h->fn_stub->flags |= SEC_EXCLUDE;
1809 that it or its fn_stub might need $25 to be valid on entry.
1822 || (h->fn_stub && h->need_fn_stub))
1837 *sec = stub->h->fn_stub;
5477 && h->fn_stub != NULL
5504 sec = h->fn_stub;
8083 if (h->fn_stub != NULL)
8090 h->fn_stub = sec;
10854 if (h->dynindx != -1 && hmips->fn_stub != NULL)
10857 sym->st_value = (hmips->fn_stub->output_section->vma
10858 + hmips->fn_stub->output_offset);
10859 sym->st_size = hmips->fn_stub->size;
12531 if (indmips->fn_stub)
12533 dirmips->fn_stub = indmips->fn_stub;
12534 indmips->fn_stub = NULL;