Home
last modified time | relevance | path

Searched refs:STT_NOTYPE (Results 1 - 25 of 44) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSymbolELF.cpp97 case ELF::STT_NOTYPE: in setType()
129 return ELF::STT_NOTYPE; in getType()
H A DMCELFStreamer.cpp175 // STT_NOTYPE < STT_OBJECT < STT_FUNC < STT_GNU_IFUNC < STT_TLS < anything else
179 for (unsigned Type : {ELF::STT_NOTYPE, ELF::STT_OBJECT, ELF::STT_FUNC, in CombineSymbolTypes()
264 Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_NOTYPE)); in EmitSymbolAttribute()
H A DELFObjectWriter.cpp493 Type == ELF::STT_NOTYPE || Type == ELF::STT_TLS)
497 if (Type == ELF::STT_OBJECT || Type == ELF::STT_NOTYPE ||
502 if (Type == ELF::STT_NOTYPE)
506 if (Type == ELF::STT_OBJECT || Type == ELF::STT_NOTYPE ||
/third_party/elfutils/libebl/
H A Deblsymboltypename.c48 [STT_NOTYPE] = "NOTYPE", in ebl_symbol_type_name()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/ELF/
H A DELFStub.h28 NoType = ELF::STT_NOTYPE,
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Dvdso_support.h68 // On PowerPC64 VDSO symbols can either be of type STT_FUNC or STT_NOTYPE
70 // STT_NOTYPE type VDSO symbols. Let's make things simpler first by using a
73 enum { kVDSOSymbolType = STT_NOTYPE };
/third_party/elfutils/backends/
H A Daarch64_symbol.c101 STT_NOTYPE, STB_LOCAL and st_size of zero. The indicate the stat of a
108 && GELF_ST_TYPE (sym->st_info) == STT_NOTYPE in aarch64_data_marker_symbol()
H A Darm_symbol.c151 * STT_NOTYPE, STB_LOCAL and st_size of zero. The indicate the stat of a
158 && GELF_ST_TYPE (sym->st_info) == STT_NOTYPE in arm_data_marker_symbol()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceELFSection.cpp106 createDefinedSym(NullSymbolName, STT_NOTYPE, STB_LOCAL, NullSection, 0, 0); in createNullSymbol()
132 NewSymbol.Sym.setBindingAndType(STB_GLOBAL, STT_NOTYPE); in noteUndefinedSym()
H A DIceELFObjectWriter.cpp245 SymbolType = STT_NOTYPE; in writeFunctionCode()
545 SymTab->createDefinedSym(SymName, STT_NOTYPE, STB_LOCAL, Section,
/third_party/elfio/tests/
H A DELFIOTest.cpp260 checkSymbol( sr, 0, "", 0x00000000, 0, STB_LOCAL, STT_NOTYPE, STN_UNDEF, in TEST()
372 checkSymbol( sr, 0, "", 0x00000000, 0, STB_LOCAL, STT_NOTYPE, STN_UNDEF, in TEST()
379 STT_NOTYPE, STN_UNDEF, ELF_ST_VISIBILITY( STV_DEFAULT ) ); in TEST()
380 checkSymbol( sr, 64, "_edata", 0x0060085c, 0, STB_GLOBAL, STT_NOTYPE, in TEST()
664 checkSymbol( sr, 0, "", 0x00000000, 0, STB_LOCAL, STT_NOTYPE, STN_UNDEF, in TEST()
671 STT_NOTYPE, 16, ELF_ST_VISIBILITY( STV_HIDDEN ) ); in TEST()
H A DELFIOTest1.cpp94 nStrIndex, 0, 0, STB_LOCAL, STT_NOTYPE, 0, data_sec->get_index() ); in write_obj_i386()
/third_party/musl/src/internal/linux/
H A Dvdso.c55 #define OK_TYPES (1<<STT_NOTYPE | 1<<STT_OBJECT | 1<<STT_FUNC | 1<<STT_COMMON)
/third_party/musl/porting/linux/user/src/internal/
H A Dvdso.c55 #define OK_TYPES (1<<STT_NOTYPE | 1<<STT_OBJECT | 1<<STT_FUNC | 1<<STT_COMMON)
/third_party/musl/src/internal/
H A Dvdso.c40 #define OK_TYPES (1<<STT_NOTYPE | 1<<STT_OBJECT | 1<<STT_FUNC | 1<<STT_COMMON)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp174 Symbol->setType(ELF::STT_NOTYPE); in EmitMappingSymbol()
/third_party/elfutils/tests/
H A Dasm-tst3.c270 [0] = GELF_ST_INFO (STB_LOCAL, STT_NOTYPE), in main()
H A Ddwflsyms.c35 case STT_NOTYPE: in gelf_type()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DELFObjectFile.cpp39 {"None", "NOTYPE", ELF::STT_NOTYPE},
/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dvdso.rs269 // uses `STT_NOTYPE`, so allow that too.
271 ELF_ST_TYPE(sym.st_info) != STT_NOTYPE)
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp526 #define STT_NOTYPE 0 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp653 Symbol->setType(ELF::STT_NOTYPE);
663 Symbol->setType(ELF::STT_NOTYPE);
/third_party/libabigail/src/
H A Dabg-elf-helpers.cc37 case STT_NOTYPE: in stt_to_elf_symbol_type()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h883 STT_NOTYPE = 0, // Symbol's type is not specified enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h1050 STT_NOTYPE = 0, // Symbol's type is not specified enumerator

Completed in 27 milliseconds

12