Home | History | Annotate | Download | only in bfd

Lines Matching defs:FN_STUB

378   asection *fn_stub;
414 /* Whether we need the fn_stub; this is true if this symbol appears
1045 #define FN_STUB ".mips16.fn."
1049 #define FN_STUB_P(name) startswith (name, FN_STUB)
1360 ret->fn_stub = NULL;
1790 if (h->fn_stub != NULL
1797 if (h->fn_stub != NULL
1800 /* We don't need the fn_stub; the only references to this symbol
1803 h->fn_stub->size = 0;
1804 h->fn_stub->flags &= ~SEC_RELOC;
1805 h->fn_stub->reloc_count = 0;
1806 h->fn_stub->flags |= SEC_EXCLUDE;
1807 h->fn_stub->output_section = bfd_abs_section_ptr;
1887 that it or its fn_stub might need $25 to be valid on entry.
1901 || (h->fn_stub && h->need_fn_stub))
1916 *sec = stub->h->fn_stub;
5794 && h->fn_stub != NULL
5821 sec = h->fn_stub;
8665 if (h->fn_stub != NULL)
8672 h->fn_stub = sec;
11434 if (h->dynindx != -1 && hmips->fn_stub != NULL)
11437 sym->st_value = (hmips->fn_stub->output_section->vma
11438 + hmips->fn_stub->output_offset);
11439 sym->st_size = hmips->fn_stub->size;
13118 if (indmips->fn_stub)
13120 dirmips->fn_stub = indmips->fn_stub;
13121 indmips->fn_stub = NULL;