Home
last modified time | relevance | path

Searched refs:STT_NOTYPE (Results 1 – 25 of 25) 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.cpp169 for (unsigned Type : {ELF::STT_NOTYPE, ELF::STT_OBJECT, ELF::STT_FUNC, in CombineSymbolTypes()
274 ELF::STT_NOTYPE)); in EmitSymbolAttribute()
DELFObjectWriter.cpp534 Type == ELF::STT_NOTYPE || Type == ELF::STT_TLS) in mergeTypeForSet()
538 if (Type == ELF::STT_OBJECT || Type == ELF::STT_NOTYPE || in mergeTypeForSet()
543 if (Type == ELF::STT_NOTYPE) in mergeTypeForSet()
547 if (Type == ELF::STT_OBJECT || Type == ELF::STT_NOTYPE || in mergeTypeForSet()
/external/elfutils/src/libebl/
Deblsymboltypename.c52 [STT_NOTYPE] = "NOTYPE",
/external/llvm/include/llvm/MC/
DMCELFSymbolFlags.h37 ELF_STT_Notype = (ELF::STT_NOTYPE << ELF_STT_Shift),
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp177 MCELF::SetType(SD, ELF::STT_NOTYPE); in EmitMappingSymbol()
/external/elfutils/src/tests/
Ddwflsyms.c36 case STT_NOTYPE: in gelf_type()
Dasm-tst3.c269 [0] = GELF_ST_INFO (STB_LOCAL, STT_NOTYPE), in main()
/external/kernel-headers/original/uapi/linux/
Delf.h122 #define STT_NOTYPE 0 macro
/external/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.cpp259 ENUM_TO_CSTR(STT_NOTYPE); in typeToCString()
DObjectFileELF.cpp1071 case STT_NOTYPE: in ParseSymbols()
/external/valgrind/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/VEX/switchback/
Dlinker.c1076 case STT_NOTYPE: if (debug_linker>1) fprintf(stderr, "notype " ); break;
1246 ELF_ST_TYPE(stab[j].st_info)==STT_NOTYPE
/external/llvm/include/llvm/Support/
DELF.h790 STT_NOTYPE = 0, // Symbol's type is not specified enumerator
/external/llvm/lib/Object/
DELFYAML.cpp379 ECase(STT_NOTYPE) in enumeration()
/external/linux-tools-perf/src/tools/perf/util/
Dsymbol-elf.c64 return elf_sym__type(sym) == STT_NOTYPE && in elf_sym__is_label()
/external/elfutils/src/src/
Dld.c1556 s->type = STT_NOTYPE; in create_lscript_symbols()
Dldgeneric.c557 if (XELF_ST_TYPE (sym->st_info) != STT_NOTYPE && oldp->type != STT_NOTYPE in check_type_and_size()
Delflint.c1402 && GELF_ST_TYPE (sym->st_info) != STT_NOTYPE in check_one_reloc()
/external/llvm/include/llvm/Object/
DELFObjectFile.h358 case ELF::STT_NOTYPE: in getSymbolType()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp636 MCELF::SetType(SD, ELF::STT_NOTYPE); in EmitMappingSymbol()
/external/valgrind/coregrind/m_debuginfo/
Dreadelf.c176 case STT_NOTYPE: VG_(printf)("NOT "); break; in show_raw_elf_symbol()
383 && ELFXX_ST_TYPE(sym->st_info) == STT_NOTYPE in get_elf_symbol_info()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp383 { "None", ELF::STT_NOTYPE },
/external/elfutils/src/libelf/
Delf.h458 #define STT_NOTYPE 0 /* Symbol type is unspecified */ macro
/external/valgrind/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()