Home
last modified time | relevance | path

Searched refs:DBG_BINFO_DIRECT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dbindings.c95 { DBG_BINFO_DIRECT, MSG_BINFO_DIRECT }, in Dbg_bind_global()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c2813 *binfo |= (DBG_BINFO_DIRECT | DBG_BINFO_COPYREF); in lookup_sym_direct()
2876 *binfo |= DBG_BINFO_DIRECT; in lookup_sym_direct()
/illumos-gate/usr/src/cmd/sgs/include/
H A Ddebug.h133 #define DBG_BINFO_DIRECT 0x0002 /* bound directly */ macro