/external/llvm/lib/MC/ |
D | MCELF.cpp | 37 assert(Type == ELF::STT_NOTYPE || Type == ELF::STT_OBJECT || in SetType() 48 assert(Type == ELF::STT_NOTYPE || Type == ELF::STT_OBJECT || in GetType()
|
D | MCELFStreamer.cpp | 301 MCELF::SetType(SD, ELF::STT_NOTYPE); in EmitSymbolAttribute()
|
/external/elfutils/libebl/ |
D | eblsymboltypename.c | 73 [STT_NOTYPE] = "NOTYPE",
|
/external/llvm/include/llvm/MC/ |
D | MCELFSymbolFlags.h | 37 ELF_STT_Notype = (ELF::STT_NOTYPE << ELF_STT_Shift),
|
/external/grub/stage2/ |
D | i386-elf.h | 146 #define STT_NOTYPE 0 macro
|
/external/elfutils/tests/ |
D | asm-tst3.c | 277 [0] = GELF_ST_INFO (STB_LOCAL, STT_NOTYPE), in main()
|
/external/kernel-headers/original/linux/ |
D | elf.h | 92 #define STT_NOTYPE 0 macro
|
/external/valgrind/main/VEX/unused/ |
D | linker.c | 913 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/ |
D | linker.c | 1074 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/ |
D | ELF.h | 890 STT_NOTYPE = 0, // Symbol's type is not specified enumerator
|
/external/qemu/ |
D | elf.h | 209 #define STT_NOTYPE 0 macro
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 810 case ELF::STT_NOTYPE: 844 case ELF::STT_NOTYPE: 938 case ELF::STT_NOTYPE:
|
/external/elfutils/src/ |
D | ld.c | 1563 s->type = STT_NOTYPE; in create_lscript_symbols()
|
D | ldgeneric.c | 567 if (XELF_ST_TYPE (sym->st_info) != STT_NOTYPE && oldp->type != STT_NOTYPE in check_type_and_size()
|
D | elflint.c | 1340 && GELF_ST_TYPE (sym->st_info) != STT_NOTYPE in check_one_reloc()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readelf.c | 162 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/ |
D | elf.h | 461 #define STT_NOTYPE 0 /* Symbol type is unspecified */ macro
|
/external/strace/ |
D | system.c | 2184 { STT_NOTYPE, "STT_NOTYPE" },
|
/external/valgrind/main/perf/ |
D | tinycc.c | 456 #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/ |
D | symbol.c | 815 return elf_sym__type(sym) == STT_NOTYPE && in elf_sym__is_label()
|