Home
last modified time | relevance | path

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

/freebsd-14.2/libexec/rtld-elf/arm/
H A Dreloc.c136 reloc_nonplt_object(Obj_Entry *obj, const Elf_Rel *rel, SymCache *cache, in reloc_nonplt_object()
316 SymCache *cache; in reloc_non_plt()
330 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
/freebsd-14.2/libexec/rtld-elf/riscv/
H A Dreloc.c254 SymCache *cache; in reloc_non_plt()
269 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
/freebsd-14.2/libexec/rtld-elf/
H A Drtld.h323 } SymCache; typedef
415 const Obj_Entry **, int, SymCache *, struct Struct_RtldLockState *);
H A Drtld.c1950 const Obj_Entry **defobj_out, int flags, SymCache *cache, in find_symdef()
/freebsd-14.2/libexec/rtld-elf/powerpc64/
H A Dreloc.c160 const Elf_Rela *rela, SymCache *cache, int flags, RtldLockState *lockstate) in reloc_nonplt_object()
320 SymCache *cache; in reloc_non_plt()
321 int bytes = obj->dynsymcount * sizeof(SymCache); in reloc_non_plt()
/freebsd-14.2/libexec/rtld-elf/powerpc/
H A Dreloc.c165 const Elf_Rela *rela, SymCache *cache, int flags, RtldLockState *lockstate) in reloc_nonplt_object()
325 SymCache *cache; in reloc_non_plt()
333 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
/freebsd-14.2/libexec/rtld-elf/amd64/
H A Dreloc.c132 SymCache *cache; in reloc_non_plt()
148 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
/freebsd-14.2/libexec/rtld-elf/i386/
H A Dreloc.c130 SymCache *cache; in reloc_non_plt()
142 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
/freebsd-14.2/libexec/rtld-elf/aarch64/
H A Dreloc.c371 SymCache *cache; in reloc_non_plt()
381 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()