Searched refs:Bnd_desc (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | tsort.c | 120 Bnd_desc *bdp; in sort_scc() 199 Bnd_desc *bdp; in sort_scc() 395 Bnd_desc *bdp; in dep_visit() 499 Bnd_desc *bdp; in trace_sort()
|
H A D | remove.c | 422 Bnd_desc *bdp; in remove_lists() 553 Bnd_desc *bdp; in is_deletable() 709 Bnd_desc *bdp; in remove_rescan() 1173 Bnd_desc *bdp; in remove_hdl()
|
H A D | analyze.c | 2372 Bnd_desc *bdp; in load_finish() 2836 Bnd_desc *bdp; in lookup_sym_direct() 3295 Bnd_desc *bdp; in bind_one() 3314 if ((bdp = malloc(sizeof (Bnd_desc))) == NULL) in bind_one()
|
H A D | audit.c | 769 Bnd_desc *bdp; in audit_objclose()
|
H A D | dlfcns.c | 406 Bnd_desc *bdp; in hdl_initialize()
|
H A D | elf.c | 841 Bnd_desc *bdp;
|
H A D | util.c | 3334 Bnd_desc *bdp; in unused()
|
/titanic_41/usr/src/cmd/sgs/librtld/common/ |
H A D | dynamic.c | 75 Bnd_desc *bdp; in update_dynamic()
|
/titanic_41/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.c | 225 Bnd_desc bnd; in dcmd_Bind() 239 if (mdb_vread(&bnd, sizeof (Bnd_desc), addr) == -1) { in dcmd_Bind() 280 Bnd_desc *bdp; in Depends() 303 if (mdb_vread(&bdp, sizeof (Bnd_desc *), datap) == -1) { in Depends() 319 if (mdb_vread(&bdp, sizeof (Bnd_desc *), datap) == -1) { in Depends()
|
/titanic_41/usr/src/cmd/sgs/liblddbg/common/ |
H A D | files.c | 293 Dbg_file_bind_entry(Lm_list *lml, Bnd_desc *bdp) in Dbg_file_bind_entry() 337 Bnd_desc *bdp; in Dbg_file_bindings()
|
H A D | llib-llddbg | 141 void Dbg32_file_bind_entry(Lm_list *, Bnd_desc *); 142 void Dbg64_file_bind_entry(Lm_list *, Bnd_desc *);
|
/titanic_41/usr/src/cmd/sgs/include/ |
H A D | rtld.h | 96 } Bnd_desc; typedef
|
H A D | debug.h | 843 extern void Dbg_file_bind_entry(Lm_list *, Bnd_desc *);
|