Searched refs:CA_SUNW_ID (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | cap.c | 190 Dbg_cap_ptr_entry(lml, DBG_STATE_CURRENT, CA_SUNW_ID, oid); 191 Dbg_cap_ptr_entry(lml, DBG_STATE_NEW, CA_SUNW_ID, nid); 192 Dbg_cap_ptr_entry(lml, DBG_STATE_RESOLVED, CA_SUNW_ID, nid); 225 case CA_SUNW_ID:
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | cap.c | 39 #if (CA_SUNW_NUM != (CA_SUNW_ID + 1))
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | cap.c | 216 * If a CA_SUNW_ID element exists within the current capabilities group 227 if (cap->c_tag == CA_SUNW_ID) { 343 if ((cap->c_tag == CA_SUNW_ID) && 443 case CA_SUNW_ID: 528 case CA_SUNW_ID: 1049 * -capid command completion: Supply all CA_SUNW_ID names found in the object. 1075 if (cap->c_tag == CA_SUNW_ID)
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | files.c | 476 CA_SUNW_ID, ocapset->oc_id.cs_str)); 481 DBG_STATE_IGNORED, CA_SUNW_ID, pstr)); 487 CA_SUNW_ID, pstr)); 493 CA_SUNW_ID, pstr)); 549 * Note, a capability group identifier, CA_SUNW_ID, isn't used as part of the 561 * If the new capabilities contains a CA_SUNW_ID, drop the count of the 624 * no CA_SUNW_ID is defined, fabricate one. This identifier is appended 878 case CA_SUNW_ID: 976 case CA_SUNW_ID: 1138 case CA_SUNW_ID [all...] |
H A D | map_support.c | 208 FLG_OF1_OVIDCAP /* CA_SUNW_ID */ 210 #if CA_SUNW_NUM != (CA_SUNW_ID + 1)
|
H A D | sections.c | 1613 * CA_SUNW_PLAT, or CA_SUNW_ID strings. 1715 CAP_UPDATE(cap, capndx, CA_SUNW_ID, 0); 1786 CAP_UPDATE(cap, capndx, CA_SUNW_ID, 0);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 787 #define CA_SUNW_ID 6 /* capability identifier */ macro
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | cap.c | 339 case CA_SUNW_ID:
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 1487 * Note that CA_SUNW_PLAT, CA_SUNW_MACH and CA_SUNW_ID 1493 (cap->c_tag == CA_SUNW_ID))) {
|
Completed in 93 milliseconds