Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCELF.cpp37 assert(Type == ELF::STT_NOTYPE || Type == ELF::STT_OBJECT || in SetType()
48 assert(Type == ELF::STT_NOTYPE || Type == ELF::STT_OBJECT || in GetType()
DMCELFStreamer.cpp301 MCELF::SetType(SD, ELF::STT_NOTYPE); in EmitSymbolAttribute()
/external/elfutils/libebl/
Deblsymboltypename.c73 [STT_NOTYPE] = "NOTYPE",
/external/llvm/include/llvm/MC/
DMCELFSymbolFlags.h37 ELF_STT_Notype = (ELF::STT_NOTYPE << ELF_STT_Shift),
/external/grub/stage2/
Di386-elf.h146 #define STT_NOTYPE 0 macro
/external/elfutils/tests/
Dasm-tst3.c277 [0] = GELF_ST_INFO (STB_LOCAL, STT_NOTYPE), in main()
/external/kernel-headers/original/linux/
Delf.h92 #define STT_NOTYPE 0 macro
/external/valgrind/main/VEX/unused/
Dlinker.c913 case STT_NOTYPE: if (debug_linker>1) fprintf(stderr, "notype " ); break; in ocVerifyImage_ELF()
1079 ELF_ST_TYPE(stab[j].st_info)==STT_NOTYPE in ocGetNames_ELF()
/external/valgrind/main/VEX/switchback/
Dlinker.c1074 case STT_NOTYPE: if (debug_linker>1) fprintf(stderr, "notype " ); break;
1244 ELF_ST_TYPE(stab[j].st_info)==STT_NOTYPE
/external/llvm/include/llvm/Support/
DELF.h890 STT_NOTYPE = 0, // Symbol's type is not specified enumerator
/external/qemu/
Delf.h209 #define STT_NOTYPE 0 macro
/external/llvm/include/llvm/Object/
DELF.h810 case ELF::STT_NOTYPE:
844 case ELF::STT_NOTYPE:
938 case ELF::STT_NOTYPE:
/external/elfutils/src/
Dld.c1563 s->type = STT_NOTYPE; in create_lscript_symbols()
Dldgeneric.c567 if (XELF_ST_TYPE (sym->st_info) != STT_NOTYPE && oldp->type != STT_NOTYPE in check_type_and_size()
Delflint.c1340 && GELF_ST_TYPE (sym->st_info) != STT_NOTYPE in check_one_reloc()
/external/valgrind/main/coregrind/m_debuginfo/
Dreadelf.c162 case STT_NOTYPE: VG_(printf)("NOT "); break; in show_raw_elf_symbol()
352 && ELFXX_ST_TYPE(sym->st_info) == STT_NOTYPE in get_elf_symbol_info()
/external/elfutils/libelf/
Delf.h461 #define STT_NOTYPE 0 /* Symbol type is unspecified */ macro
/external/strace/
Dsystem.c2184 { STT_NOTYPE, "STT_NOTYPE" },
/external/valgrind/main/perf/
Dtinycc.c456 #define STT_NOTYPE 0 /* Symbol type is unspecified */ macro
19064 ELF32_ST_INFO(STB_GLOBAL, STT_NOTYPE), 0, in add_init_array_defines()
19068 ELF32_ST_INFO(STB_GLOBAL, STT_NOTYPE), 0, in add_init_array_defines()
19088 ELF32_ST_INFO(STB_GLOBAL, STT_NOTYPE), 0, in tcc_add_runtime()
19131 ELF32_ST_INFO(STB_GLOBAL, STT_NOTYPE), 0, in tcc_add_linker_symbols()
19135 ELF32_ST_INFO(STB_GLOBAL, STT_NOTYPE), 0, in tcc_add_linker_symbols()
19139 ELF32_ST_INFO(STB_GLOBAL, STT_NOTYPE), 0, in tcc_add_linker_symbols()
19168 ELF32_ST_INFO(STB_GLOBAL, STT_NOTYPE), 0, in tcc_add_linker_symbols()
19173 ELF32_ST_INFO(STB_GLOBAL, STT_NOTYPE), 0, in tcc_add_linker_symbols()
21114 ELF32_ST_INFO(STB_GLOBAL, STT_NOTYPE), 0, in tcc_add_symbol()
/external/linux-tools-perf/util/
Dsymbol.c815 return elf_sym__type(sym) == STT_NOTYPE && in elf_sym__is_label()