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

1 2

  /external/bcc/src/cc/
bcc_syms.h 34 #ifndef STT_GNU_IFUNC
35 #define STT_GNU_IFUNC 10
bcc_syms.cc 112 .use_symbol_type = (1 << STT_FUNC) | (1 << STT_GNU_IFUNC)
464 .use_symbol_type = (1 << STT_FUNC) | (1 << STT_GNU_IFUNC)
bcc_elf.c 652 .use_symbol_type = (1 << STT_FUNC) | (1 << STT_GNU_IFUNC)
  /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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCSymbolELF.cpp 120 case ELF::STT_GNU_IFUNC:
146 return ELF::STT_GNU_IFUNC;
MCELFStreamer.cpp 175 // STT_NOTYPE < STT_OBJECT < STT_FUNC < STT_GNU_IFUNC < STT_TLS < anything else
180 ELF::STT_GNU_IFUNC, ELF::STT_TLS}) {
246 Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_GNU_IFUNC));
ELFObjectWriter.cpp 489 case ELF::STT_GNU_IFUNC:
492 Type = ELF::STT_GNU_IFUNC;
505 Type == ELF::STT_GNU_IFUNC || Type == ELF::STT_FUNC)
559 if (Sym.getType() == ELF::STT_GNU_IFUNC)
    [all...]
  /external/elfutils/libdwfl/
dwfl_module_getsym.c 130 || (GELF_ST_TYPE (sym->st_info) == STT_GNU_IFUNC
  /bionic/libc/include/
elf.h 518 #define STT_GNU_IFUNC 10
  /bionic/linker/
linker_soinfo.cpp 647 if (ELF_ST_TYPE(s->st_info) == STT_GNU_IFUNC) {
linker.cpp     [all...]
  /external/bcc/src/cc/api/
BPFTable.cc 260 .use_symbol_type = (1 << STT_FUNC) | (1 << STT_GNU_IFUNC)};
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/lib/ObjectYAML/
ELFYAML.cpp 463 ECase(STT_GNU_IFUNC)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
ELF.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 779 if ((Type == ELF::STT_FUNC || Type == ELF::STT_GNU_IFUNC)) {
    [all...]
ARMELFStreamer.cpp     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
ELFYAML.cpp 564 ECase(STT_GNU_IFUNC);
  /external/kmod/port-gnu/
elf.h 492 #define STT_GNU_IFUNC 10 /* Symbol is indirect code object */
    [all...]
  /external/elfutils/libelf/
elf.h 604 #define STT_GNU_IFUNC 10 /* Symbol is indirect code object */
    [all...]

Completed in 1207 milliseconds

1 2