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