Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dbindings.c123 binfo &= ~DBG_BINFO_FOUND; in Dbg_bind_global()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c1420 *binfo |= DBG_BINFO_FOUND;
1441 *binfo |= (DBG_BINFO_FOUND | DBG_BINFO_PLTADDR);
/illumos-gate/usr/src/cmd/sgs/include/
H A Ddebug.h132 #define DBG_BINFO_FOUND 0x0001 /* information regarding binding */ macro