Home
last modified time | relevance | path

Searched refs:Grp_hdl (Results 1 – 20 of 20) sorted by relevance

/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dremove.c341 Grp_hdl *ghp; in remove_so()
554 Grp_hdl *ghp; in is_deletable()
610 gdp_collect(APlist **ghalpp, APlist **lmalpp, Grp_hdl *ghp1) in gdp_collect()
678 Grp_hdl *ghp2; in gdp_collect()
681 (Grp_hdl *)pdp->pd_info) == NULL)) in gdp_collect()
751 Grp_hdl *ghp; in remove_rescan()
755 ((ghp = (Grp_hdl *)pdp->pd_info) == NULL)) in remove_rescan()
801 free_hdl(Grp_hdl *ghp) in free_hdl()
852 Grp_hdl *ghp; in remove_lmc()
876 ghp = (Grp_hdl *)HANDLES(lmp)->apl_data[0]; in remove_lmc()
[all …]
H A D_rtld.h112 int (*fct_dlsym)(Grp_hdl *, Slookup *, Sresult *, uint_t *, int *);
671 extern int callable(Rt_map *, Rt_map *, Grp_hdl *, uint_t);
687 extern int dlclose_intn(Grp_hdl *, Rt_map *);
688 extern int dlclose_core(Grp_hdl *, Rt_map *, Lm_list *);
689 extern int dlsym_handle(Grp_hdl *, Slookup *, Sresult *, uint_t *,
692 extern Grp_hdl *dlmopen_intn(Lm_list *, const char *, int, Rt_map *,
702 extern void free_hdl(Grp_hdl *);
715 extern Grp_desc *hdl_add(Grp_hdl *, Rt_map *, uint_t, int *);
716 extern Grp_hdl *hdl_create(Lm_list *, Rt_map *, Rt_map *, uint_t,
718 extern int hdl_initialize(Grp_hdl *, Rt_map *, int, int);
[all …]
H A Ddlfcns.c128 hdl_add(Grp_hdl *ghp, Rt_map *lmp, uint_t dflags, int *alep) in hdl_add()
199 Grp_hdl *
203 Grp_hdl *ghp = NULL, *aghp; in hdl_create()
241 if ((ghp = malloc(sizeof (Grp_hdl))) == NULL) in hdl_create()
382 hdl_initialize(Grp_hdl *ghp, Rt_map *nlmp, int mode, int promote) in hdl_initialize()
437 hdl_validate(Grp_hdl *ghp) in hdl_validate()
440 Grp_hdl *lghp; in hdl_validate()
457 dlclose_core(Grp_hdl *ghp, Rt_map *clmp, Lm_list *lml) in dlclose_core()
528 dlclose_intn(Grp_hdl *ghp, Rt_map *clmp) in dlclose_intn()
571 Grp_hdl *ghp = (Grp_hdl *)handle; in dlclose_check()
[all …]
H A D_audit.h97 Grp_hdl *al_ghp; /* object handle */
H A D_elf.h56 uint_t, Grp_hdl **, int *);
H A Dtsort.c431 Grp_hdl *ghp; in dep_visit()
435 ((ghp = (Grp_hdl *)pdp->pd_info) == NULL)) in dep_visit()
H A Da.out.c71 static int aout_dlsym_handle(Grp_hdl *, Slookup *, Sresult *, uint_t *,
681 aout_dlsym_handle(Grp_hdl *ghp, Slookup *slp, Sresult *srp, uint_t *binfo, in aout_dlsym_handle()
H A Daudit.c1203 Grp_hdl *ghp; in audit_desc_cleanup()
1363 audit_disable(char *name, Rt_map *clmp, Grp_hdl *ghp, Audit_list *alp) in audit_disable()
1414 Grp_hdl *ghp; in audit_setup()
H A Danalyze.c2164 uint_t flags, Grp_hdl **hdl, Rt_map *nlmp) in load_finish()
2167 Grp_hdl *ghp; in load_finish()
2415 Grp_hdl **hdl, Fdesc *fdp, Rej_desc *rej, int *in_nfavl) in load_path()
2544 uint_t flags, Grp_hdl **hdl, int *in_nfavl) in load_one()
2837 Grp_hdl *ghp; in lookup_sym_direct()
H A Dobject.c246 Grp_hdl *ghp; in elf_obj_fini()
H A Dcap.c674 Grp_hdl *ghp = NULL; in cap_filtees()
785 uint_t mode, uint_t flags, Grp_hdl **hdl, Rej_desc *rej, int *in_nfavl) in load_cap()
H A Delf.c362 uint_t flags, Grp_hdl **hdl, int *in_nfavl) in elf_lazy_load()
893 Grp_hdl *ghp;
1176 ghp = (Grp_hdl *)pdp->pd_info;
2738 Grp_hdl *ghp;
H A Dutil.c3453 callable(Rt_map *clmp, Rt_map *dlmp, Grp_hdl *ghp, uint_t slflags) in callable()
3457 Grp_hdl *ghp1, *ghp2; in callable()
/titanic_50/usr/src/cmd/sgs/libcrle/common/
H A Ddump.c71 Grp_hdl * ghp; in load()
75 if ((ghp = (Grp_hdl *)dlmopen(LM_ID_BASE, opath, in load()
171 Grp_hdl * ghp; in scanconfig()
/titanic_50/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c1052 Grp_hdl gh; in dcmd_GrpHdl()
1072 if (mdb_vread(&gh, sizeof (Grp_hdl), addr) == -1) { in dcmd_GrpHdl()
1149 Grp_hdl *ghp; in dcmd_Handles()
1197 if (mdb_vread(&ghp, sizeof (Grp_hdl *), datap) == -1) { in dcmd_Handles()
1214 if (mdb_vread(&ghp, sizeof (Grp_hdl *), datap) == -1) { in dcmd_Handles()
1246 Grp_hdl *ghp; in dcmd_Groups()
1294 if (mdb_vread(&ghp, sizeof (Grp_hdl *), datap) == -1) { in dcmd_Groups()
1310 if (mdb_vread(&ghp, sizeof (Grp_hdl *), datap) == -1) { in dcmd_Groups()
H A Drtld.msg601 owner of. A HANDLES() entry consists of an APlist of Grp_hdl descriptors.\n\
602 See GrpHdl. Each Grp_hdl() consists of an APlist of Grp_desc descriptors\n\
644 member\nof. A GROUPS() entry consists of an APlist of Grp_hdl entries. \
/titanic_50/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c195 Dbg_file_hdl_collect(Grp_hdl *ghp, const char *name) in Dbg_file_hdl_collect()
223 Dbg_file_hdl_action(Grp_hdl *ghp, Rt_map *lmp, int type, uint_t flags) in Dbg_file_hdl_action()
H A Dllib-llddbg173 void Dbg32_file_hdl_action(Grp_hdl *, Rt_map *, int, uint_t);
174 void Dbg64_file_hdl_action(Grp_hdl *, Rt_map *, int, uint_t);
175 void Dbg32_file_hdl_collect(Grp_hdl *, const char *);
176 void Dbg64_file_hdl_collect(Grp_hdl *, const char *);
/titanic_50/usr/src/cmd/sgs/include/
H A Ddebug.h860 extern void Dbg_file_hdl_action(Grp_hdl *, Rt_map *, int, uint_t);
861 extern void Dbg_file_hdl_collect(Grp_hdl *, const char *);
H A Drtld.h534 } Grp_hdl; typedef