Searched refs:weak_ok (Results 1 – 1 of 1) sorted by relevance
| /optee_os/ldelf/ |
| H A D | ta_elf_rel.c | 49 vaddr_t *val, bool weak_ok) in sym_compare() argument 59 if (st_bind == STB_GLOBAL || (weak_ok && st_bind == STB_WEAK)) in sym_compare() 93 bool weak_ok, size_t n) in check_found_sym() argument 131 name, val, weak_ok); in check_found_sym() 135 struct ta_elf *elf, bool weak_ok) in resolve_sym_helper() argument 185 check_found_sym(elf, name, val, weak_ok, n)) in resolve_sym_helper() 209 if (check_found_sym(elf, name, val, weak_ok, n)) in resolve_sym_helper()
|