Searched defs:Struct_Obj_Entry (Results 1 – 1 of 1) sorted by relevance
132 typedef struct Struct_Obj_Entry { struct140 TAILQ_ENTRY(Struct_Obj_Entry) next; argument141 char *path; /* Pathname of underlying file (%) */142 char *origin_path; /* Directory path of origin file */143 int refcount; /* DAG references */144 int holdcount; /* Count of transient references */145 int dl_refcount; /* Number of times loaded by dlopen */148 caddr_t mapbase; /* Base address of mapped region */149 size_t mapsize; /* Size of mapped region in bytes */150 Elf_Addr vaddrbase; /* Base address in shared object file */[all …]