Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c341 Grp_hdl *ghp; in remove_so()
554 Grp_hdl *ghp; in is_deletable()
678 Grp_hdl *ghp2; in gdp_collect()
751 Grp_hdl *ghp; in remove_rescan()
801 free_hdl(Grp_hdl *ghp) in free_hdl()
852 Grp_hdl *ghp; in remove_lmc()
1027 Grp_hdl *ghp2; in remove_hdl()
1051 Grp_hdl *ghp = ghp2; in remove_hdl()
1072 Grp_hdl *ghp3; in remove_hdl()
1276 Grp_hdl *ghp3; in remove_hdl()
[all …]
H A D_rtld.h112 int (*fct_dlsym)(Grp_hdl *, Slookup *, Sresult *, uint_t *, int *);
664 extern int callable(Rt_map *, Rt_map *, Grp_hdl *, uint_t);
680 extern int dlclose_intn(Grp_hdl *, Rt_map *);
681 extern int dlclose_core(Grp_hdl *, Rt_map *, Lm_list *);
695 extern void free_hdl(Grp_hdl *);
708 extern Grp_desc *hdl_add(Grp_hdl *, Rt_map *, uint_t, int *);
711 extern int hdl_initialize(Grp_hdl *, Rt_map *, int, int);
726 uint_t, uint_t, Grp_hdl **, Rej_desc *, int *);
730 Grp_hdl **, Fdesc *, Rej_desc *, int *);
732 uint_t, Grp_hdl **, int *);
[all …]
H A Ddlfcns.c200 Grp_hdl *
572 Grp_hdl *ghp = (Grp_hdl *)handle; in dlclose_check()
646 Grp_hdl *ghp; in dlmopen_core()
669 Grp_hdl *ghp; in dlmopen_core()
856 Grp_hdl *
862 Grp_hdl *ghp; in dlmopen_intn()
1021 Grp_hdl *ghp; in dlopen()
1046 Grp_hdl *ghp; in dlmopen()
1366 Grp_hdl *ghp = (Grp_hdl *)handle; in dlsym_core()
1433 Grp_hdl *ghp = (Grp_hdl *)handle; in dlsym_intn()
[all …]
H A D_audit.h97 Grp_hdl *al_ghp; /* object handle */
H A Dtsort.c431 Grp_hdl *ghp; in dep_visit()
435 ((ghp = (Grp_hdl *)pdp->pd_info) == NULL)) in dep_visit()
H A D_elf.h56 uint_t, Grp_hdl **, int *);
H A Danalyze.c2154 uint_t flags, Grp_hdl **hdl, Rt_map *nlmp) in load_finish()
2157 Grp_hdl *ghp; in load_finish()
2405 Grp_hdl **hdl, Fdesc *fdp, Rej_desc *rej, int *in_nfavl) in load_path()
2534 uint_t flags, Grp_hdl **hdl, int *in_nfavl) in load_one()
2828 Grp_hdl *ghp; in lookup_sym_direct()
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 Dobject.c244 Grp_hdl *ghp; in elf_obj_fini()
H A Delf.c336 uint_t flags, Grp_hdl **hdl, int *in_nfavl) in elf_lazy_load()
867 Grp_hdl *ghp;
1150 ghp = (Grp_hdl *)pdp->pd_info;
2715 Grp_hdl *ghp;
H A Dcap.c715 Grp_hdl *ghp = NULL; in cap_filtees()
826 uint_t mode, uint_t flags, Grp_hdl **hdl, Rej_desc *rej, int *in_nfavl) in load_cap()
H A Dutil.c3461 callable(Rt_map *clmp, Rt_map *dlmp, Grp_hdl *ghp, uint_t slflags) in callable()
3465 Grp_hdl *ghp1, *ghp2; in callable()
/illumos-gate/usr/src/cmd/sgs/libcrle/common/
H A Ddump.c68 Grp_hdl * ghp; in load()
72 if ((ghp = (Grp_hdl *)dlmopen(LM_ID_BASE, opath, in load()
168 Grp_hdl * ghp; in scanconfig()
/illumos-gate/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. \
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c182 Dbg_file_hdl_collect(Grp_hdl *ghp, const char *name) in Dbg_file_hdl_collect()
210 Dbg_file_hdl_action(Grp_hdl *ghp, Rt_map *lmp, int type, uint_t flags) in Dbg_file_hdl_action()
/illumos-gate/usr/src/cmd/sgs/include/
H A Ddebug.h857 extern void Dbg_file_hdl_action(Grp_hdl *, Rt_map *, int, uint_t);
858 extern void Dbg_file_hdl_collect(Grp_hdl *, const char *);
H A Drtld.h536 } Grp_hdl; typedef