HomeSort by relevance Sort by last modified time
    Searched refs:STT_FUNC (Results 26 - 50 of 167) sorted by null

12 3 4 5 6 7

  /external/linux-kselftest/tools/testing/selftests/vDSO/
parse_vdso.c 238 if (ELF64_ST_TYPE(sym->st_info) != STT_FUNC)
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFCodeEmitter.cpp 74 ELFSym *FnSym = ELFSym::getGV(F, EW.getGlobalELFBinding(F), ELF::STT_FUNC,
  /external/syslinux/com32/include/sys/
elfcommon.h 254 #define STT_FUNC 2 /* Symbol is a code object */
  /toolchain/binutils/binutils-2.27/bfd/
elf-s390-common.c 25 STT_FUNC for pointer equality reasons. */
150 the symbol into a STT_FUNC symbol and make the symbol value to
161 h->type = STT_FUNC;
elf-vxworks.c 122 htab->hplt->type = STT_FUNC;
  /external/llvm/lib/MC/
MCELFStreamer.cpp 174 // STT_NOTYPE < STT_OBJECT < STT_FUNC < STT_GNU_IFUNC < STT_TLS < anything else
178 for (unsigned Type : {ELF::STT_NOTYPE, ELF::STT_OBJECT, ELF::STT_FUNC,
252 Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_FUNC));
ELFObjectWriter.cpp 436 if (Type == ELF::STT_FUNC || Type == ELF::STT_OBJECT ||
440 case ELF::STT_FUNC:
443 Type = ELF::STT_FUNC;
451 Type == ELF::STT_GNU_IFUNC || Type == ELF::STT_FUNC)
    [all...]
  /bionic/libc/kernel/uapi/linux/
elf.h 106 #define STT_FUNC 2
  /external/compiler-rt/lib/cfi/
cfi.cc 225 assert(p->st_info == ELF32_ST_INFO(STB_GLOBAL, STT_FUNC));
  /external/kernel-headers/original/uapi/linux/
elf.h 125 #define STT_FUNC 2
  /external/swiftshader/third_party/LLVM/lib/MC/
MCELFStreamer.cpp 162 MCELF::SetType(SD, ELF::STT_FUNC);
  /external/vixl/examples/aarch32/
disasm-a32.cc 143 (ELF32_ST_TYPE(sym[snum].st_info) == STT_FUNC)) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 133 #define STT_FUNC 2
  /toolchain/binutils/binutils-2.27/gold/
gc.h 298 && gsym->type() == elfcpp::STT_FUNC
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 393 ESym->getType() == ELF::STT_FUNC)
472 case ELF::STT_FUNC:
513 if (ESym->getType() == ELF::STT_FUNC && (ESym->st_value & 1) == 1)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 453 ESym->getType() == ELF::STT_FUNC)
534 case ELF::STT_FUNC:
580 if (ESym->getType() == ELF::STT_FUNC && (ESym->st_value & 1) == 1)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
ELFObjectFile.h 454 ESym->getType() == ELF::STT_FUNC)
535 case ELF::STT_FUNC:
581 if (ESym->getType() == ELF::STT_FUNC && (ESym->st_value & 1) == 1)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
ELFObjectFile.h 454 ESym->getType() == ELF::STT_FUNC)
535 case ELF::STT_FUNC:
581 if (ESym->getType() == ELF::STT_FUNC && (ESym->st_value & 1) == 1)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
ELFObjectFile.h 459 ESym->getType() == ELF::STT_FUNC)
540 case ELF::STT_FUNC:
586 if (ESym->getType() == ELF::STT_FUNC && (ESym->st_value & 1) == 1)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
ELFObjectFile.h 459 ESym->getType() == ELF::STT_FUNC)
540 case ELF::STT_FUNC:
586 if (ESym->getType() == ELF::STT_FUNC && (ESym->st_value & 1) == 1)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
ELFObjectFile.h 459 ESym->getType() == ELF::STT_FUNC)
540 case ELF::STT_FUNC:
586 if (ESym->getType() == ELF::STT_FUNC && (ESym->st_value & 1) == 1)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
ELFObjectFile.h 459 ESym->getType() == ELF::STT_FUNC)
540 case ELF::STT_FUNC:
586 if (ESym->getType() == ELF::STT_FUNC && (ESym->st_value & 1) == 1)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 453 ESym->getType() == ELF::STT_FUNC)
534 case ELF::STT_FUNC:
580 if (ESym->getType() == ELF::STT_FUNC && (ESym->st_value & 1) == 1)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
ELFObjectFile.h 454 ESym->getType() == ELF::STT_FUNC)
535 case ELF::STT_FUNC:
581 if (ESym->getType() == ELF::STT_FUNC && (ESym->st_value & 1) == 1)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
ELFObjectFile.h 454 ESym->getType() == ELF::STT_FUNC)
535 case ELF::STT_FUNC:
581 if (ESym->getType() == ELF::STT_FUNC && (ESym->st_value & 1) == 1)
    [all...]

Completed in 556 milliseconds

12 3 4 5 6 7