Home
last modified time | relevance | path

Searched refs:DBG_BINFO_INTERPOSE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dbindings.c96 { DBG_BINFO_INTERPOSE, MSG_BINFO_INTERPOSE }, in Dbg_bind_global()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c2634 (DBG_BINFO_INTERPOSE | DBG_BINFO_COPYREF); in lookup_sym_interpose()
2702 (DBG_BINFO_INTERPOSE | DBG_BINFO_COPYREF); in lookup_sym_interpose()
2771 *binfo |= DBG_BINFO_INTERPOSE; in lookup_sym_interpose()
H A Delf.c1425 *binfo |= DBG_BINFO_INTERPOSE;
1446 *binfo |= DBG_BINFO_INTERPOSE;
/illumos-gate/usr/src/cmd/sgs/include/
H A Ddebug.h136 #define DBG_BINFO_INTERPOSE 0x0010 /* bound to an identified interposer */ macro