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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delfxx-mips.c313 /* The number of .rtproc entries. */
986 void *rtproc;
1067 rtproc = bfd_alloc (abfd, size);
1068 if (rtproc == NULL)
1076 erp = rtproc;
1079 str = (char *) rtproc + sizeof (struct rpdr_ext) * (count + 2);
1090 /* Set the size and contents of .rtproc section. */
1092 s->contents = rtproc;
5418 else if (strcmp (name, ".rtproc") == 0)
9446 s = bfd_get_section_by_name (abfd, ".rtproc");
979 void *rtproc; local
[all...]

Completed in 473 milliseconds