Searched refs:SymCache (Results 1 – 9 of 9) sorted by relevance
| /freebsd-9-stable/libexec/rtld-elf/powerpc64/ |
| D | reloc.c | 157 SymCache *cache, int flags, RtldLockState *lockstate) in reloc_nonplt_object() 289 SymCache *cache; in reloc_non_plt() 290 int bytes = obj->dynsymcount * sizeof(SymCache); in reloc_non_plt()
|
| /freebsd-9-stable/libexec/rtld-elf/arm/ |
| D | reloc.c | 139 reloc_nonplt_object(Obj_Entry *obj, const Elf_Rel *rel, SymCache *cache, in reloc_nonplt_object() 321 SymCache *cache; in reloc_non_plt() 331 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
|
| /freebsd-9-stable/libexec/rtld-elf/powerpc/ |
| D | reloc.c | 163 SymCache *cache, int flags, RtldLockState *lockstate) in reloc_nonplt_object() 294 SymCache *cache; in reloc_non_plt() 302 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
|
| /freebsd-9-stable/libexec/rtld-elf/ |
| D | rtld.h | 310 } SymCache; typedef 370 const Obj_Entry **, int, SymCache *, struct Struct_RtldLockState *);
|
| D | rtld.c | 1516 const Obj_Entry **defobj_out, int flags, SymCache *cache, in find_symdef()
|
| /freebsd-9-stable/libexec/rtld-elf/sparc64/ |
| D | reloc.c | 234 SymCache *cache, int flags, RtldLockState *lockstate); 300 SymCache *cache; in reloc_non_plt() 308 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt() 326 reloc_nonplt_object(Obj_Entry *obj, const Elf_Rela *rela, SymCache *cache, in reloc_nonplt_object()
|
| /freebsd-9-stable/libexec/rtld-elf/ia64/ |
| D | reloc.c | 152 SymCache *cache, int flags, RtldLockState *lockstate) in reloc_non_plt_obj() 350 SymCache *cache; in reloc_non_plt() 351 int bytes = obj->dynsymcount * sizeof(SymCache); in reloc_non_plt()
|
| /freebsd-9-stable/libexec/rtld-elf/i386/ |
| D | reloc.c | 128 SymCache *cache; in reloc_non_plt() 136 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
|
| /freebsd-9-stable/libexec/rtld-elf/amd64/ |
| D | reloc.c | 127 SymCache *cache; in reloc_non_plt() 135 cache = calloc(obj->dynsymcount, sizeof(SymCache)); in reloc_non_plt()
|