Searched defs:Struct_Obj_Entry (Results 1 – 1 of 1) sorted by relevance
148 typedef struct Struct_Obj_Entry { struct149 struct Struct_Obj_Entry *next; argument150 char *path; /* Pathname of underlying file (%) */151 int refcount;152 int dl_refcount; /* Number of times loaded by dlopen */155 caddr_t mapbase; /* Base address of mapped region */156 size_t mapsize; /* Size of mapped region in bytes */157 size_t textsize; /* Size of text segment in bytes */158 Elf_Addr vaddrbase; /* Base address in shared object file */159 caddr_t relocbase; /* Reloc const = mapbase - *vaddrbase */[all …]