Searched refs:SymCache (Results 1 – 9 of 9) sorted by relevance
/freebsd/libexec/rtld-elf/arm/ |
H A D | reloc.c | 135 reloc_nonplt_object(Obj_Entry *obj, const Elf_Rel *rel, SymCache *cache, in reloc_nonplt_object() 318 SymCache *cache; in reloc_non_plt() 332 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
|
/freebsd/libexec/rtld-elf/ |
H A D | rtld.h | 314 } SymCache; typedef 406 const Obj_Entry **, int, SymCache *, struct Struct_RtldLockState *);
|
H A D | rtld.c | 2026 const Obj_Entry **defobj_out, int flags, SymCache *cache, in find_symdef()
|
/freebsd/libexec/rtld-elf/powerpc64/ |
H A D | reloc.c | 171 const Elf_Rela *rela, SymCache *cache, int flags, RtldLockState *lockstate) in reloc_nonplt_object() 331 SymCache *cache; in reloc_non_plt() 332 int bytes = obj->dynsymcount * sizeof(SymCache); in reloc_non_plt()
|
/freebsd/libexec/rtld-elf/powerpc/ |
H A D | reloc.c | 176 const Elf_Rela *rela, SymCache *cache, int flags, RtldLockState *lockstate) in reloc_nonplt_object() 336 SymCache *cache; in reloc_non_plt() 344 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
|
/freebsd/libexec/rtld-elf/riscv/ |
H A D | reloc.c | 321 SymCache *cache; in reloc_non_plt() 332 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
|
/freebsd/libexec/rtld-elf/i386/ |
H A D | reloc.c | 135 SymCache *cache; in reloc_non_plt() 147 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
|
/freebsd/libexec/rtld-elf/amd64/ |
H A D | reloc.c | 137 SymCache *cache; in reloc_non_plt() 153 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
|
/freebsd/libexec/rtld-elf/aarch64/ |
H A D | reloc.c | 464 SymCache *cache; in reloc_non_plt() 474 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
|