Home
last modified time | relevance | path

Searched refs:STT_GNU_IFUNC (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSymbolELF.cpp115 case ELF::STT_GNU_IFUNC: in setType()
141 return ELF::STT_GNU_IFUNC; in getType()
H A DELFObjectWriter.cpp491 case ELF::STT_GNU_IFUNC:
494 Type = ELF::STT_GNU_IFUNC;
507 Type == ELF::STT_GNU_IFUNC || Type == ELF::STT_FUNC)
516 while (Symbol->getType() != ELF::STT_GNU_IFUNC) {
521 mergeTypeForSet(Symbol->getType(), ELF::STT_GNU_IFUNC) != ELF::STT_GNU_IFUNC)
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()
H A DMCELFStreamer.cpp175 // STT_NOTYPE < STT_OBJECT < STT_FUNC < STT_GNU_IFUNC < STT_TLS < anything else
180 ELF::STT_GNU_IFUNC, ELF::STT_TLS}) { in CombineSymbolTypes()
247 Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_GNU_IFUNC)); in EmitSymbolAttribute()
/third_party/elfutils/libebl/
H A Deblsymboltypename.c66 else if (symbol == STT_GNU_IFUNC in ebl_symbol_type_name()
/third_party/elfutils/libdwfl/
H A Ddwfl_module_getsym.c130 || (GELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC in __libdwfl_getsym()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DELFObjectFile.cpp49 {"GNU_IFunc", "IFUNC", ELF::STT_GNU_IFUNC},
/third_party/libabigail/src/
H A Dabg-symtab-reader.cc348 || sym_type == STT_GNU_IFUNC in load_()
H A Dabg-elf-helpers.cc51 case STT_GNU_IFUNC: in stt_to_elf_symbol_type()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A 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/
H A 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/
H A DARMAsmBackend.cpp889 if ((Type == ELF::STT_FUNC || Type == ELF::STT_GNU_IFUNC)) { in shouldForceRelocation()
H A DARMELFStreamer.cpp1145 if (Type == ELF::STT_FUNC || Type == ELF::STT_GNU_IFUNC)
/third_party/musl/porting/linux/user/include/
H A Delf.h517 #define STT_GNU_IFUNC 10 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h515 #define STT_GNU_IFUNC 10 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h515 #define STT_GNU_IFUNC 10 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h515 #define STT_GNU_IFUNC 10 macro
/third_party/musl/include/
H A Delf.h523 #define STT_GNU_IFUNC 10 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp601 ECase(STT_GNU_IFUNC); in enumeration()
/third_party/elfutils/libelf/
H A Delf.h606 #define STT_GNU_IFUNC 10 /* Symbol is indirect code object */ macro
2788 #define R_AARCH64_P32_IRELATIVE 188 /* STT_GNU_IFUNC relocation. */
2912 #define R_AARCH64_IRELATIVE 1032 /* STT_GNU_IFUNC relocation. */
3435 #define R_390_IRELATIVE 61 /* STT_GNU_IFUNC relocation. */
/third_party/elfutils/src/
H A Delflint.c796 || (GELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC)) in check_symtab()

Completed in 131 milliseconds