Searched refs:ml_offset (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/tools/ctf/cvt/
H A Dfixup_tdescs.c264 cpum->ml_offset = lml->ml_offset + (ptrsize * NBBY);
H A Dctftools.h161 int ml_offset; /* Offset from start of structure (in bits) */ member in struct:mlist
H A Dmerge.c289 if (ml1->ml_offset != ml2->ml_offset ||
806 (*nmemp)->ml_offset = omem->ml_offset;
H A Dctf.c339 ctm.ctm_offset = mp->ml_offset;
351 CTF_OFFSET_TO_LMEMHI(mp->ml_offset);
353 CTF_OFFSET_TO_LMEMLO(mp->ml_offset);
1040 (*mpp)->ml_offset = ctm->ctm_offset;
1056 (*mpp)->ml_offset =
H A Ddwarf.c977 ml->ml_offset = mloff * 8;
987 ml->ml_offset += bitoff;
989 ml->ml_offset += tdesc_bitsize(ml->ml_type) - bitoff -
995 off, memoff, ml->ml_name, ml->ml_offset, ml->ml_size);
H A Dst_parse.c862 mlp->ml_offset = offset;
/opensolaris-onvv-gate/usr/src/lib/libbsm/common/
H A Dadt_xlate.h325 int ml_offset; member in struct:msg_text
H A Dadt_token.c686 if ((list_index + list->ml_offset < list->ml_min_index) ||
687 (list_index + list->ml_offset > list->ml_max_index)) {
691 list->ml_offset];
/opensolaris-onvv-gate/usr/src/cmd/praudit/
H A Dformat.c2677 if ((retval + msglist->ml_offset >= msglist->ml_min_index) &&
2678 (retval + msglist->ml_offset <= msglist->ml_max_index)) {
2681 gettext(msglist->ml_msg_list[retval + msglist->ml_offset]),

Completed in 114 milliseconds