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

1 2

  /external/elfutils/libebl/
eblsymboltypename.c 48 [STT_NOTYPE] = "NOTYPE",
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCSymbolELF.cpp 45 setType(ELF::STT_NOTYPE);
102 case ELF::STT_NOTYPE:
134 return ELF::STT_NOTYPE;
MCELFStreamer.cpp 175 // STT_NOTYPE < STT_OBJECT < STT_FUNC < STT_GNU_IFUNC < STT_TLS < anything else
179 for (unsigned Type : {ELF::STT_NOTYPE, ELF::STT_OBJECT, ELF::STT_FUNC,
263 Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_NOTYPE));
ELFObjectWriter.cpp 491 Type == ELF::STT_NOTYPE || Type == ELF::STT_TLS)
495 if (Type == ELF::STT_OBJECT || Type == ELF::STT_NOTYPE ||
500 if (Type == ELF::STT_NOTYPE)
504 if (Type == ELF::STT_OBJECT || Type == ELF::STT_NOTYPE ||
    [all...]
  /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 ||
MCELFStreamer.cpp 178 MCELF::SetType(SD, ELF::STT_NOTYPE);
  /external/elfutils/backends/
aarch64_symbol.c 99 STT_NOTYPE, STB_LOCAL and st_size of zero. The indicate the stat of a
106 && GELF_ST_TYPE (sym->st_info) == STT_NOTYPE
arm_symbol.c 149 * STT_NOTYPE, STB_LOCAL and st_size of zero. The indicate the stat of a
156 && GELF_ST_TYPE (sym->st_info) == STT_NOTYPE
  /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;
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,
273 Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_NOTYPE));
ELFObjectWriter.cpp 437 Type == ELF::STT_NOTYPE || Type == ELF::STT_TLS)
441 if (Type == ELF::STT_OBJECT || Type == ELF::STT_NOTYPE ||
446 if (Type == ELF::STT_NOTYPE)
450 if (Type == ELF::STT_OBJECT || Type == ELF::STT_NOTYPE ||
    [all...]
  /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 78 symtab->Add(strtab->Write("$t"), text, mapping_symbol_address, 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);
IceELFObjectWriter.cpp 252 SymbolType = STT_NOTYPE;
563 SymTab->createDefinedSym(SymName, STT_NOTYPE, STB_LOCAL, Section,
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFStreamer.cpp 173 Symbol->setType(ELF::STT_NOTYPE);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFStreamer.cpp 182 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:
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
ReadElf.java 69 public static final int STT_NOTYPE = 0;
106 case STT_NOTYPE:
  /external/elfutils/tests/
asm-tst3.c 269 [0] = GELF_ST_INFO (STB_LOCAL, STT_NOTYPE),
dwflsyms.c 35 case STT_NOTYPE:
  /bionic/libc/kernel/uapi/linux/
elf.h 104 #define STT_NOTYPE 0
  /external/kernel-headers/original/uapi/linux/
elf.h 123 #define STT_NOTYPE 0
  /external/u-boot/include/
elf.h 383 #define STT_NOTYPE 0 /* not specified */

Completed in 415 milliseconds

1 2