Searched refs:ref_obj (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/libexec/ld.so/ldconfig/ |
| D | prebind.c | 153 const struct elf_object *ref_obj, const Elf_Sym *ref_sym, int flag); 155 int idx, const struct elf_object *ref_obj, const Elf_Sym *ref_sym, 866 const struct elf_object *ref_obj, const Elf_Sym *ref_sym, int flags) in insert_sym_objcache() argument 879 if (ref_obj != tcache[idx].obj || in insert_sym_objcache() 880 (obj != prog && ref_obj == prog)) { in insert_sym_objcache() 885 idx, (int)ref_obj->dyn.null, in insert_sym_objcache() 887 ref_obj->dyn.symtab), in insert_sym_objcache() 889 ref_obj->dyn.strtab, in insert_sym_objcache() 890 ref_obj->load_name); in insert_sym_objcache() 903 if (ref_obj == obj) { in insert_sym_objcache() [all …]
|