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

  /src/libexec/ld.elf_so/
rtld.h 122 } Ver_Entry;
124 /* Ver_Entry.flags */
302 Ver_Entry *vertab; /* Versions required/defined by this
452 const Obj_Entry *, u_int, const Ver_Entry *);
459 const Objlist *, const Obj_Entry **, u_int, const Ver_Entry *, DoneList *);
461 const Obj_Entry *, const Obj_Entry **, u_int, const Ver_Entry *);
463 const Needed_Entry *, const Obj_Entry **, u_int, const Ver_Entry *,
471 static __inline const Ver_Entry *
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)
symver.c 272 obj->vertab = (Ver_Entry *)xcalloc(obj->vertabnum * sizeof(Ver_Entry));
rtld.c 1194 do_dlsym(void *handle, const char *name, const Ver_Entry *ventry, void *retaddr)
1349 Ver_Entry *ventry = NULL;
1350 Ver_Entry ver_entry; local in function:__strong_alias
1356 ver_entry.name = version;
1357 ver_entry.file = NULL;
1358 ver_entry.hash = _rtld_sysv_hash(version);
1359 ver_entry.flags = 0;
1360 ventry = &ver_entry;

Completed in 64 milliseconds