Searched defs:so_map (Results 1 – 1 of 1) sorted by relevance
68 struct so_map { /* Shared Object Map */ struct71 struct so_map *som_next; /* Next map in chain */ argument72 struct sod *som_sod; /* Sod responsible for this map */73 caddr_t som_sodbase; /* Base address of this sod */74 u_int som_write : 1; /* Text is currently writable */75 struct _dynamic *som_dynamic; /* _dynamic structure */76 caddr_t som_spd; /* Private data */