Home | History | Annotate | Download | only in bfd

Lines Matching defs:FN_STUB

396   asection *fn_stub;
432 /* Whether we need the fn_stub; this is true if this symbol appears
1046 #define FN_STUB ".mips16.fn."
1050 #define FN_STUB_P(name) startswith (name, FN_STUB)
1361 ret->fn_stub = NULL;
1787 if (h->fn_stub != NULL
1794 if (h->fn_stub != NULL
1797 /* We don't need the fn_stub; the only references to this symbol
1800 h->fn_stub->size = 0;
1801 h->fn_stub->flags &= ~SEC_RELOC;
1802 h->fn_stub->reloc_count = 0;
1803 h->fn_stub->flags |= SEC_EXCLUDE;
1804 h->fn_stub->output_section = bfd_abs_section_ptr;
1884 that it or its fn_stub might need $25 to be valid on entry.
1898 || (h->fn_stub && h->need_fn_stub))
1913 *sec = stub->h->fn_stub;
5814 && h->fn_stub != NULL
5841 sec = h->fn_stub;
8685 if (h->fn_stub != NULL)
8692 h->fn_stub = sec;
11459 if (h->dynindx != -1 && hmips->fn_stub != NULL)
11462 sym->st_value = (hmips->fn_stub->output_section->vma
11463 + hmips->fn_stub->output_offset);
11464 sym->st_size = hmips->fn_stub->size;
13144 if (indmips->fn_stub)
13146 dirmips->fn_stub = indmips->fn_stub;
13147 indmips->fn_stub = NULL;