Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Delf_common.h559 #define STB_GLOBAL 1 /* Global symbol */ macro
/optee_os/ldelf/
H A Dta_elf_rel.c59 if (st_bind == STB_GLOBAL || (weak_ok && st_bind == STB_WEAK)) in sym_compare()