Lines Matching refs:reginfo
2786 /* A .reginfo section holds a single Elf32_RegInfo structure. These
7383 (_("%pB: incorrect `.reginfo' section size; "
7546 if (strcmp (name, ".reginfo") != 0
7621 /* For a .reginfo section, set the gp value in the tdata information
7623 processing relocs, so we just get it now. The .reginfo section
7741 else if (strcmp (name, ".reginfo") == 0)
7744 /* In a shared object on IRIX 5.3, the .reginfo section has an
8166 s = bfd_get_section_by_name (abfd, ".reginfo");
9999 /* The .reginfo section has a fixed size. */
10000 s = bfd_get_section_by_name (output_bfd, ".reginfo");
12617 /* When creating an IRIX5 executable, we need REGINFO and RTPROC
12628 s = bfd_get_section_by_name (abfd, ".reginfo");
12667 /* If there is a .reginfo section, we need a PT_MIPS_REGINFO
12669 s = bfd_get_section_by_name (abfd, ".reginfo");
14852 /* We need to use a special link routine to handle the .reginfo and
14863 Elf32_RegInfo reginfo;
14942 /* Go through the sections and collect the .reginfo and .mdebug
14984 if (strcmp (o->name, ".reginfo") == 0)
14986 memset (®info, 0, sizeof reginfo);
14988 /* We have found the .reginfo section in the output file.
15018 reginfo.ri_gprmask |= sub.ri_gprmask;
15019 reginfo.ri_cprmask[0] |= sub.ri_cprmask[0];
15020 reginfo.ri_cprmask[1] |= sub.ri_cprmask[1];
15021 reginfo.ri_cprmask[2] |= sub.ri_cprmask[2];
15022 reginfo.ri_cprmask[3] |= sub.ri_cprmask[3];
15488 bfd_mips_elf32_swap_reginfo_out (abfd, ®info, &ext);
15970 && strcmp (sec->name, ".reginfo")