Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_support.c280 if ((sdf = sdf_find(obj_name, mf->mf_ofl->ofl_socntl)) == NULL) { in ld_map_dv()
281 if ((sdf = sdf_add(obj_name, &mf->mf_ofl->ofl_socntl)) == in ld_map_dv()
H A Dfiles.c2951 if ((sdf = sdf_find(base, ofl->ofl_socntl)) != NULL) { in process_elf()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h276 APlist *ofl_socntl; /* list of .so control definitions */ member