Home
last modified time | relevance | path

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

/freebsd/libexec/rtld-elf/arm/
H A Dreloc.c135 reloc_nonplt_object(Obj_Entry *obj, const Elf_Rel *rel, SymCache *cache, in reloc_nonplt_object()
318 SymCache *cache; in reloc_non_plt()
332 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
/freebsd/libexec/rtld-elf/
H A Drtld.h314 } SymCache; typedef
406 const Obj_Entry **, int, SymCache *, struct Struct_RtldLockState *);
H A Drtld.c2026 const Obj_Entry **defobj_out, int flags, SymCache *cache, in find_symdef()
/freebsd/libexec/rtld-elf/powerpc64/
H A Dreloc.c171 const Elf_Rela *rela, SymCache *cache, int flags, RtldLockState *lockstate) in reloc_nonplt_object()
331 SymCache *cache; in reloc_non_plt()
332 int bytes = obj->dynsymcount * sizeof(SymCache); in reloc_non_plt()
/freebsd/libexec/rtld-elf/powerpc/
H A Dreloc.c176 const Elf_Rela *rela, SymCache *cache, int flags, RtldLockState *lockstate) in reloc_nonplt_object()
336 SymCache *cache; in reloc_non_plt()
344 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
/freebsd/libexec/rtld-elf/riscv/
H A Dreloc.c321 SymCache *cache; in reloc_non_plt()
332 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
/freebsd/libexec/rtld-elf/i386/
H A Dreloc.c135 SymCache *cache; in reloc_non_plt()
147 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
/freebsd/libexec/rtld-elf/amd64/
H A Dreloc.c137 SymCache *cache; in reloc_non_plt()
153 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
/freebsd/libexec/rtld-elf/aarch64/
H A Dreloc.c464 SymCache *cache; in reloc_non_plt()
474 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()