Searched refs:STT_NOTYPE (Results 1 - 25 of 28) sorted by relevance

12

/external/elfutils/0.153/libebl/
H A Deblsymboltypename.c73 [STT_NOTYPE] = "NOTYPE",
/external/llvm/lib/MC/
H A DMCELF.cpp37 assert(Type == ELF::STT_NOTYPE || Type == ELF::STT_OBJECT ||
48 assert(Type == ELF::STT_NOTYPE || Type == ELF::STT_OBJECT ||
H A DMCELFStreamer.cpp107 // STT_NOTYPE < STT_OBJECT < STT_FUNC < STT_GNU_IFUNC < STT_TLS < anything else
111 unsigned TypeOrdering[] = {ELF::STT_NOTYPE, ELF::STT_OBJECT, ELF::STT_FUNC,
211 ELF::STT_NOTYPE));
H A DELFObjectWriter.cpp557 Type == ELF::STT_NOTYPE || Type == ELF::STT_TLS)
561 if (Type == ELF::STT_OBJECT || Type == ELF::STT_NOTYPE ||
566 if (Type == ELF::STT_NOTYPE)
570 if (Type == ELF::STT_OBJECT || Type == ELF::STT_NOTYPE ||
/external/llvm/include/llvm/MC/
H A DMCELFSymbolFlags.h37 ELF_STT_Notype = (ELF::STT_NOTYPE << ELF_STT_Shift),
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp131 MCELF::SetType(SD, ELF::STT_NOTYPE);
/external/chromium_org/third_party/libvpx/include/
H A Delf.h141 #define STT_NOTYPE 0 macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h189 STT_NOTYPE = 0, /* type not specified */ enumerator in enum:__anon16349
H A Delf.c306 entry->type = STT_NOTYPE;
347 case STT_NOTYPE: fprintf(f, "notype\n"); break;
384 entry->type = STT_NOTYPE;
H A Delf-objfmt.c1170 elf_sym_set_type(entry, STT_NOTYPE);
/external/kernel-headers/original/uapi/linux/
H A Delf.h122 #define STT_NOTYPE 0 macro
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp259 ENUM_TO_CSTR(STT_NOTYPE);
H A DObjectFileELF.cpp1071 case STT_NOTYPE:
/external/valgrind/main/VEX/switchback/
H A Dlinker.c1076 case STT_NOTYPE: if (debug_linker>1) fprintf(stderr, "notype " ); break;
1246 ELF_ST_TYPE(stab[j].st_info)==STT_NOTYPE
/external/valgrind/main/VEX/unused/
H A Dlinker.c913 case STT_NOTYPE: if (debug_linker>1) fprintf(stderr, "notype " ); break;
1079 ELF_ST_TYPE(stab[j].st_info)==STT_NOTYPE
/external/elfutils/0.153/src/
H A Dld.c1564 s->type = STT_NOTYPE;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsymbol-elf.c64 return elf_sym__type(sym) == STT_NOTYPE &&
/external/llvm/lib/Object/
H A DELFYAML.cpp360 ECase(STT_NOTYPE)
/external/qemu/include/
H A Delf.h215 #define STT_NOTYPE 0 macro
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c176 case STT_NOTYPE: VG_(printf)("NOT "); break;
378 /* Allow STT_NOTYPE in the very special case where we're running on
383 && ELFXX_ST_TYPE(sym->st_info) == STT_NOTYPE
/external/llvm/include/llvm/Object/
H A DELFObjectFile.h304 case ELF::STT_NOTYPE:
/external/llvm/include/llvm/Support/
H A DELF.h1467 STT_NOTYPE = 0, // Symbol's type is not specified enumerator in enum:llvm::ELF::__anon25598
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp602 MCELF::SetType(SD, ELF::STT_NOTYPE);
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp381 { "None", ELF::STT_NOTYPE },
/external/elfutils/0.153/libelf/
H A Delf.h459 #define STT_NOTYPE 0 /* Symbol type is unspecified */ macro

Completed in 343 milliseconds

12