Searched refs:SymCache (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/libexec/rtld-elf/powerpc64/ |
| H A D | reloc.c | 161 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 D | reloc.c | 179 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 D | reloc.c | 165 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 D | rtld.h | 318 } SymCache; typedef 380 const Obj_Entry **, int, SymCache *, struct Struct_RtldLockState *);
|
| H A D | rtld.c | 1723 const Obj_Entry **defobj_out, int flags, SymCache *cache, in find_symdef()
|
| /freebsd-12.1/libexec/rtld-elf/riscv/ |
| H A D | reloc.c | 247 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 D | reloc.c | 236 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 D | reloc.c | 133 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 D | reloc.c | 132 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 D | reloc.c | 355 SymCache *cache; in reloc_non_plt() 365 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
|