Lines Matching refs:Rt_map
62 typedef struct rt_map Rt_map; typedef
93 Rt_map *b_caller; /* caller (originator) of a binding */
94 Rt_map *b_depend; /* dependency (destination) of a */
181 Rt_map *lc_lmp; /* function provider */
272 Rt_map *lc_head;
273 Rt_map *lc_tail;
287 Rt_map *lm_head; /* linked list pointers to active */
288 Rt_map *lm_tail; /* link-map list */
532 Rt_map *gh_ownlmp; /* handle owners link-map */
566 Rt_map *gd_depend; /* dependency */
646 Rt_map *fpn_lmp; /* object link-map */
910 #define LINKMAP_TO_RTMAP(X) (Rt_map *)(void *)(X)
912 #define LINKMAP_TO_RTMAP(X) (Rt_map *)(X)
1063 Rt_map *sl_cmap; /* callers link-map */
1064 Rt_map *sl_imap; /* initial link-map to search */
1102 Rt_map *sr_dmap; /* defining objects link-map */
1155 extern Rt_map *is_so_loaded(Lm_list *, const char *, int *);
1157 extern int rt_dldump(Rt_map *, const char *, int, Addr);