Home
last modified time | relevance | path

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

/freebsd-9-stable/libexec/rtld-elf/powerpc64/
Dreloc.c157 SymCache *cache, int flags, RtldLockState *lockstate) in reloc_nonplt_object()
289 SymCache *cache; in reloc_non_plt()
290 int bytes = obj->dynsymcount * sizeof(SymCache); in reloc_non_plt()
/freebsd-9-stable/libexec/rtld-elf/arm/
Dreloc.c139 reloc_nonplt_object(Obj_Entry *obj, const Elf_Rel *rel, SymCache *cache, in reloc_nonplt_object()
321 SymCache *cache; in reloc_non_plt()
331 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
/freebsd-9-stable/libexec/rtld-elf/powerpc/
Dreloc.c163 SymCache *cache, int flags, RtldLockState *lockstate) in reloc_nonplt_object()
294 SymCache *cache; in reloc_non_plt()
302 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
/freebsd-9-stable/libexec/rtld-elf/
Drtld.h310 } SymCache; typedef
370 const Obj_Entry **, int, SymCache *, struct Struct_RtldLockState *);
Drtld.c1516 const Obj_Entry **defobj_out, int flags, SymCache *cache, in find_symdef()
/freebsd-9-stable/libexec/rtld-elf/sparc64/
Dreloc.c234 SymCache *cache, int flags, RtldLockState *lockstate);
300 SymCache *cache; in reloc_non_plt()
308 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
326 reloc_nonplt_object(Obj_Entry *obj, const Elf_Rela *rela, SymCache *cache, in reloc_nonplt_object()
/freebsd-9-stable/libexec/rtld-elf/ia64/
Dreloc.c152 SymCache *cache, int flags, RtldLockState *lockstate) in reloc_non_plt_obj()
350 SymCache *cache; in reloc_non_plt()
351 int bytes = obj->dynsymcount * sizeof(SymCache); in reloc_non_plt()
/freebsd-9-stable/libexec/rtld-elf/i386/
Dreloc.c128 SymCache *cache; in reloc_non_plt()
136 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
/freebsd-9-stable/libexec/rtld-elf/amd64/
Dreloc.c127 SymCache *cache; in reloc_non_plt()
135 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()