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

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delfxx-mips.c313 /* The number of .rtproc entries. */
982 void *rtproc;
1063 rtproc = bfd_alloc (abfd, size);
1064 if (rtproc == NULL)
1072 erp = rtproc;
1075 str = (char *) rtproc + sizeof (struct rpdr_ext) * (count + 2);
1086 /* Set the size and contents of .rtproc section. */
1088 s->contents = rtproc;
5420 else if (strcmp (name, ".rtproc") == 0)
9407 s = bfd_get_section_by_name (abfd, ".rtproc");
975 void *rtproc; local
[all...]

Completed in 157 milliseconds