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

1 2 3 4 5 6 7 8 91011

  /toolchain/binutils/binutils-2.25/gold/
defstd.cc 44 elfcpp::STT_NOTYPE, // type
56 elfcpp::STT_NOTYPE, // type
68 elfcpp::STT_NOTYPE, // type
80 elfcpp::STT_NOTYPE, // type
92 elfcpp::STT_NOTYPE, // type
104 elfcpp::STT_NOTYPE, // type
116 elfcpp::STT_NOTYPE, // type
136 elfcpp::STT_NOTYPE, // type
150 elfcpp::STT_NOTYPE, // type
164 elfcpp::STT_NOTYPE, // typ
    [all...]
  /external/elfutils/libebl/
eblsymboltypename.c 48 [STT_NOTYPE] = "NOTYPE",
  /external/swiftshader/third_party/LLVM/lib/MC/
MCELF.cpp 37 assert(Type == ELF::STT_NOTYPE || Type == ELF::STT_OBJECT ||
48 assert(Type == ELF::STT_NOTYPE || Type == ELF::STT_OBJECT ||
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCELFSymbolFlags.h 37 ELF_STT_Notype = (ELF::STT_NOTYPE << ELF_STT_Shift),
  /external/llvm/lib/MC/
MCSymbolELF.cpp 99 case ELF::STT_NOTYPE:
131 return ELF::STT_NOTYPE;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELF.h 88 Sym->setType(ELF::STT_NOTYPE);
115 // getUndefGV - Returns a STT_NOTYPE symbol
120 Sym->setType(ELF::STT_NOTYPE);
  /art/compiler/debug/
elf_symtab_writer.h 94 symtab->Add(strtab->Write("$t"), text, address & ~1, 0, STB_LOCAL, STT_NOTYPE);
  /external/swiftshader/third_party/subzero/src/
IceELFSection.cpp 106 createDefinedSym(NullSymbolName, STT_NOTYPE, STB_LOCAL, NullSection, 0, 0);
132 NewSymbol.Sym.setBindingAndType(STB_GLOBAL, STT_NOTYPE);
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFStreamer.cpp 173 Symbol->setType(ELF::STT_NOTYPE);
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 69 public static final int STT_NOTYPE = 0;
106 case STT_NOTYPE:
  /development/ndk/platforms/android-9/include/linux/
elf.h 95 #define STT_NOTYPE 0
  /external/elfutils/tests/
asm-tst3.c 269 [0] = GELF_ST_INFO (STB_LOCAL, STT_NOTYPE),
dwflsyms.c 36 case STT_NOTYPE:
  /external/syslinux/com32/include/sys/
elfcommon.h 252 #define STT_NOTYPE 0 /* Symbol type is unspecified */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
elf.h 109 #define STT_NOTYPE 0
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
elf.h 95 #define STT_NOTYPE 0
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
elf.h 95 #define STT_NOTYPE 0
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
elf.h 95 #define STT_NOTYPE 0
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
elf.h 95 #define STT_NOTYPE 0
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
elf.h 95 #define STT_NOTYPE 0
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
elf.h 95 #define STT_NOTYPE 0
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
elf.h 95 #define STT_NOTYPE 0
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
elf.h 95 #define STT_NOTYPE 0
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
elf.h 95 #define STT_NOTYPE 0
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
elf.h 95 #define STT_NOTYPE 0

Completed in 283 milliseconds

1 2 3 4 5 6 7 8 91011