| /NextBSD/contrib/llvm/tools/lldb/source/Utility/ |
| HD | RegisterNumber.cpp | 26 …const lldb_private::RegisterInfo *reginfo = m_reg_ctx_sp->GetRegisterInfoAtIndex (GetAsKind (lldb:… in RegisterNumber() local 27 if (reginfo && reginfo->name) in RegisterNumber() 29 m_name = reginfo->name; in RegisterNumber() 51 …const lldb_private::RegisterInfo *reginfo = m_reg_ctx_sp->GetRegisterInfoAtIndex (GetAsKind (lldb:… in init() local 52 if (reginfo && reginfo->name) in init() 54 m_name = reginfo->name; in init()
|
| /NextBSD/contrib/ntp/ntpsnmpd/ |
| HD | ntpSnmpSubagentObject.c | 247 netsnmp_handler_registration *reginfo, in get_ntpEntSoftwareName() argument 293 netsnmp_handler_registration *reginfo, in get_ntpEntSoftwareVersion() argument 329 netsnmp_handler_registration *reginfo, in get_ntpEntSoftwareVendor() argument 362 netsnmp_handler_registration *reginfo, in get_ntpEntSystemType() argument 422 netsnmp_handler_registration * reginfo, in get_ntpEntTimeResolution() argument 465 netsnmp_handler_registration * reginfo, in get_ntpEntTimePrecision() argument 498 netsnmp_handler_registration *reginfo, in get_ntpEntTimeDistance() argument
|
| /NextBSD/contrib/binutils/binutils/ |
| HD | readelf.c | 8791 Elf32_RegInfo reginfo; in process_mips_specific() local 8794 reginfo.ri_gprmask = BYTE_GET (ereg->ri_gprmask); in process_mips_specific() 8795 reginfo.ri_cprmask[0] = BYTE_GET (ereg->ri_cprmask[0]); in process_mips_specific() 8796 reginfo.ri_cprmask[1] = BYTE_GET (ereg->ri_cprmask[1]); in process_mips_specific() 8797 reginfo.ri_cprmask[2] = BYTE_GET (ereg->ri_cprmask[2]); in process_mips_specific() 8798 reginfo.ri_cprmask[3] = BYTE_GET (ereg->ri_cprmask[3]); in process_mips_specific() 8799 reginfo.ri_gp_value = BYTE_GET (ereg->ri_gp_value); in process_mips_specific() 8802 reginfo.ri_gprmask, in process_mips_specific() 8803 (unsigned long) reginfo.ri_gp_value); in process_mips_specific() 8805 reginfo.ri_cprmask[0], reginfo.ri_cprmask[1], in process_mips_specific() [all …]
|
| HD | ChangeLog-9197 | 3363 * nlmconv.c (setup_sections): Remove special handling of .reginfo 3367 special ECOFF .reginfo section. 3912 (setup_sections): Don't copy the .reginfo section of an ECOFF 3914 (copy_sections): Don't copy the .reginfo section of an ECOFF file.
|
| /NextBSD/sys/conf/ |
| HD | ldscript.mips.mips64 | 179 .reginfo : { *(.reginfo) }
|
| HD | ldscript.mips | 178 .reginfo : { *(.reginfo) }
|
| HD | ldscript.mips.cfe | 195 .reginfo : { *(.reginfo) }
|
| /NextBSD/sys/contrib/octeon-sdk/ |
| HD | cvmx-shared-linux-o32.ld | 74 .reginfo : { *(.reginfo) }
|
| HD | cvmx-shared-linux-n32.ld | 72 .reginfo : { *(.reginfo) }
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | elfxx-mips.c | 10228 Elf32_RegInfo reginfo; in _bfd_mips_elf_final_link() local 10334 memset (®info, 0, sizeof reginfo); in _bfd_mips_elf_final_link() 10362 reginfo.ri_gprmask |= sub.ri_gprmask; in _bfd_mips_elf_final_link() 10363 reginfo.ri_cprmask[0] |= sub.ri_cprmask[0]; in _bfd_mips_elf_final_link() 10364 reginfo.ri_cprmask[1] |= sub.ri_cprmask[1]; in _bfd_mips_elf_final_link() 10365 reginfo.ri_cprmask[2] |= sub.ri_cprmask[2]; in _bfd_mips_elf_final_link() 10366 reginfo.ri_cprmask[3] |= sub.ri_cprmask[3]; in _bfd_mips_elf_final_link() 10822 bfd_mips_elf32_swap_reginfo_out (abfd, ®info, &ext); in _bfd_mips_elf_final_link()
|
| HD | ChangeLog-9193 | 275 (ecoff_mkobject_hook): Set SEC_SHARED_LIBRARY for the .reginfo 541 (mips_elf_fake_sections): Set entsize of .mdebug or .reginfo 1219 (mips_elf_fake_sections): Force size of .reginfo section to sizeof 1221 (mips_elf_seclet_link): New function. Link the .reginfo section 1295 * ecoff.c (ecoff_bfd_seclet_link): Don't link a .reginfo section. 1296 (ecoff_write_object_contents): Don't require the .reginfo section
|
| HD | ChangeLog-9495 | 4010 .reginfo section is zero, force it to the correct size, since the 7309 Get rid of the ECOFF .reginfo section hack. 7310 * ecoff.c (ecoff_mkobject_hook): Don't create a .reginfo section. 7311 (ecoff_new_section_hook): Don't handle the .reginfo section. 9854 for .reginfo section here.
|
| HD | ChangeLog-9899 | 2884 * elf32-mips.c (_bfd_mips_elf_section_from_shdr): Make reginfo
|
| /NextBSD/contrib/binutils/ld/ |
| HD | ChangeLog-2006 | 224 .reginfo rather than .MIPS.options.
|
| HD | ChangeLog-9899 | 950 .reginfo section handling.
|
| HD | ChangeLog-9197 | 3750 .reginfo section to be 0, so that lang_size_sections sets the 3751 correct size for the output .reginfo section. 4746 .reginfo an address. 5678 (OTHER_READONLY_SECTIONS): Define for .reginfo.
|
| HD | ChangeLog-0203 | 2968 * emulparams/elf64btsmip.sh: n64 replaces .reginfo with .MIPS.options.
|
| /NextBSD/contrib/binutils/gas/ |
| HD | ChangeLog-0203 | 5877 * config/tc-mips.c (md_begin): Fix .reginfo and .MIPS.option section 5878 alignment for NewABI. Let n32 use .reginfo. Remove useless casts. 5879 (mips_elf_final_processing): Let n32 use .reginfo.
|
| HD | ChangeLog-9697 | 2831 the .reginfo or .MIPS.options section if configured for an 4884 section rather than a .reginfo section.
|
| HD | ChangeLog-9295 | 6307 masks, rather than using the now obsolete fake .reginfo section. 8225 .reginfo section to 2. If ECOFF_DEBUGGING, create .mdebug 9050 (md_begin): If OBJ_ELF, create .reginfo section and set 9084 by modifying .reginfo section, not by directly modifying BFD
|
| HD | ChangeLog-0001 | 902 .reginfo section for n32, use .MIPS.options instead. 908 (mips_elf_final_processing): Likewise. Don't write .reginfo section
|