Home
last modified time | relevance | path

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

/freebsd/libexec/rtld-elf/
H A Drtld.h132 typedef struct Struct_Obj_Entry { struct
140 TAILQ_ENTRY(Struct_Obj_Entry) next; argument
141 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 …]