Home
last modified time | relevance | path

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

/dflybsd-src/libexec/rtld-elf/
H A Drtld.h132 typedef struct Struct_Obj_Entry { struct
140 struct Struct_Obj_Entry *next; argument
141 char *path; /* Pathname of underlying file (%) */
142 char *origin_path; /* Directory path of origin file */
143 int refcount;
144 int dl_refcount; /* Number of times loaded by dlopen */
147 caddr_t mapbase; /* Base address of mapped region */
148 size_t mapsize; /* Size of mapped region in bytes */
149 size_t textsize; /* Size of text segment in bytes */
150 Elf_Addr vaddrbase; /* Base address in shared object file */
[all …]