Searched refs:SymCache (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.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-13.1/libexec/rtld-elf/ |
| H A D | rtld.h | 324 } SymCache; typedef 387 const Obj_Entry **, int, SymCache *, struct Struct_RtldLockState *);
|
| H A D | rtld.c | 1995 const Obj_Entry **defobj_out, int flags, SymCache *cache, in find_symdef()
|
| /freebsd-13.1/libexec/rtld-elf/riscv/ |
| H A D | reloc.c | 256 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 D | reloc.c | 162 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 D | reloc.c | 167 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 D | reloc.c | 374 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 D | reloc.c | 132 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 D | reloc.c | 133 SymCache *cache; in reloc_non_plt() 149 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
|