Searched refs:CAPINFO_SUNW_GLOB (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Delf.h774 * symbol is tagged with a group CAPINFO_SUNW_GLOB.
776 #define CAPINFO_SUNW_GLOB 0xff macro
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dcap.c1310 * symbol (defined as CAPINFO_SUNW_GLOB) of a capabilities family. This lead
1317 * If the symbol that got us here is not CAPINFO_SUNW_GLOB, then we've bound
1343 if (grpndx != CAPINFO_SUNW_GLOB) {
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c3422 * Family lead: CAPINFO_SUNW_GLOB lead symbol index
3423 * Family lead alias: CAPINFO_SUNW_GLOB lead symbol index
3429 * Family lead: CAPINFO_SUNW_GLOB .SUNW_capchain index
3430 * Family lead alias: CAPINFO_SUNW_GLOB .SUNW_capchain index
3435 * a CAPINFO_SUNW_GLOB group identifier. For family members, the
3443 * differentiation of CAPINFO_SUNW_GLOB symbols allows ld(1) to
3477 ELF_C_INFO(chainndx, CAPINFO_SUNW_GLOB);
3485 ELF_C_INFO(lsdp->sd_symndx, CAPINFO_SUNW_GLOB);
3499 ELF_C_INFO(chainndx, CAPINFO_SUNW_GLOB);
3508 CAPINFO_SUNW_GLOB);
[all...]
H A Dfiles.c678 * Capabilities families are lead by a CAPINFO_SUNW_GLOB symbol. This symbol
1216 * symbols are identified with a CAPINFO_SUNW_GLOB group id.
1220 if (gndx == CAPINFO_SUNW_GLOB) {
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1568 * information section looking for CAPINFO_SUNW_GLOB lead symbols.
1606 * CAPINFO_SUNW_GLOB lead capabilities symbols.
1615 if ((gndx == 0) || (gndx != CAPINFO_SUNW_GLOB))

Completed in 121 milliseconds