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

/external/elfutils/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.cpp301 MCELF::SetType(SD, ELF::STT_NOTYPE);
/external/llvm/include/llvm/MC/
H A DMCELFSymbolFlags.h37 ELF_STT_Notype = (ELF::STT_NOTYPE << ELF_STT_Shift),
/external/grub/stage2/
H A Di386-elf.h146 #define STT_NOTYPE 0 macro
/external/elfutils/tests/
H A Dasm-tst3.c277 [0] = GELF_ST_INFO (STB_LOCAL, STT_NOTYPE),
/external/kernel-headers/original/linux/
H A Delf.h92 #define STT_NOTYPE 0 macro
/external/llvm/include/llvm/Support/
H A DELF.h890 STT_NOTYPE = 0, // Symbol's type is not specified enumerator in enum:llvm::ELF::__anon7216
/external/valgrind/main/VEX/switchback/
H A Dlinker.c1074 case STT_NOTYPE: if (debug_linker>1) fprintf(stderr, "notype " ); break;
1244 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/llvm/include/llvm/Object/
H A DELF.h810 case ELF::STT_NOTYPE:
844 case ELF::STT_NOTYPE:
938 case ELF::STT_NOTYPE:
/external/elfutils/src/
H A Dld.c1563 s->type = STT_NOTYPE;
H A Dldgeneric.c562 information can be missing (size is zero, type is STT_NOTYPE) in
567 if (XELF_ST_TYPE (sym->st_info) != STT_NOTYPE && oldp->type != STT_NOTYPE
H A Delflint.c1340 && GELF_ST_TYPE (sym->st_info) != STT_NOTYPE
/external/qemu/
H A Delf.h209 #define STT_NOTYPE 0 macro
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c162 case STT_NOTYPE: VG_(printf)("NOT "); break;
347 /* Allow STT_NOTYPE in the very special case where we're running on
352 && ELFXX_ST_TYPE(sym->st_info) == STT_NOTYPE
/external/strace/
H A Dsystem.c2184 { STT_NOTYPE, "STT_NOTYPE" },
/external/elfutils/libelf/
H A Delf.h461 #define STT_NOTYPE 0 /* Symbol type is unspecified */ macro
/external/valgrind/main/perf/
H A Dtinycc.c456 #define STT_NOTYPE 0 /* Symbol type is unspecified */ macro
19066 ELF32_ST_INFO(STB_GLOBAL, STT_NOTYPE), 0,
19070 ELF32_ST_INFO(STB_GLOBAL, STT_NOTYPE), 0,
19090 ELF32_ST_INFO(STB_GLOBAL, STT_NOTYPE), 0,
19133 ELF32_ST_INFO(STB_GLOBAL, STT_NOTYPE), 0,
19137 ELF32_ST_INFO(STB_GLOBAL, STT_NOTYPE), 0,
19141 ELF32_ST_INFO(STB_GLOBAL, STT_NOTYPE), 0,
19170 ELF32_ST_INFO(STB_GLOBAL, STT_NOTYPE), 0,
19175 ELF32_ST_INFO(STB_GLOBAL, STT_NOTYPE), 0,
21116 ELF32_ST_INFO(STB_GLOBAL, STT_NOTYPE),
[all...]
/external/linux-tools-perf/util/
H A Dsymbol.c815 return elf_sym__type(sym) == STT_NOTYPE &&

Completed in 297 milliseconds