Lines Matching refs:sym_name

95 static inline bool lookup_symbol(Relocator& relocator, uint32_t r_sym, const char* sym_name,  in lookup_symbol()  argument
103 if (!relocator.si->lookup_version_info(relocator.version_tracker, r_sym, sym_name, &vi)) { in lookup_symbol()
108 …const ElfW(Sym)* local_sym = soinfo_do_lookup(sym_name, vi, &local_found_in, relocator.lookup_list… in lookup_symbol()
119 …DL_ERR("cannot locate symbol \"%s\" referenced by \"%s\"...", sym_name, relocator.si->get_realpath… in lookup_symbol()
169 const char* sym_name = nullptr; in process_relocation_impl() local
173 sym_name = relocator.get_string(relocator.si_symtab[r_sym].st_name); in process_relocation_impl()
246 sym_name, relocator.si->get_realpath(), ELF_ST_TYPE(sym->st_info), r_type); in process_relocation_impl()
248 } else if (!lookup_symbol<IsGeneral>(relocator, r_sym, sym_name, &found_in, &sym)) { in process_relocation_impl()
254 sym_name, found_in->get_realpath()); in process_relocation_impl()
261 sym_name, relocator.si->get_realpath()); in process_relocation_impl()
270 if (!lookup_symbol<IsGeneral>(relocator, r_sym, sym_name, &found_in, &sym)) return false; in process_relocation_impl()
301 rel_target, reinterpret_cast<void*>(result), sym_name); in process_relocation_impl()
315 rel_target, reinterpret_cast<void*>(result), sym_name); in process_relocation_impl()
325 rel_target, reinterpret_cast<void*>(result), sym_name); in process_relocation_impl()
388 sym_name, found_in->get_realpath(), relocator.si->get_realpath()); in process_relocation_impl()
394 rel_target, reinterpret_cast<void*>(tpoff), sym_name); in process_relocation_impl()
409 rel_target, module_id, sym_name); in process_relocation_impl()
418 rel_target, reinterpret_cast<void*>(result), sym_name); in process_relocation_impl()
436 rel_target, static_cast<size_t>(addend), sym_name); in process_relocation_impl()
447 sym_name); in process_relocation_impl()
462 desc_arg.index.offset, sym_name); in process_relocation_impl()
475 rel_target, result, sym_name); in process_relocation_impl()
487 reinterpret_cast<void*>(base), sym_name); in process_relocation_impl()
500 reinterpret_cast<void*>(base), sym_name); in process_relocation_impl()