Home
last modified time | relevance | path

Searched refs:gd_data (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dgroups.c109 data = gdp->gd_data; in ld_get_group()
240 gd.gd_data = gisc->is_indata->d_buf; in ld_group_process()
261 if ((gndx = gd.gd_data[ndx]) >= gifl->ifl_shnum) { in ld_group_process()
268 if (gd.gd_data[0] & GRP_COMDAT) in ld_group_process()
276 if ((gd.gd_data[0] & GRP_COMDAT) && in ld_group_process()
H A Dplace.c250 (gr->gd_data[0] & GRP_COMDAT)) in add_comdat()
H A Dsections.c3512 (gr->gd_data[0] & GRP_COMDAT)) { in ld_comdat_validate()
/titanic_50/usr/src/cmd/sgs/liblddbg/common/
H A Dsections.c298 if (gdp->gd_data[0] & GRP_COMDAT) in Dbg_sec_group()
/titanic_50/usr/src/cmd/sgs/include/
H A Dlibld.h1444 Word *gd_data; /* data for group section */ member