Home
last modified time | relevance | path

Searched refs:binfo (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_bits.c81 if (binfo->set != 0) in is_unknown_binfo()
331 if (!binfo) in match_assign()
337 set_state_expr(my_id, expr->left, alloc_bstate(binfo->set, binfo->possible)); in match_assign()
340 new = alloc_bstate(start->set | binfo->set, start->possible | binfo->possible); in match_assign()
344 new = alloc_bstate(start->set & binfo->set, start->possible & binfo->possible); in match_assign()
389 binfo = get_bit_info(arg); in match_call_info()
390 if (!binfo) in match_call_info()
401 snprintf(buf, sizeof(buf), "0x%llx,0x%llx", binfo->set, binfo->possible); in match_call_info()
413 if (!binfo) in struct_member_callback()
417 if (binfo->set == binfo->possible) in struct_member_callback()
[all …]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c75 uint_t binfo; in load_filtees() local
2633 *binfo |= in lookup_sym_interpose()
2701 *binfo |= in lookup_sym_interpose()
2771 *binfo |= DBG_BINFO_INTERPOSE; in lookup_sym_interpose()
2876 *binfo |= DBG_BINFO_DIRECT; in lookup_sym_direct()
3040 *binfo &= ~BINFO_MSK_REJECTED; in _lookup_sym()
3106 if (*binfo & BINFO_MSK_TRYAGAIN) in _lookup_sym()
3167 *binfo = 0; in lookup_sym()
3254 if (*binfo & BINFO_REJSINGLE) in lookup_sym()
3256 if (*binfo & BINFO_REJGROUP) { in lookup_sym()
[all …]
H A Ddlfcns.c1112 if (LM_LOOKUP_SYM(clmp)(&sl, srp, binfo, in_nfavl)) in dlsym_handle()
1143 if (elf_lazy_find_sym(&sl, srp, binfo, in dlsym_handle()
1164 if (LM_LOOKUP_SYM(clmp)(&sl, srp, binfo, in_nfavl)) in dlsym_handle()
1193 if (elf_lazy_find_sym(&sl, srp, binfo, in dlsym_handle()
1232 uint_t binfo; in dlsym_core() local
1252 sym = sym_lookup_in_caller(clmp, &sl, &sr, &binfo); in dlsym_core()
1272 ret = LM_LOOKUP_SYM(clmp)(&sl, &sr, &binfo, in_nfavl); in dlsym_core()
1319 ret = LM_LOOKUP_SYM(clmp)(&sl, &sr, &binfo, in_nfavl); in dlsym_core()
1393 *dlmp, addr, sym->st_value, sr.sr_name, binfo)); in dlsym_core()
2092 uint_t binfo; in dlinfo_core() local
[all …]
H A Delf.c1197 *binfo |= DBG_BINFO_FILTEE;
1420 *binfo |= DBG_BINFO_FOUND;
1425 *binfo |= DBG_BINFO_INTERPOSE;
1446 *binfo |= DBG_BINFO_INTERPOSE;
1476 *binfo |= BINFO_REJSINGLE;
1477 *binfo &= ~DBG_BINFO_MSK;
1492 *binfo |= BINFO_REJDIRECT;
1493 *binfo &= ~DBG_BINFO_MSK;
1521 *binfo |= BINFO_REJGROUP;
1522 *binfo &= ~DBG_BINFO_MSK;
[all …]
H A Daudit.c1324 uint_t binfo; in audit_symget() local
1335 if (LM_LOOKUP_SYM(lmp)(&sl, &sr, &binfo, in_nfavl)) { in audit_symget()
H A Dutil.c3570 uint_t binfo; in set_environ() local
3579 if (LM_LOOKUP_SYM(lml->lm_head)(&sl, &sr, &binfo, 0)) { in set_environ()
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c200 uint_t binfo, sb_flags = 0, dbg_class; in elf_bndr() local
257 if (lookup_sym(&sl, &sr, &binfo, NULL) == 0) { in elf_bndr()
319 nsym->st_value, name, binfo)); in elf_bndr()
374 uint_t binfo, pbinfo; in elf_reloc() local
578 binfo = 0; in elf_reloc()
655 binfo = pbinfo; in elf_reloc()
683 if (lookup_sym(&sl, &sr, &binfo, in elf_reloc()
700 rel, binfo)) in elf_reloc()
761 pbinfo = binfo; in elf_reloc()
879 if (binfo) { in elf_reloc()
[all …]
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dbindings.c84 const char *sym, uint_t binfo) in Dbg_bind_global() argument
123 binfo &= ~DBG_BINFO_FOUND; in Dbg_bind_global()
124 binfo &= DBG_BINFO_MSK; in Dbg_bind_global()
125 if (binfo) { in Dbg_bind_global()
126 conv_arg.oflags = conv_arg.rflags = binfo; in Dbg_bind_global()
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c219 uint_t binfo, sb_flags = 0, dbg_class; in elf_bndr() local
278 if (lookup_sym(&sl, &sr, &binfo, NULL) == 0) { in elf_bndr()
340 nsym->st_value, name, binfo)); in elf_bndr()
396 uint_t binfo, pbinfo; in elf_reloc() local
456 if (elf_find_sym(&sl, &sr, &binfo, NULL) == 0) in elf_reloc()
601 binfo = 0; in elf_reloc()
679 binfo = pbinfo; in elf_reloc()
707 if (lookup_sym(&sl, &sr, &binfo, in elf_reloc()
724 rel, binfo)) in elf_reloc()
785 pbinfo = binfo; in elf_reloc()
[all …]
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_elf.c358 uint_t binfo, sb_flags = 0, dbg_class; in elf_bndr() local
429 if (lookup_sym(&sl, &sr, &binfo, NULL) == 0) { in elf_bndr()
494 pltndx, pbtype, nlmp, (Addr)symval, nsym->st_value, name, binfo)); in elf_bndr()
548 uint_t binfo, pbinfo; in elf_reloc() local
730 binfo = 0; in elf_reloc()
809 binfo = pbinfo; in elf_reloc()
837 if (lookup_sym(&sl, &sr, &binfo, in elf_reloc()
854 rel, binfo)) in elf_reloc()
915 pbinfo = binfo; in elf_reloc()
1117 if (binfo) { in elf_reloc()
[all …]
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c485 uint_t binfo, sb_flags = 0, dbg_class; in elf_bndr() local
570 if (lookup_sym(&sl, &sr, &binfo, NULL) == 0) { in elf_bndr()
638 name, binfo)); in elf_bndr()
744 uint_t dsymndx, binfo, pbinfo; in elf_reloc() local
957 binfo = 0; in elf_reloc()
1038 binfo = pbinfo; in elf_reloc()
1066 if (lookup_sym(&sl, &sr, &binfo, in elf_reloc()
1083 rel, binfo)) in elf_reloc()
1144 pbinfo = binfo; in elf_reloc()
1367 if (binfo) { in elf_reloc()
[all …]
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Drelocate.c104 uint_t binfo; in count_reloc() local
287 if (lookup_sym(&sl, &sr, &binfo, NULL)) { in count_reloc()
/illumos-gate/usr/src/tools/btxld/
H A Dbtxld.c80 static const char binfo[] = variable
305 printf(binfo, btx.btx_majver, btx.btx_minver, btx.btx_textsz, in btxld()
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_sbd.c1043 binfo[] = { variable
1071 p = binfo; in bd_info()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c4576 struct bandinfo binfo; in strioctl() local
4578 error = strcopyin((void *)arg, &binfo, sizeof (binfo), in strioctl()
4584 if (binfo.bi_flag & ~FLUSHRW) in strioctl()
4591 *mp->b_wptr++ = binfo.bi_flag | FLUSHBAND; in strioctl()
4592 *mp->b_wptr++ = binfo.bi_pri; in strioctl()