Home
last modified time | relevance | path

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

/freebsd-12.1/libexec/rtld-elf/powerpc64/
H A Dreloc.c161 const Elf_Rela *rela, SymCache *cache, int flags, RtldLockState *lockstate) in reloc_nonplt_object()
294 SymCache *cache; in reloc_non_plt()
295 int bytes = obj->dynsymcount * sizeof(SymCache); in reloc_non_plt()
/freebsd-12.1/libexec/rtld-elf/arm/
H A Dreloc.c179 reloc_nonplt_object(Obj_Entry *obj, const Elf_Rel *rel, SymCache *cache, in reloc_nonplt_object()
359 SymCache *cache; in reloc_non_plt()
373 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
/freebsd-12.1/libexec/rtld-elf/powerpc/
H A Dreloc.c165 const Elf_Rela *rela, SymCache *cache, int flags, RtldLockState *lockstate) in reloc_nonplt_object()
297 SymCache *cache; in reloc_non_plt()
309 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
/freebsd-12.1/libexec/rtld-elf/
H A Drtld.h318 } SymCache; typedef
380 const Obj_Entry **, int, SymCache *, struct Struct_RtldLockState *);
H A Drtld.c1723 const Obj_Entry **defobj_out, int flags, SymCache *cache, in find_symdef()
/freebsd-12.1/libexec/rtld-elf/riscv/
H A Dreloc.c247 SymCache *cache; in reloc_non_plt()
262 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
/freebsd-12.1/libexec/rtld-elf/sparc64/
H A Dreloc.c236 SymCache *cache, int flags, RtldLockState *lockstate);
302 SymCache *cache; in reloc_non_plt()
314 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
332 reloc_nonplt_object(Obj_Entry *obj, const Elf_Rela *rela, SymCache *cache, in reloc_nonplt_object()
/freebsd-12.1/libexec/rtld-elf/amd64/
H A Dreloc.c133 SymCache *cache; in reloc_non_plt()
149 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
/freebsd-12.1/libexec/rtld-elf/i386/
H A Dreloc.c132 SymCache *cache; in reloc_non_plt()
144 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
/freebsd-12.1/libexec/rtld-elf/aarch64/
H A Dreloc.c355 SymCache *cache; in reloc_non_plt()
365 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()