Lines Matching refs:weak_undef
256 bool *weak_undef) in e32_get_sym_name() argument
271 if (!weak_undef) in e32_get_sym_name()
275 *weak_undef = true; in e32_get_sym_name()
277 *weak_undef = false; in e32_get_sym_name()
299 bool weak_undef = false; in e32_process_dyn_rel() local
302 &weak_undef); in e32_process_dyn_rel()
303 resolve_sym(name, &val, NULL, !weak_undef); in e32_process_dyn_rel()
488 bool *weak_undef) in e64_get_sym_name() argument
505 *weak_undef = true; in e64_get_sym_name()
507 *weak_undef = false; in e64_get_sym_name()
516 bool weak_undef = false; in e64_process_dyn_rela() local
519 &weak_undef); in e64_process_dyn_rela()
520 resolve_sym(name, &val, NULL, !weak_undef); in e64_process_dyn_rela()
531 bool weak_undef = false; in e64_process_tls_tprel_rela() local
539 &name, &weak_undef); in e64_process_tls_tprel_rela()
540 resolve_sym(name, &symval, &mod, !weak_undef); in e64_process_tls_tprel_rela()