Home
last modified time | relevance | path

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

/freebsd-13.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-13.1/libexec/rtld-elf/
H A Drtld.h324 } SymCache; typedef
387 const Obj_Entry **, int, SymCache *, struct Struct_RtldLockState *);
H A Drtld.c1995 const Obj_Entry **defobj_out, int flags, SymCache *cache, in find_symdef()
/freebsd-13.1/libexec/rtld-elf/riscv/
H A Dreloc.c256 SymCache *cache; in reloc_non_plt()
271 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
/freebsd-13.1/libexec/rtld-elf/powerpc64/
H A Dreloc.c162 const Elf_Rela *rela, SymCache *cache, int flags, RtldLockState *lockstate) in reloc_nonplt_object()
322 SymCache *cache; in reloc_non_plt()
323 int bytes = obj->dynsymcount * sizeof(SymCache); in reloc_non_plt()
/freebsd-13.1/libexec/rtld-elf/powerpc/
H A Dreloc.c167 const Elf_Rela *rela, SymCache *cache, int flags, RtldLockState *lockstate) in reloc_nonplt_object()
327 SymCache *cache; in reloc_non_plt()
335 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
/freebsd-13.1/libexec/rtld-elf/aarch64/
H A Dreloc.c374 SymCache *cache; in reloc_non_plt()
384 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
/freebsd-13.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-13.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()