Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCSymbolELF.cpp117 case ELF::STT_GNU_IFUNC: in setType()
143 return ELF::STT_GNU_IFUNC; in getType()
DMCELFStreamer.cpp178 ELF::STT_GNU_IFUNC, ELF::STT_TLS}) { in CombineSymbolTypes()
255 Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_GNU_IFUNC)); in EmitSymbolAttribute()
DELFObjectWriter.cpp425 case ELF::STT_GNU_IFUNC: in mergeTypeForSet()
428 Type = ELF::STT_GNU_IFUNC; in mergeTypeForSet()
441 Type == ELF::STT_GNU_IFUNC || Type == ELF::STT_FUNC) in mergeTypeForSet()
597 if (Sym.getType() == ELF::STT_GNU_IFUNC) in isWeak()
/external/elfutils/libebl/
Deblsymboltypename.c66 else if (symbol == STT_GNU_IFUNC in ebl_symbol_type_name()
DChangeLog252 * eblsymboltypename.c (ebl_symbol_type_name): Only handle STT_GNU_IFUNC
257 * eblsymboltypename.c (ebl_symbol_type_name): Add STT_GNU_IFUNC.
/external/elfutils/libdwfl/
Ddwfl_module_getsym.c126 || (GELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC in __libdwfl_getsym()
/external/ltrace/sysdeps/linux-gnu/
Dtrace.c1243 #ifdef STT_GNU_IFUNC in irelative_name_cb()
1244 is_ifunc = GELF_ST_TYPE(symbol->st_info) == STT_GNU_IFUNC; in irelative_name_cb()
1348 #ifdef STT_GNU_IFUNC in os_elf_add_func_entry()
1349 ifunc = GELF_ST_TYPE(sym->st_info) == STT_GNU_IFUNC; in os_elf_add_func_entry()
/external/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.cpp268 ENUM_TO_CSTR(STT_GNU_IFUNC); in typeToCString()
DObjectFileELF.cpp1100 case STT_GNU_IFUNC: in ParseSymbols()
/external/ltrace/sysdeps/linux-gnu/ppc/
Dplt.c636 #ifdef STT_GNU_IFUNC in arch_elf_add_func_entry()
637 ifunc = GELF_ST_TYPE(sym->st_info) == STT_GNU_IFUNC; in arch_elf_add_func_entry()
/external/llvm/include/llvm/Support/
DELF.h861 STT_GNU_IFUNC = 10, // GNU indirect function enumerator
/external/valgrind/coregrind/m_debuginfo/
Dreadelf.c287 # ifdef STT_GNU_IFUNC in get_elf_symbol_info()
288 || ELFXX_ST_TYPE(sym->st_info) == STT_GNU_IFUNC in get_elf_symbol_info()
372 # ifdef STT_GNU_IFUNC in get_elf_symbol_info()
375 && ELFXX_ST_TYPE(sym->st_info) == STT_GNU_IFUNC) { in get_elf_symbol_info()
/external/llvm/lib/Object/
DELFYAML.cpp442 ECase(STT_GNU_IFUNC) in enumeration()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp1017 if (Type == ELF::STT_FUNC || Type == ELF::STT_GNU_IFUNC) in emitLabel()
/external/elfutils/libelf/
Delf.h493 #define STT_GNU_IFUNC 10 /* Symbol is indirect code object */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp729 { "GNU_IFunc", ELF::STT_GNU_IFUNC }
/external/elfutils/src/
Delflint.c776 || (GELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC)) in check_symtab()