/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSymbolELF.cpp | 53 case ELF::STB_WEAK: in setBinding() 75 return ELF::STB_WEAK; in getBinding() 86 return ELF::STB_WEAK; in getBinding()
|
D | MCELFStreamer.cpp | 233 Symbol->setBinding(ELF::STB_WEAK); in EmitSymbolAttribute() 482 cast<MCSymbolELF>(S)->setBinding(ELF::STB_WEAK); in finalizeCGProfileEntry()
|
D | ELFObjectWriter.cpp | 1362 case ELF::STB_WEAK: in shouldRelocateWithSymbol()
|
/third_party/elfio/examples/write_obj/ |
D | write_obj.cpp | 96 syma.add_symbol( stra, "_start", 0x00000000, 0, STB_WEAK, STT_FUNC, 0, in main()
|
/third_party/elfio/tests/ |
D | ELFIOTest1.cpp | 100 symbol_writer.add_symbol( str_writer, "_start", 0x00000000, 0, STB_WEAK, in write_obj_i386() 656 bind = STB_WEAK; in BOOST_AUTO_TEST_CASE() 681 bind = STB_WEAK; in BOOST_AUTO_TEST_CASE() 786 bind = STB_WEAK; in BOOST_AUTO_TEST_CASE() 811 bind = STB_WEAK; in BOOST_AUTO_TEST_CASE()
|
D | ELFIOTest.cpp | 364 checkSymbol( sr, 52, "__gmon_start__", 0x00000000, 0, STB_WEAK, STT_NOTYPE, in BOOST_AUTO_TEST_CASE()
|
/third_party/musl/src/internal/ |
D | vdso.c | 41 #define OK_BINDS (1<<STB_GLOBAL | 1<<STB_WEAK | 1<<STB_GNU_UNIQUE)
|
/third_party/musl/porting/linux/user/src/internal/ |
D | vdso.c | 56 #define OK_BINDS (1<<STB_GLOBAL | 1<<STB_WEAK | 1<<STB_GNU_UNIQUE)
|
/third_party/ltp/libs/libltpvdso/ |
D | parse_vdso.c | 246 ELF64_ST_BIND(sym->st_info) != STB_WEAK) in vdso_sym()
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 410 #define STB_WEAK 2 /* like global - lower precedence */ macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 410 #define STB_WEAK 2 /* like global - lower precedence */ macro
|
/third_party/elfio/elfio/ |
D | elf_types.hpp | 512 #define STB_WEAK 2 macro
|
D | elfio_dump.hpp | 388 { STB_WEAK, "WEAK" }, { STB_LOOS, "LOOS" },
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 873 STB_WEAK = 2, // Weak symbol, like global but lower-precedence enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 363 (Binding == ELF::STB_GLOBAL || Binding == ELF::STB_WEAK || in isExportedToOtherDSO() 617 if (ESym->getBinding() == ELF::STB_WEAK) in getSymbolFlags()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 1040 STB_WEAK = 2, // Weak symbol, like global but lower-precedence enumerator
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 608 if (bind1 == STB_WEAK && bind2 != STB_WEAK) return false; 609 if (bind2 == STB_WEAK && bind1 != STB_WEAK) return true;
|
/third_party/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 608 if (bind1 == STB_WEAK && bind2 != STB_WEAK) return false; 609 if (bind2 == STB_WEAK && bind1 != STB_WEAK) return true;
|
/third_party/musl/ldso/ |
D | dynlink.c | 288 #define OK_BINDS (1<<STB_GLOBAL | 1<<STB_WEAK | 1<<STB_GNU_UNIQUE) 387 || sym->st_info>>4 != STB_WEAK)) { in do_relocs()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 286 #define OK_BINDS (1<<STB_GLOBAL | 1<<STB_WEAK | 1<<STB_GNU_UNIQUE) 385 || sym->st_info>>4 != STB_WEAK)) { in do_relocs()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 286 #define OK_BINDS (1<<STB_GLOBAL | 1<<STB_WEAK | 1<<STB_GNU_UNIQUE) 385 || sym->st_info>>4 != STB_WEAK)) { in do_relocs()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 498 #define STB_WEAK 2 macro
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 499 #define STB_WEAK 2 macro
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 498 #define STB_WEAK 2 macro
|
/third_party/musl/include/ |
D | elf.h | 498 #define STB_WEAK 2 macro
|