HomeSort by: relevance | last modified time | path
    Searched defs:proc_info (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
hpux-core.c 59 conditionally know whether a proc_info has thread id fields.
61 happily also when meaningful thread id's show up in proc_info. */
187 struct proc_info proc_info; local
193 if (bfd_read (&proc_info, core_header.len, abfd) != core_header.len)
202 core_kernel_thread_id (abfd) = proc_info.lwpid;
203 core_user_thread_id (abfd) = proc_info.user_tid;
226 (bfd_vma) offsetof (struct proc_info,
235 if (proc_info.sig != -1)
240 (bfd_vma)offsetof (struct proc_info,
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
hpux-core.c 59 conditionally know whether a proc_info has thread id fields.
61 happily also when meaningful thread id's show up in proc_info. */
187 struct proc_info proc_info; local
193 if (bfd_read (&proc_info, core_header.len, abfd) != core_header.len)
202 core_kernel_thread_id (abfd) = proc_info.lwpid;
203 core_user_thread_id (abfd) = proc_info.user_tid;
226 (bfd_vma) offsetof (struct proc_info,
235 if (proc_info.sig != -1)
240 (bfd_vma)offsetof (struct proc_info,
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
hpux-core.c 59 conditionally know whether a proc_info has thread id fields.
61 happily also when meaningful thread id's show up in proc_info. */
187 struct proc_info proc_info; local
193 if (bfd_read (&proc_info, core_header.len, abfd) != core_header.len)
202 core_kernel_thread_id (abfd) = proc_info.lwpid;
203 core_user_thread_id (abfd) = proc_info.user_tid;
226 (bfd_vma) offsetof (struct proc_info,
235 if (proc_info.sig != -1)
240 (bfd_vma)offsetof (struct proc_info,
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
hpux-core.c 59 conditionally know whether a proc_info has thread id fields.
61 happily also when meaningful thread id's show up in proc_info. */
187 struct proc_info proc_info; local
193 if (bfd_read (&proc_info, core_header.len, abfd) != core_header.len)
202 core_kernel_thread_id (abfd) = proc_info.lwpid;
203 core_user_thread_id (abfd) = proc_info.user_tid;
226 (bfd_vma) offsetof (struct proc_info,
235 if (proc_info.sig != -1)
240 (bfd_vma)offsetof (struct proc_info,
    [all...]
  /src/external/gpl2/gmake/dist/
getloadavg.c 686 struct stat_descr proc_info;
725 proc_info.sd_next = 0;
726 proc_info.sd_subsys = SUBSYS_PROC;
727 proc_info.sd_type = PROCTYPE_SUMMARY;
728 proc_info.sd_addr = (char *) &proc_sum_data;
729 proc_info.sd_size = sizeof (struct proc_summary);
730 proc_info.sd_sizeused = 0;
732 if (inq_stats (1, &proc_info) != 0)
684 struct stat_descr proc_info; local
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-arm-low.cc 858 struct arch_process_info *proc_info = proc->priv->arch_private; local
865 unsigned int address = proc_info->bpts[i].address;
866 arm_hwbp_control_t control = proc_info->bpts[i].control;
900 if (arm_hwbp_control_is_enabled (proc_info->wpts[i].control))
903 &proc_info->wpts[i].address) < 0)
906 if (arm_hwbp_control_is_initialized (proc_info->wpts[i].control))
909 &proc_info->wpts[i].control) < 0)
  /src/external/gpl3/gdb/dist/gdbserver/
linux-arm-low.cc 858 struct arch_process_info *proc_info = proc->priv->arch_private; local
865 unsigned int address = proc_info->bpts[i].address;
866 arm_hwbp_control_t control = proc_info->bpts[i].control;
900 if (arm_hwbp_control_is_enabled (proc_info->wpts[i].control))
903 &proc_info->wpts[i].address) < 0)
906 if (arm_hwbp_control_is_initialized (proc_info->wpts[i].control))
909 &proc_info->wpts[i].control) < 0)
  /src/sys/arch/rs6000/include/
iplcb.h 200 struct proc_info { struct

Completed in 80 milliseconds