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

/haiku-buildtools/binutils/bfd/
H A Delf32-tic6x.c4013 asection *out_sec;
4019 out_sec = exidx_sec->output_section;
4021 bfd_set_section_size (out_sec->owner, out_sec, out_sec->size +adjust);
4012 asection *out_sec; local
H A Delf32-arm.c4403 asection *link_sec, *out_sec, **stub_sec_p; local
4418 out_sec = bfd_get_section_by_name (output_bfd, out_sec_name);
4419 if (out_sec == NULL)
4435 out_sec = link_sec->output_section;
4453 *stub_sec_p = (*htab->add_stub_section) (s_name, out_sec, link_sec,
4458 out_sec->flags |= SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_CODE
7429 asection *out_sec; local
7436 out_sec = bfd_get_section_by_name (info->output_bfd, out_sec_name);
7437 if (out_sec != NULL)
7438 out_sec
12637 asection *out_sec; local
[all...]
/haiku-buildtools/binutils/gold/
H A Dscript-sections.cc2409 Output_section* out_sec = section->get_output_section(); local
2411 && out_sec != NULL
2412 && (*mr)->attributes_compatible(out_sec->flags(),
2413 out_sec->type()))

Completed in 211 milliseconds