Searched defs:STB_WEAK (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libvpx/include/
H A Delf.h140 #define STB_WEAK 2 macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h179 STB_WEAK = 2, /* global but lower precedence */ enumerator in enum:__anon16348
/external/kernel-headers/original/uapi/linux/
H A Delf.h120 #define STB_WEAK 2 macro
/external/llvm/include/llvm/Support/
H A DELF.h1458 STB_WEAK = 2, // Weak symbol, like global but lower-precedence enumerator in enum:llvm::ELF::__anon25597
/external/qemu/include/
H A Delf.h213 #define STB_WEAK 2 macro
/external/elfutils/0.153/libelf/
H A Delf.h449 #define STB_WEAK 2 /* Weak symbol */ macro
/external/valgrind/main/perf/
H A Dtinycc.c447 #define STB_WEAK 2 /* Weak symbol */ macro
18319 } else if (sym_bind == STB_GLOBAL && esym_bind == STB_WEAK) {
18322 } else if (sym_bind == STB_WEAK && esym_bind == STB_GLOBAL) {
18547 if (sym_bind == STB_WEAK) {
19316 /* STB_WEAK undefined symbols are accepted */
19319 if (ELF32_ST_BIND(sym->st_info) == STB_WEAK ||
19357 if (ELF32_ST_BIND(esym->st_info) == STB_WEAK) {

Completed in 1100 milliseconds