HomeSort by: relevance | last modified time | path
    Searched refs:Ver_Entry (Results 1 - 4 of 4) sorted by relevancy

  /src/libexec/ld.elf_so/
symbol.c 86 const Obj_Entry **defobj_out, u_int flags, const Ver_Entry *ventry,
125 const Ver_Entry *ventry, DoneList *breadth, DoneList *depth)
176 const Obj_Entry *obj, u_int flags, const Ver_Entry *ventry,
296 const Obj_Entry *obj, u_int flags, const Ver_Entry *ventry)
327 const Obj_Entry *obj, u_int flags, const Ver_Entry *ventry)
382 const Obj_Entry *obj, u_int flags, const Ver_Entry *ventry)
491 const Ver_Entry *ventry)
rtld.h 123 } Ver_Entry;
125 /* Ver_Entry.flags */
304 Ver_Entry *vertab; /* Versions required/defined by this
497 const Obj_Entry *, u_int, const Ver_Entry *);
504 const Objlist *, const Obj_Entry **, u_int, const Ver_Entry *, DoneList *);
506 const Obj_Entry *, const Obj_Entry **, u_int, const Ver_Entry *);
508 const Needed_Entry *, const Obj_Entry **, u_int, const Ver_Entry *,
516 static __inline const Ver_Entry *
symver.c 272 obj->vertab = (Ver_Entry *)xcalloc(obj->vertabnum * sizeof(Ver_Entry));
rtld.c 1794 do_dlsym(void *handle, const char *name, const Ver_Entry *ventry, void *retaddr)
1949 Ver_Entry *ventry = NULL;
1950 Ver_Entry ver_entry; local
1956 ver_entry.name = version;
1957 ver_entry.file = NULL;
1958 ver_entry.hash = _rtld_sysv_hash(version);
1959 ver_entry.flags = 0;
1960 ventry = &ver_entry;

Completed in 17 milliseconds