Home
last modified time | relevance | path

Searched refs:weak_undef (Results 1 – 1 of 1) sorted by relevance

/optee_os/ldelf/
H A Dta_elf_rel.c256 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()
[all …]