Home | History | Annotate | Download | only in bfd

Lines Matching refs:toe

98   { ".toe", 4, 0, SHT_NOBITS, SHF_ALLOC },
311 asection *toe;
1751 htab->toe = bfd_make_section_anyway_with_flags (ibfd, ".toe", SEC_ALLOC);
1752 if (htab->toe
1753 || !bfd_set_section_alignment (ibfd, htab->toe, 4))
1755 htab->toe->size = 16;
1794 if (htab->toe != NULL)
1795 (*htab->params->place_spu_section) (htab->toe, NULL, ".toe");
2144 h->root.u.def.section = htab->toe;
4353 /* d) Pointer to __ea backing store (toe), 1 quadword. */
4362 /* Space for _ovly_table[], _ovly_buf_table[] and toe. */
4587 if (fprintf (script, "}\nINSERT AFTER .toe;\n") <= 0)
5178 /* We may add an extra PT_LOAD segment for .toe. We also need extra
5196 sec = bfd_get_section_by_name (abfd, ".toe");
5203 /* Remove .toe section from other PT_LOAD segments and put it in
5209 asection *toe, *s;
5217 toe = bfd_get_section_by_name (abfd, ".toe");
5221 if ((s = m->sections[i]) == toe