Home | History | Annotate | Download | only in bfd

Lines Matching refs:reginfo

2832 /* A .reginfo section holds a single Elf32_RegInfo structure.  These
7429 (_("%pB: incorrect `.reginfo' section size; "
7592 if (strcmp (name, ".reginfo") != 0
7667 /* For a .reginfo section, set the gp value in the tdata information
7669 processing relocs, so we just get it now. The .reginfo section
7787 else if (strcmp (name, ".reginfo") == 0)
7790 /* In a shared object on IRIX 5.3, the .reginfo section has an
8212 s = bfd_get_section_by_name (abfd, ".reginfo");
10079 /* The .reginfo section has a fixed size. */
10080 s = bfd_get_section_by_name (output_bfd, ".reginfo");
12702 /* When creating an IRIX5 executable, we need REGINFO and RTPROC
12713 s = bfd_get_section_by_name (abfd, ".reginfo");
12752 /* If there is a .reginfo section, we need a PT_MIPS_REGINFO
12754 s = bfd_get_section_by_name (abfd, ".reginfo");
14937 /* We need to use a special link routine to handle the .reginfo and
14948 Elf32_RegInfo reginfo;
15027 /* Go through the sections and collect the .reginfo and .mdebug
15069 if (strcmp (o->name, ".reginfo") == 0)
15071 memset (&reginfo, 0, sizeof reginfo);
15073 /* We have found the .reginfo section in the output file.
15103 reginfo.ri_gprmask |= sub.ri_gprmask;
15104 reginfo.ri_cprmask[0] |= sub.ri_cprmask[0];
15105 reginfo.ri_cprmask[1] |= sub.ri_cprmask[1];
15106 reginfo.ri_cprmask[2] |= sub.ri_cprmask[2];
15107 reginfo.ri_cprmask[3] |= sub.ri_cprmask[3];
15574 bfd_mips_elf32_swap_reginfo_out (abfd, &reginfo, &ext);
16056 && strcmp (sec->name, ".reginfo")