HomeSort by relevance Sort by last modified time
    Searched refs:STT_GNU_IFUNC (Results 1 - 25 of 56) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
ifunc-9.d 2 #error: .*dynamic STT_GNU_IFUNC symbol `foo' with pointer equality in `.*.o' can not be used when making an executable; recompile with -fPIE and relink with -pie
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/
ifunc-9-x86.d 2 #error: .*dynamic STT_GNU_IFUNC symbol `foo' with pointer equality in `.*.o' can not be used when making an executable; recompile with -fPIE and relink with -pie
  /external/elfutils/libebl/
eblsymboltypename.c 66 else if (symbol == STT_GNU_IFUNC
  /external/llvm/lib/MC/
MCSymbolELF.cpp 117 case ELF::STT_GNU_IFUNC:
143 return ELF::STT_GNU_IFUNC;
MCELFStreamer.cpp 174 // STT_NOTYPE < STT_OBJECT < STT_FUNC < STT_GNU_IFUNC < STT_TLS < anything else
179 ELF::STT_GNU_IFUNC, ELF::STT_TLS}) {
256 Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_GNU_IFUNC));
ELFObjectWriter.cpp 435 case ELF::STT_GNU_IFUNC:
438 Type = ELF::STT_GNU_IFUNC;
451 Type == ELF::STT_GNU_IFUNC || Type == ELF::STT_FUNC)
606 if (Sym.getType() == ELF::STT_GNU_IFUNC)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf-s390-common.c 30 return h->type == STT_GNU_IFUNC || eh->ifunc_resolver_address != 0;
33 /* Create sections needed by STT_GNU_IFUNC symbol. */
86 dynamic relocs against a STT_GNU_IFUNC symbol definition. */
101 /* Support garbage collection against STT_GNU_IFUNC symbols. */
106 reference. It may happen if we didn't see STT_GNU_IFUNC
162 /* We need dynamic relocation for STT_GNU_IFUNC symbol only when
237 if ((ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC
elf32-i386.c 808 /* Used by local STT_GNU_IFUNC symbols. */
867 for local symbol so that we can handle local STT_GNU_IFUNC symbols
    [all...]
elf32-sparc.c 183 if ((ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC
elf64-x86-64.c 842 /* Used by local STT_GNU_IFUNC symbols. */
906 for local symbol so that we can handle local STT_GNU_IFUNC symbols
    [all...]
elfxx-sparc.c     [all...]
elf32-ppc.c     [all...]
elfxx-aarch64.c 463 if ((ELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC
elfnn-aarch64.c     [all...]
elf64-ppc.c     [all...]
  /bionic/libc/include/
elf.h 191 #define STT_GNU_IFUNC 10
  /external/elfutils/libdwfl/
dwfl_module_getsym.c 126 || (GELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC
  /toolchain/binutils/binutils-2.25/gold/
target-reloc.h 350 else if (gsym->type() == elfcpp::STT_GNU_IFUNC)
460 else if (gsym->type() == elfcpp::STT_GNU_IFUNC)
i386.cc 93 // Add an entry to the PLT for a local STT_GNU_IFUNC symbol.
213 // We keep a list of global STT_GNU_IFUNC symbols, each with its
221 // We keep a list of local STT_GNU_IFUNC symbols, each with its
247 // Global STT_GNU_IFUNC symbols.
249 // Local STT_GNU_IFUNC symbols.
750 return (gsym->type() != elfcpp::STT_GNU_IFUNC
789 // Create a PLT entry for a local STT_GNU_IFUNC symbol.
    [all...]
symtab.h 228 || this->type_ == elfcpp::STT_GNU_IFUNC);
633 // An STT_GNU_IFUNC symbol always needs a PLT entry, even when
635 if (this->type() == elfcpp::STT_GNU_IFUNC)
738 // For a STT_GNU_IFUNC symbol we always have to use the PLT entry.
739 if (this->type() == elfcpp::STT_GNU_IFUNC)
    [all...]
tilegx.cc 107 // Add an entry to the PLT for a local STT_GNU_IFUNC symbol.
563 // Create a PLT entry for a local STT_GNU_IFUNC symbol.
    [all...]
x86_64.cc 129 // Add an entry to the PLT for a local STT_GNU_IFUNC symbol.
907 // Create a PLT entry for a local STT_GNU_IFUNC symbol.
    [all...]
sparc.cc 373 // Create a PLT entry for a local STT_GNU_IFUNC symbol.
    [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
common.h 683 #define STT_GNU_IFUNC 10 /* Symbol is an indirect code object */
    [all...]
  /bionic/linker/
linker_soinfo.cpp 630 if (ELF_ST_TYPE(s->st_info) == STT_GNU_IFUNC) {

Completed in 983 milliseconds

1 2 3