Home
last modified time | relevance | path

Searched refs:STB_GLOBAL (Results 1 – 25 of 56) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSymbolELF.cpp50 case ELF::STB_GLOBAL: in setBinding()
73 return ELF::STB_GLOBAL; in getBinding()
84 return ELF::STB_GLOBAL; in getBinding()
89 return ELF::STB_GLOBAL; in getBinding()
DMCELFStreamer.cpp227 Symbol->setBinding(ELF::STB_GLOBAL); in EmitSymbolAttribute()
295 Symbol->setBinding(ELF::STB_GLOBAL); in EmitCommonSymbol()
/third_party/elfio/tests/
DELFIOTest.cpp267 STB_GLOBAL, STT_FUNC, 12, in TEST()
269 checkSymbol( sr, 66, "main", 0x08048384, 43, STB_GLOBAL, STT_FUNC, 12, in TEST()
271 checkSymbol( sr, 67, "_init", 0x0804824c, 0, STB_GLOBAL, STT_FUNC, 10, in TEST()
380 checkSymbol( sr, 64, "_edata", 0x0060085c, 0, STB_GLOBAL, STT_NOTYPE, in TEST()
382 checkSymbol( sr, 65, "main", 0x00400498, 21, STB_GLOBAL, STT_FUNC, 12, in TEST()
384 checkSymbol( sr, 66, "_init", 0x00400370, 0, STB_GLOBAL, STT_FUNC, 10, in TEST()
457 checkSymbol( sr, 9, "main", 0x00000000, 21, STB_GLOBAL, STT_FUNC, 1, in TEST()
519 checkSymbol( sr, 8, "main", 0x00000000, 43, STB_GLOBAL, STT_FUNC, 1, in TEST()
573 checkSymbol( sr, 14, "main", 0x00000000, 92, STB_GLOBAL, STT_FUNC, 1, in TEST()
673 204, STB_GLOBAL, STT_FUNC, SHN_UNDEF, in TEST()
[all …]
DELFIOTest1.cpp640 bind = STB_GLOBAL; in TEST()
665 bind = STB_GLOBAL; in TEST()
757 bind = STB_GLOBAL; in TEST()
782 bind = STB_GLOBAL; in TEST()
/third_party/elfutils/tests/
Ddwflsyms.c61 case STB_GLOBAL: in gelf_bind()
79 case STB_GLOBAL: in gelf_bind_order()
Dasm-tst3.c101 if (asm_newsym (scn1, "one", 4, STT_OBJECT, STB_GLOBAL) == NULL) in main()
272 [2] = GELF_ST_INFO (STB_GLOBAL, STT_OBJECT), in main()
Dasm-tst5.c83 STB_GLOBAL) == NULL) in main()
Dasm-tst6.c88 STB_GLOBAL); in main()
/third_party/elfutils/libasm/
Dasm_newcomsym.c83 result->binding = STB_GLOBAL; in asm_newcomsym()
Dasm_newabssym.c95 if (binding == STB_GLOBAL) in asm_newabssym()
Dasm_newsym.c96 if (binding == STB_GLOBAL) in asm_newsym()
/third_party/elfio/examples/write_obj/
Dwrite_obj.cpp94 str_index, 29, 0, STB_GLOBAL, STT_OBJECT, 0, text_sec->get_index() ); in main()
/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/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp249 SymbolBinding = STB_GLOBAL; in writeFunctionCode()
403 const uint8_t SymbolBinding = IsExternal ? STB_GLOBAL : STB_LOCAL; in writeDataOfType()
593 const uint8_t SymbolBinding = IsExternal ? STB_GLOBAL : STB_LOCAL; in writeJumpTable()
DIceELFSection.cpp132 NewSymbol.Sym.setBindingAndType(STB_GLOBAL, STT_NOTYPE); in noteUndefinedSym()
/third_party/rust/crates/rustix/src/backend/linux_raw/
Delf.rs52 pub(super) const STB_GLOBAL: u8 = 1; constant
Dvdso.rs272 || (ELF_ST_BIND(sym.st_info) != STB_GLOBAL in sym()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCELFStreamer.cpp96 ELFSymbol->setBinding(ELF::STB_GLOBAL); in HexagonMCEmitCommonSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcMCExpr.cpp209 ELFSymbol->setBinding(ELF::STB_GLOBAL); in fixELFSymbolsInTLSFixups()
/third_party/ltp/libs/libltpvdso/
Dparse_vdso.c245 if (ELF64_ST_BIND(sym->st_info) != STB_GLOBAL && in vdso_sym()
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dpkg_genc.cpp883 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT), in writeObjectCode()
1001 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT), in writeObjectCode()
/third_party/elfutils/libdwfl/
Ddwfl_module_addrsym.c118 case STB_GLOBAL: in binding_value()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc286 if (ElfBind(info.symbol) == STB_GLOBAL) { in LookupSymbolByAddress()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dpkg_genc.cpp988 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT), in writeObjectCode()
1106 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT), in writeObjectCode()

123