Home
last modified time | relevance | path

Searched refs:STB_WEAK (Results 1 – 25 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSymbolELF.cpp53 case ELF::STB_WEAK: in setBinding()
75 return ELF::STB_WEAK; in getBinding()
86 return ELF::STB_WEAK; in getBinding()
DMCELFStreamer.cpp233 Symbol->setBinding(ELF::STB_WEAK); in EmitSymbolAttribute()
482 cast<MCSymbolELF>(S)->setBinding(ELF::STB_WEAK); in finalizeCGProfileEntry()
DELFObjectWriter.cpp1362 case ELF::STB_WEAK: in shouldRelocateWithSymbol()
/third_party/elfio/examples/write_obj/
Dwrite_obj.cpp96 syma.add_symbol( stra, "_start", 0x00000000, 0, STB_WEAK, STT_FUNC, 0, in main()
/third_party/elfio/tests/
DELFIOTest1.cpp100 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()
DELFIOTest.cpp364 checkSymbol( sr, 52, "__gmon_start__", 0x00000000, 0, STB_WEAK, STT_NOTYPE, in BOOST_AUTO_TEST_CASE()
/third_party/musl/src/internal/
Dvdso.c41 #define OK_BINDS (1<<STB_GLOBAL | 1<<STB_WEAK | 1<<STB_GNU_UNIQUE)
/third_party/musl/porting/linux/user/src/internal/
Dvdso.c56 #define OK_BINDS (1<<STB_GLOBAL | 1<<STB_WEAK | 1<<STB_GNU_UNIQUE)
/third_party/ltp/libs/libltpvdso/
Dparse_vdso.c246 ELF64_ST_BIND(sym->st_info) != STB_WEAK) in vdso_sym()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h410 #define STB_WEAK 2 /* like global - lower precedence */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h410 #define STB_WEAK 2 /* like global - lower precedence */ macro
/third_party/elfio/elfio/
Delf_types.hpp512 #define STB_WEAK 2 macro
Delfio_dump.hpp388 { STB_WEAK, "WEAK" }, { STB_LOOS, "LOOS" },
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h873 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/
DELFObjectFile.h363 (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/
DELF.h1040 STB_WEAK = 2, // Weak symbol, like global but lower-precedence enumerator
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc608 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/
Dsymbolize_elf.inc608 if (bind1 == STB_WEAK && bind2 != STB_WEAK) return false;
609 if (bind2 == STB_WEAK && bind1 != STB_WEAK) return true;
/third_party/musl/ldso/
Ddynlink.c288 #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/
Ddynlink.c286 #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/
Ddynlink.c286 #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/
Delf.h498 #define STB_WEAK 2 macro
/third_party/musl/porting/linux/user/include/
Delf.h499 #define STB_WEAK 2 macro
/third_party/musl/ndk_musl_include/
Delf.h498 #define STB_WEAK 2 macro
/third_party/musl/include/
Delf.h498 #define STB_WEAK 2 macro

12