Home
last modified time | relevance | path

Searched refs:SymCache (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/libexec/rtld-elf/
H A Drtld.h299 } SymCache; typedef
357 const Obj_Entry **, int, SymCache *, struct Struct_RtldLockState *);
H A Drtld.c1606 const Obj_Entry **defobj_out, int flags, SymCache *cache, in find_symdef()
/dflybsd-src/libexec/rtld-elf/x86_64/
H A Dreloc.c138 SymCache *cache; in reloc_non_plt()
151 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()