Home
last modified time | relevance | path

Searched refs:STT_NOTYPE (Results 1 – 25 of 36) 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/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/elfutils/libebl/
Deblsymboltypename.c48 [STT_NOTYPE] = "NOTYPE", in ebl_symbol_type_name()
/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/
Ddwflsyms.c35 case STT_NOTYPE: in gelf_type()
Dasm-tst3.c269 [0] = GELF_ST_INFO (STB_LOCAL, STT_NOTYPE), in main()
/external/kernel-headers/original/uapi/linux/
Delf.h123 #define STT_NOTYPE 0 macro
/external/crosvm/kernel_loader/src/
Delf.rs124 pub const STT_NOTYPE: u32 = 0; constant
/external/u-boot/include/
Delf.h383 #define STT_NOTYPE 0 /* not specified */ macro
/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-7.0/llvm/include/llvm/BinaryFormat/
DELF.h1002 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/llvm/include/llvm/Support/
DELF.h879 STT_NOTYPE = 0, // Symbol's type is not specified enumerator
/external/iproute2/lib/
Dbpf.c1637 GELF_ST_TYPE(sym.st_info) != STT_NOTYPE || in bpf_map_fetch_name()
1720 GELF_ST_TYPE(sym.st_info) != STT_NOTYPE || in bpf_map_num_sym()
1797 GELF_ST_TYPE(sym.st_info) != STT_NOTYPE || in bpf_map_verify_all_offs()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1330 uint8_t SymbolType = ELF::STT_NOTYPE; in DisassembleObject()
1374 AllSymbols[Sec->second].emplace_back(VA, Name, ELF::STT_NOTYPE); in DisassembleObject()
1376 AbsoluteSymbols.emplace_back(VA, Name, ELF::STT_NOTYPE); in DisassembleObject()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Disassembler/
DAMDGPUDisassembler.cpp904 && std::get<2>(Val) == ELF::STT_NOTYPE; in tryAddingSymbolicOperand()

12