Lines Matching refs:stub

260   /* The stub hash table.  */
264 asection *stub;
307 /* Destination of this stub. */
311 /* Offset of entry in stub section. */
314 /* Offset from this stub to stub that loads the overlay index. */
318 /* Create an entry in a spu stub hash table. */
368 /* Init the stub hash table too. */
373 memset (&htab->stub, 0,
374 sizeof (*htab) - offsetof (struct spu_link_hash_table, stub));
475 /* Build a name for an entry in the stub hash table. We can't use a
674 /* One of these per stub. */
711 /* Return TRUE if this reloc symbol should possibly go via an overlay stub. */
728 /* setjmp always goes via an overlay stub, because then the return
741 section needs a stub. */
764 /* Symbols starting with _SPUEAR_ need a stub because they may be
790 /* If this entry isn't new, we already have a stub. */
806 in the stub hash table. */
854 asection **stub,
1027 /* If this entry isn't new, we already have a stub. */
1063 *stub = NULL;
1070 htab->stub = bfd_make_section_anyway_with_flags (ibfd, ".stub", flags);
1071 *stub = htab->stub;
1072 if (htab->stub == NULL
1073 || !bfd_set_section_alignment (ibfd, htab->stub, 2))
1081 || !bfd_set_section_alignment (ibfd, htab->stub, 4))
1101 /* Now that the stubs are sorted, place them in the stub section.
1123 htab->stub->size += SIZEOF_STUB2;
1136 stubs.sh[i]->off = htab->stub->size;
1137 htab->stub->size += SIZEOF_STUB1;
1143 htab->stub->size += SIZEOF_STUB2;
1211 /* Fill in the ila and br for a stub. On the last stub for a group,
1212 write the stub that sets the overlay number too. */
1219 asection *sec = htab->stub;
1231 /* If this is the last stub of this group, write stub2. */
1338 htab->stub->contents = bfd_zalloc (htab->stub->owner, htab->stub->size);
1339 if (htab->stub->contents == NULL)
1363 (*_bfd_error_handler) (_("overlay stub relocation overflow"));
2088 return (s != htab->stub
2761 to the overlay stub. */
2778 relocation = (htab->stub->output_section->vma
2779 + htab->stub->output_offset
2897 = _bfd_elf_section_from_bfd_section (htab->stub->output_section->owner,
2898 htab->stub->output_section);
2899 sym->st_value = (htab->stub->output_section->vma
2900 + htab->stub->output_offset