Home
last modified time | relevance | path

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

12

/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()
DELFWriter.cpp296 return ELF::STT_NOTYPE; in getGlobalELFType()
/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/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/elfutils/tests/
Dasm-tst3.c269 [0] = GELF_ST_INFO (STB_LOCAL, STT_NOTYPE), in main()
Ddwflsyms.c36 case STT_NOTYPE: in gelf_type()
/external/syslinux/com32/include/sys/
Delfcommon.h252 #define STT_NOTYPE 0 /* Symbol type is unspecified */ macro
/external/kernel-headers/original/uapi/linux/
Delf.h122 #define STT_NOTYPE 0 macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h865 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
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h883 STT_NOTYPE = 0, // Symbol's type is not specified enumerator
/external/syslinux/com32/tools/
Drelocs.c123 SYM_TYPE(STT_NOTYPE), in sym_type()
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp479 case ELF::STT_NOTYPE: in getSymbolOffset()
515 case ELF::STT_NOTYPE: in getSymbolAddress()
/external/elfutils/src/
Dld.c1552 s->type = STT_NOTYPE; in create_lscript_symbols()
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp456 ECase(STT_NOTYPE) in enumeration()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp574 Symbol->setType(ELF::STT_NOTYPE); in EmitMappingSymbol()
/external/llvm/include/llvm/Object/
DELFObjectFile.h466 case ELF::STT_NOTYPE: in getSymbolType()

12