Searched refs:call_fp_stub (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dmips16-pic-3b.s11 call_fp_stub unused4
12 call_fp_stub used6
13 call_fp_stub used10
14 call_fp_stub extern4
H A Dmips16-pic-3a.s55 call_fp_stub unused2
56 call_fp_stub used2
57 call_fp_stub used4
58 call_fp_stub used8
59 call_fp_stub extern2
H A Dmips16-pic-3.inc23 .macro call_fp_stub,name
/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-mips.c275 asection *call_fp_stub; member in struct:mips_elf_link_hash_entry
833 ret->call_fp_stub = NULL;
1148 if (h->call_fp_stub != NULL
1154 h->call_fp_stub->size = 0;
1155 h->call_fp_stub->flags &= ~SEC_RELOC;
1156 h->call_fp_stub->reloc_count = 0;
1157 h->call_fp_stub->flags |= SEC_EXCLUDE;
4099 && (h->call_stub != NULL || h->call_fp_stub != NULL)
4102 /* If both call_stub and call_fp_stub are defined, we can figure
4105 if (h->call_stub != NULL && h->call_fp_stub !
[all...]
/haiku-buildtools/binutils/bfd/
H A Delfxx-mips.c379 asection *call_fp_stub; member in struct:mips_elf_link_hash_entry
1282 ret->call_fp_stub = NULL;
1744 if (h->call_fp_stub != NULL
1750 h->call_fp_stub->size = 0;
1751 h->call_fp_stub->flags &= ~SEC_RELOC;
1752 h->call_fp_stub->reloc_count = 0;
1753 h->call_fp_stub->flags |= SEC_EXCLUDE;
1754 h->call_fp_stub->output_section = bfd_abs_section_ptr;
5567 && ((h != NULL && (h->call_stub != NULL || h->call_fp_stub != NULL))
5577 /* If both call_stub and call_fp_stub ar
[all...]

Completed in 198 milliseconds