Searched refs:SymCache (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/libexec/rtld-elf/arm/ |
| H A D | reloc.c | 136 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 D | reloc.c | 254 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 D | rtld.h | 323 } SymCache; typedef 415 const Obj_Entry **, int, SymCache *, struct Struct_RtldLockState *);
|
| H A D | rtld.c | 1950 const Obj_Entry **defobj_out, int flags, SymCache *cache, in find_symdef()
|
| /freebsd-14.2/libexec/rtld-elf/powerpc64/ |
| H A D | reloc.c | 160 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 D | reloc.c | 165 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 D | reloc.c | 132 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 D | reloc.c | 130 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 D | reloc.c | 371 SymCache *cache; in reloc_non_plt() 381 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
|