Searched refs:SymCache (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/libexec/rtld-elf/
H A Drtld.h313 } SymCache; typedef in typeref:struct:Struct_SymCache
373 const Obj_Entry **, int, SymCache *, struct Struct_RtldLockState *);
H A Drtld.c1510 const Obj_Entry **defobj_out, int flags, SymCache *cache,
/freebsd-10.1-release/libexec/rtld-elf/arm/
H A Dreloc.c139 reloc_nonplt_object(Obj_Entry *obj, const Elf_Rel *rel, SymCache *cache,
321 SymCache *cache;
335 cache = calloc(obj->dynsymcount, sizeof(SymCache));
/freebsd-10.1-release/libexec/rtld-elf/powerpc/
H A Dreloc.c163 SymCache *cache, int flags, RtldLockState *lockstate)
294 SymCache *cache;
306 cache = calloc(obj->dynsymcount, sizeof(SymCache));
/freebsd-10.1-release/libexec/rtld-elf/powerpc64/
H A Dreloc.c157 SymCache *cache, int flags, RtldLockState *lockstate)
289 SymCache *cache;
290 int bytes = obj->dynsymcount * sizeof(SymCache);
/freebsd-10.1-release/libexec/rtld-elf/amd64/
H A Dreloc.c127 SymCache *cache;
140 cache = calloc(obj->dynsymcount, sizeof(SymCache));
/freebsd-10.1-release/libexec/rtld-elf/i386/
H A Dreloc.c128 SymCache *cache;
140 cache = calloc(obj->dynsymcount, sizeof(SymCache));
/freebsd-10.1-release/libexec/rtld-elf/ia64/
H A Dreloc.c152 SymCache *cache, int flags, RtldLockState *lockstate)
350 SymCache *cache;
351 int bytes = obj->dynsymcount * sizeof(SymCache);
/freebsd-10.1-release/libexec/rtld-elf/sparc64/
H A Dreloc.c234 SymCache *cache, int flags, RtldLockState *lockstate);
300 SymCache *cache;
312 cache = calloc(obj->dynsymcount, sizeof(SymCache));
330 reloc_nonplt_object(Obj_Entry *obj, const Elf_Rela *rela, SymCache *cache,

Completed in 182 milliseconds