Home
last modified time | relevance | path

Searched defs:Struct_Obj_Entry (Results 1 – 1 of 1) sorted by relevance

/minix3/libexec/ld.elf_so/
H A Drtld.h149 typedef struct Struct_Obj_Entry { struct
153 struct Struct_Obj_Entry *next; argument
154 char *path; /* Pathname of underlying file (%) */
155 int refcount;
156 int dl_refcount; /* Number of times loaded by dlopen */
159 caddr_t mapbase; /* Base address of mapped region */
160 size_t mapsize; /* Size of mapped region in bytes */
161 size_t textsize; /* Size of text segment in bytes */
162 Elf_Addr vaddrbase; /* Base address in shared object file */
163 caddr_t relocbase; /* Reloc const = mapbase - *vaddrbase */
[all …]