Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/MC/
DMCELF.cpp40 Type == ELF::STT_GNU_IFUNC); in SetType()
50 Type == ELF::STT_COMMON || Type == ELF::STT_TLS || Type == ELF::STT_GNU_IFUNC); in GetType()
DMCELFStreamer.cpp144 ELF::STT_GNU_IFUNC, ELF::STT_TLS}; in CombineSymbolTypes()
222 ELF::STT_GNU_IFUNC)); in EmitSymbolAttribute()
/freebsd-10-stable/libexec/rtld-elf/amd64/
Dreloc.c177 if (ELF_ST_TYPE(def->st_info) == STT_GNU_IFUNC) { in reloc_non_plt()
369 if (ELF_ST_TYPE(def->st_info) == STT_GNU_IFUNC) { in reloc_jmpslots()
441 if (ELF_ST_TYPE(def->st_info) != STT_GNU_IFUNC) in reloc_gnu_ifunc()
/freebsd-10-stable/libexec/rtld-elf/i386/
Dreloc.c161 if (ELF_ST_TYPE(def->st_info) == STT_GNU_IFUNC) { in reloc_non_plt()
325 if (ELF_ST_TYPE(def->st_info) == STT_GNU_IFUNC) { in reloc_jmpslots()
393 if (ELF_ST_TYPE(def->st_info) != STT_GNU_IFUNC) in reloc_gnu_ifunc()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.cpp268 ENUM_TO_CSTR(STT_GNU_IFUNC); in typeToCString()
DObjectFileELF.cpp1178 case STT_GNU_IFUNC: in ParseSymbols()
/freebsd-10-stable/contrib/llvm/lib/Object/
DELFYAML.cpp291 ECase(STT_GNU_IFUNC) in enumeration()
/freebsd-10-stable/sys/sys/
Delf_common.h770 #define STT_GNU_IFUNC 10 macro
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DELF.h1435 STT_GNU_IFUNC = 10, // GNU indirect function enumerator
/freebsd-10-stable/libexec/rtld-elf/
Drtld.c725 if (ELF_ST_TYPE(def->st_info) == STT_GNU_IFUNC) in _rtld_bind()
3279 else if (ELF_ST_TYPE(def->st_info) == STT_GNU_IFUNC) in do_dlsym()
3764 else if (ELF_ST_TYPE(req.sym_out->st_info) == STT_GNU_IFUNC) in get_program_var_addr()
4036 case STT_GNU_IFUNC: in matched_symbol()
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/
DELFDumper.cpp325 { "GNU_IFunc", ELF::STT_GNU_IFUNC }