Searched defs:rt_map (Results 1 – 1 of 1) sorted by relevance
663 struct rt_map { struct667 Link_map rt_public; /* public data */668 const char *rt_pathname; /* full pathname of loaded object */669 ulong_t rt_padstart; /* start of image (including padding) */670 ulong_t rt_padimlen; /* size of image (including padding */671 ulong_t rt_msize; /* total memory reservation range */672 uint_t rt_flags; /* state flags, see FLG below */673 uint_t rt_flags1; /* state flags1, see FL1 below */674 ulong_t rt_tlsmodid; /* TLS module id */678 APlist *rt_alias; /* list of linked file names */[all …]