Searched refs:STB_WEAK (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c383 #define OK_BINDS (1 << STB_GLOBAL | 1 << STB_WEAK | 1 << STB_GNU_UNIQUE)
420 if (def.sym && sym->st_info >> 4 == STB_WEAK)
470 if (!def.sym && (sym->st_shndx != SHN_UNDEF || sym->st_info >> 4 != STB_WEAK)) {
/fuchsia/zircon/third_party/ulib/musl/include/
H A Delf.h366 #define STB_WEAK 2 macro

Completed in 30 milliseconds