Home
last modified time | relevance | path

Searched refs:STT_NOTYPE (Results 1 – 25 of 42) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSymbolELF.cpp45 setType(ELF::STT_NOTYPE); in setBinding()
102 case ELF::STT_NOTYPE: in setType()
134 return ELF::STT_NOTYPE; in getType()
DELFObjectWriter.cpp491 Type == ELF::STT_NOTYPE || Type == ELF::STT_TLS) in mergeTypeForSet()
495 if (Type == ELF::STT_OBJECT || Type == ELF::STT_NOTYPE || in mergeTypeForSet()
500 if (Type == ELF::STT_NOTYPE) in mergeTypeForSet()
504 if (Type == ELF::STT_OBJECT || Type == ELF::STT_NOTYPE || in mergeTypeForSet()
DMCELFStreamer.cpp179 for (unsigned Type : {ELF::STT_NOTYPE, ELF::STT_OBJECT, ELF::STT_FUNC, in CombineSymbolTypes()
263 Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_NOTYPE)); in EmitSymbolAttribute()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCELF.cpp37 assert(Type == ELF::STT_NOTYPE || Type == ELF::STT_OBJECT || in SetType()
48 assert(Type == ELF::STT_NOTYPE || Type == ELF::STT_OBJECT || in GetType()
DMCELFStreamer.cpp178 MCELF::SetType(SD, ELF::STT_NOTYPE); in EmitSymbolAttribute()
/external/llvm/lib/MC/
DMCSymbolELF.cpp99 case ELF::STT_NOTYPE: in setType()
131 return ELF::STT_NOTYPE; in getType()
DELFObjectWriter.cpp437 Type == ELF::STT_NOTYPE || Type == ELF::STT_TLS) in mergeTypeForSet()
441 if (Type == ELF::STT_OBJECT || Type == ELF::STT_NOTYPE || in mergeTypeForSet()
446 if (Type == ELF::STT_NOTYPE) in mergeTypeForSet()
450 if (Type == ELF::STT_OBJECT || Type == ELF::STT_NOTYPE || in mergeTypeForSet()
DMCELFStreamer.cpp178 for (unsigned Type : {ELF::STT_NOTYPE, ELF::STT_OBJECT, ELF::STT_FUNC, in CombineSymbolTypes()
273 Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_NOTYPE)); in EmitSymbolAttribute()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELF.h88 Sym->setType(ELF::STT_NOTYPE); in getExtSym()
120 Sym->setType(ELF::STT_NOTYPE); in getUndefGV()
/external/elfutils/libebl/
Deblsymboltypename.c48 [STT_NOTYPE] = "NOTYPE", in ebl_symbol_type_name()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCELFSymbolFlags.h37 ELF_STT_Notype = (ELF::STT_NOTYPE << ELF_STT_Shift),
/external/elfutils/backends/
Daarch64_symbol.c106 && GELF_ST_TYPE (sym->st_info) == STT_NOTYPE in aarch64_data_marker_symbol()
Darm_symbol.c156 && GELF_ST_TYPE (sym->st_info) == STT_NOTYPE in arm_data_marker_symbol()
/external/swiftshader/third_party/subzero/src/
DIceELFSection.cpp106 createDefinedSym(NullSymbolName, STT_NOTYPE, STB_LOCAL, NullSection, 0, 0); in createNullSymbol()
132 NewSymbol.Sym.setBindingAndType(STB_GLOBAL, STT_NOTYPE); in noteUndefinedSym()
DIceELFObjectWriter.cpp252 SymbolType = STT_NOTYPE; in writeFunctionCode()
563 SymTab->createDefinedSym(SymName, STT_NOTYPE, STB_LOCAL, Section, in writeConstantPool()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp173 Symbol->setType(ELF::STT_NOTYPE); in EmitMappingSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp182 Symbol->setType(ELF::STT_NOTYPE); in EmitMappingSymbol()
/external/elfutils/tests/
Dasm-tst3.c269 [0] = GELF_ST_INFO (STB_LOCAL, STT_NOTYPE), in main()
Ddwflsyms.c35 case STT_NOTYPE: in gelf_type()
/external/kernel-headers/original/uapi/linux/
Delf.h123 #define STT_NOTYPE 0 macro
/external/u-boot/include/
Delf.h383 #define STT_NOTYPE 0 /* not specified */ macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h865 STT_NOTYPE = 0, // Symbol's type is not specified enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp647 Symbol->setType(ELF::STT_NOTYPE); in EmitMappingSymbol()
657 Symbol->setType(ELF::STT_NOTYPE); in EmitMappingSymbol()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h883 STT_NOTYPE = 0, // Symbol's type is not specified enumerator
/external/llvm/include/llvm/Support/
DELF.h879 STT_NOTYPE = 0, // Symbol's type is not specified enumerator

12