Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/liblddbg/common/
H A Dbindings.c123 binfo &= ~DBG_BINFO_FOUND; in Dbg_bind_global()
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Da.out.c492 *binfo |= DBG_BINFO_FOUND; in aout_find_sym()
H A Delf.c1446 *binfo |= DBG_BINFO_FOUND;
1467 *binfo |= (DBG_BINFO_FOUND | DBG_BINFO_PLTADDR);
/titanic_50/usr/src/cmd/sgs/include/
H A Ddebug.h131 #define DBG_BINFO_FOUND 0x0001 /* information regarding binding */ macro