Lines Matching refs:Rt_map
60 typedef struct rt_map Rt_map; typedef
91 Rt_map *b_caller; /* caller (originator) of a binding */
92 Rt_map *b_depend; /* dependency (destination) of a */
179 Rt_map *lc_lmp; /* function provider */
270 Rt_map *lc_head;
271 Rt_map *lc_tail;
285 Rt_map *lm_head; /* linked list pointers to active */
286 Rt_map *lm_tail; /* link-map list */
530 Rt_map *gh_ownlmp; /* handle owners link-map */
564 Rt_map *gd_depend; /* dependency */
644 Rt_map *fpn_lmp; /* object link-map */
908 #define LINKMAP_TO_RTMAP(X) (Rt_map *)(void *)(X)
910 #define LINKMAP_TO_RTMAP(X) (Rt_map *)(X)
1062 Rt_map *sl_cmap; /* callers link-map */
1063 Rt_map *sl_imap; /* initial link-map to search */
1101 Rt_map *sr_dmap; /* defining objects link-map */
1153 extern Rt_map *is_so_loaded(Lm_list *, const char *, int *);
1155 extern int rt_dldump(Rt_map *, const char *, int, Addr);