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

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delfxx-mips.c10229 asection *rtproc_sec;
10562 rtproc_sec = bfd_get_section_by_name (abfd, ".rtproc");
10563 if (rtproc_sec == NULL)
10568 rtproc_sec = bfd_make_section_with_flags (abfd,
10571 if (rtproc_sec == NULL
10572 || ! bfd_set_section_alignment (abfd, rtproc_sec, 4))
10577 info, rtproc_sec,
10858 rtproc_sec = bfd_get_section_by_name (abfd, ".rtproc");
10859 if (rtproc_sec != NULL)
10861 if (! bfd_set_section_contents (abfd, rtproc_sec,
10188 asection *rtproc_sec; local
[all...]

Completed in 187 milliseconds