Home
last modified time | relevance | path

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

/titanic_51/usr/src/uts/common/sys/
H A Delf.h928 #define CAPINFO_SUNW_GLOB 0xff macro
/titanic_51/usr/src/cmd/sgs/libld/common/
H A Dupdate.c3415 * Family lead: CAPINFO_SUNW_GLOB lead symbol index in update_oscapinfo()
3416 * Family lead alias: CAPINFO_SUNW_GLOB lead symbol index in update_oscapinfo()
3422 * Family lead: CAPINFO_SUNW_GLOB .SUNW_capchain index in update_oscapinfo()
3423 * Family lead alias: CAPINFO_SUNW_GLOB .SUNW_capchain index in update_oscapinfo()
3428 * a CAPINFO_SUNW_GLOB group identifier. For family members, the in update_oscapinfo()
3436 * differentiation of CAPINFO_SUNW_GLOB symbols allows ld(1) to in update_oscapinfo()
3470 ELF_C_INFO(chainndx, CAPINFO_SUNW_GLOB); in update_oscapinfo()
3478 ELF_C_INFO(lsdp->sd_symndx, CAPINFO_SUNW_GLOB); in update_oscapinfo()
3492 ELF_C_INFO(chainndx, CAPINFO_SUNW_GLOB); in update_oscapinfo()
3501 CAPINFO_SUNW_GLOB); in update_oscapinfo()
[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. in process_capinfo()
1220 if (gndx == CAPINFO_SUNW_GLOB) { in process_capinfo()
/titanic_51/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) { in cap_match()
/titanic_51/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1561 * information section looking for CAPINFO_SUNW_GLOB lead symbols. in cap_section()
1599 * CAPINFO_SUNW_GLOB lead capabilities symbols. in cap_section()
1608 if ((gndx == 0) || (gndx != CAPINFO_SUNW_GLOB)) in cap_section()