Searched refs:unwind_output_sec (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delfxx-ia64.c3806 asection *unwind_output_sec;
3836 unwind_output_sec = NULL;
3842 unwind_output_sec = s->output_section;
3843 unwind_output_sec->contents
3844 = bfd_malloc (unwind_output_sec->_raw_size);
3845 if (unwind_output_sec->contents == NULL)
3854 if (unwind_output_sec)
3857 qsort (unwind_output_sec->contents,
3858 (size_t) (unwind_output_sec->_raw_size / 24),
3862 if (! bfd_set_section_contents (abfd, unwind_output_sec,
3800 asection *unwind_output_sec; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delfxx-ia64.c4467 asection *unwind_output_sec;
4497 unwind_output_sec = NULL;
4503 unwind_output_sec = s->output_section;
4504 unwind_output_sec->contents
4505 = bfd_malloc (unwind_output_sec->size);
4506 if (unwind_output_sec->contents == NULL)
4515 if (unwind_output_sec)
4518 qsort (unwind_output_sec->contents,
4519 (size_t) (unwind_output_sec->size / 24),
4523 if (! bfd_set_section_contents (abfd, unwind_output_sec,
4461 asection *unwind_output_sec; local
[all...]

Completed in 188 milliseconds