Searched refs:fn_stub (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Delfxx-mips.c371 asection *fn_stub; member in struct:mips_elf_link_hash_entry
404 /* Whether we need the fn_stub; this is true if this symbol appears
1280 ret->fn_stub = NULL;
1711 if (h->fn_stub != NULL
1718 if (h->fn_stub != NULL
1721 /* We don't need the fn_stub; the only references to this symbol
1724 h->fn_stub->size = 0;
1725 h->fn_stub->flags &= ~SEC_RELOC;
1726 h->fn_stub->reloc_count = 0;
1727 h->fn_stub
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-mips.c263 asection *fn_stub; member in struct:mips_elf_link_hash_entry
265 /* Whether we need the fn_stub; this is set if this symbol appears
830 ret->fn_stub = NULL;
1124 if (h->fn_stub != NULL
1127 /* We don't need the fn_stub; the only references to this symbol
1130 h->fn_stub->size = 0;
1131 h->fn_stub->flags &= ~SEC_RELOC;
1132 h->fn_stub->reloc_count = 0;
1133 h->fn_stub->flags |= SEC_EXCLUDE;
4077 && ((h != NULL && h->fn_stub !
[all...]
/haiku-buildtools/binutils/gold/
H A Dmips.cc199 // that it or its fn_stub might need $25 to be valid on entry.
1035 // Return whether the symbol needs MIPS16 fn_stub.
1040 // Set that the symbol needs MIPS16 fn_stub.
1346 // Whether the symbol needs MIPS16 fn_stub. This is true if this symbol
3675 Mips16_stub_section<size, big_endian>* fn_stub = local
3677 value = fn_stub->output_address();
3678 osym.put_st_size(fn_stub->section_size());
11710 Mips16_stub_section<size, big_endian>* fn_stub = local
11713 symval.set_output_value(fn_stub->output_address());

Completed in 220 milliseconds