Home
last modified time | relevance | path

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

/titanic_50/usr/src/head/
H A Drtld_db.h126 #define RD_FLG_MEM_OBJECT 0x0001 /* Identifies this object as */ macro
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dmaps.c139 if (lp->rl_flags & RD_FLG_MEM_OBJECT) { in display_linkmaps()
394 if ((lop->rl_flags & RD_FLG_MEM_OBJECT) == 0) in map_iter()
/titanic_50/usr/src/cmd/sgs/librtld_db/common/
H A Drd_elf.c615 lobj.rl_flags |= RD_FLG_MEM_OBJECT; in iter_map()