Home
last modified time | relevance | path

Searched refs:STT_GNU_IFUNC (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSymbolELF.cpp115 case ELF::STT_GNU_IFUNC: in setType()
141 return ELF::STT_GNU_IFUNC; in getType()
DELFObjectWriter.cpp491 case ELF::STT_GNU_IFUNC: in mergeTypeForSet()
494 Type = ELF::STT_GNU_IFUNC; in mergeTypeForSet()
507 Type == ELF::STT_GNU_IFUNC || Type == ELF::STT_FUNC) in mergeTypeForSet()
516 while (Symbol->getType() != ELF::STT_GNU_IFUNC) { in isIFunc()
521 mergeTypeForSet(Symbol->getType(), ELF::STT_GNU_IFUNC) != ELF::STT_GNU_IFUNC) in isIFunc()
542 Type = ELF::STT_GNU_IFUNC; in writeSymbol()
1376 if (Sym->getType() == ELF::STT_GNU_IFUNC) in shouldRelocateWithSymbol()
1518 SymA.getType() == ELF::STT_GNU_IFUNC) in isSymbolRefDifferenceFullyResolvedImpl()
DMCELFStreamer.cpp180 ELF::STT_GNU_IFUNC, ELF::STT_TLS}) { in CombineSymbolTypes()
247 Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_GNU_IFUNC)); in EmitSymbolAttribute()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELFObjectFile.cpp49 {"GNU_IFunc", "IFUNC", ELF::STT_GNU_IFUNC},
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h890 STT_GNU_IFUNC = 10, // GNU indirect function enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1057 STT_GNU_IFUNC = 10, // GNU indirect function enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp889 if ((Type == ELF::STT_FUNC || Type == ELF::STT_GNU_IFUNC)) { in shouldForceRelocation()
DARMELFStreamer.cpp1145 if (Type == ELF::STT_FUNC || Type == ELF::STT_GNU_IFUNC) in emitLabel()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h515 #define STT_GNU_IFUNC 10 macro
/third_party/musl/porting/linux/user/include/
Delf.h516 #define STT_GNU_IFUNC 10 macro
/third_party/musl/ndk_musl_include/
Delf.h515 #define STT_GNU_IFUNC 10 macro
/third_party/musl/include/
Delf.h515 #define STT_GNU_IFUNC 10 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h515 #define STT_GNU_IFUNC 10 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h515 #define STT_GNU_IFUNC 10 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp601 ECase(STT_GNU_IFUNC); in enumeration()