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

/external/grub/stage2/
H A Di386-elf.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:__anon13991
/external/qemu/
H A Delf.h207 #define STB_WEAK 2 macro
/external/llvm/include/llvm/Support/
H A DELF.h1290 STB_WEAK = 2, // Weak symbol, like global but lower-precedence enumerator in enum:llvm::ELF::__anon20984
/external/elfutils/libelf/
H A Delf.h452 #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 135 milliseconds