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

/freebsd-10.0-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_labels.c84 ctf_lblinfo_t linfo; local
101 linfo.ctb_typeidx = ctlp->ctl_typeidx;
102 if ((rc = func(lname, &linfo, arg)) != 0)
115 label_info_cb(const char *lname, const ctf_lblinfo_t *linfo, void *arg) argument
126 bcopy(linfo, ((linfo_cb_arg_t *)arg)->lca_info,
138 ctf_label_info(ctf_file_t *fp, const char *lname, ctf_lblinfo_t *linfo) argument
144 cb_arg.lca_info = linfo;
H A Dctf_create.c1097 ctf_encoding_t linfo; local
1100 if (ctf_type_encoding(fp, ltype, &linfo) != CTF_ERR)
1101 off += linfo.cte_bits;
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dfreebsd.h90 long linfo = bfd_getl32(ext); local
92 int lmagic = linfo & 0xffff;
99 return bmagic_ok && !lmagic_ok ? binfo : linfo;
/freebsd-10.0-release/usr.sbin/mfiutil/
H A Dmfi_show.c347 struct mfi_ld_info linfo; local
405 if (mfi_ld_get_info(fd, ld->properties.ld.v.target_id, &linfo,
412 print_ld(&linfo, -1);
670 struct mfi_ld_info linfo; local
705 if (mfi_ld_get_info(fd, target_id, &linfo, NULL) < 0) {
713 if (linfo.progress.active & MFI_LD_PROGRESS_CC) {
716 &linfo.progress.cc);
719 if (linfo.progress.active & MFI_LD_PROGRESS_BGI) {
722 &linfo.progress.bgi);
725 if (linfo
[all...]
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_signal.c440 l_siginfo_t linfo; local
501 memset(&linfo, 0, sizeof(linfo));
502 ksiginfo_to_lsiginfo(&info, &linfo, sig);
503 error = copyout(&linfo, args->ptr, sizeof(linfo));
/freebsd-10.0-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.h132 struct label_info *linfo; member in union:symbol::__anon7384
H A Daicasm_symbol.c120 if (symbol->info.linfo != NULL)
121 free(symbol->info.linfo);
519 if (cursym->info.linfo->exported == 0)
672 curnode->symbol->info.linfo->address);
H A Daicasm_gram.y1015 $2->info.linfo->address = instruction_ptr;
1016 $2->info.linfo->exported = $1;
1492 symbol->info.linfo =
1494 if (symbol->info.linfo == NULL) {
1498 memset(symbol->info.linfo, 0,
1763 addr = address->symbol->info.linfo->address + address->offset;
H A Daicasm.c343 address += cur_instr->patch_label->info.linfo->address;
/freebsd-10.0-release/lib/libthread_db/
H A Dlibthr_db.c459 struct ptrace_lwpinfo linfo; local
488 ret = ps_linfo(ta->ph, th->th_tid, &linfo);
490 info->ti_sigmask = linfo.pl_sigmask;
491 info->ti_pending = linfo.pl_siglist;
493 if ((linfo.pl_flags & PL_FLAG_SI) != 0)
494 info->ti_siginfo = linfo.pl_siginfo;
H A Dlibpthread_db.c576 struct ptrace_lwpinfo linfo; local
632 ret = ps_linfo(ta->ph, lwp, &linfo);
634 info->ti_sigmask = linfo.pl_sigmask;
635 info->ti_pending = linfo.pl_siglist;

Completed in 202 milliseconds