Lines Matching refs:weak_undef
253 bool *weak_undef) in e32_get_sym_name() argument
268 if (!weak_undef) in e32_get_sym_name()
272 *weak_undef = true; in e32_get_sym_name()
274 *weak_undef = false; in e32_get_sym_name()
296 bool weak_undef = false; in e32_process_dyn_rel() local
299 &weak_undef); in e32_process_dyn_rel()
300 resolve_sym(name, &val, NULL, !weak_undef); in e32_process_dyn_rel()
485 bool *weak_undef) in e64_get_sym_name() argument
502 *weak_undef = true; in e64_get_sym_name()
504 *weak_undef = false; in e64_get_sym_name()
513 bool weak_undef = false; in e64_process_dyn_rela() local
516 &weak_undef); in e64_process_dyn_rela()
517 resolve_sym(name, &val, NULL, !weak_undef); in e64_process_dyn_rela()
528 bool weak_undef = false; in e64_process_tls_tprel_rela() local
536 &name, &weak_undef); in e64_process_tls_tprel_rela()
537 resolve_sym(name, &symval, &mod, !weak_undef); in e64_process_tls_tprel_rela()