Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCSymbolELF.cpp99 case ELF::STT_NOTYPE: in setType()
131 return ELF::STT_NOTYPE; in getType()
DELFObjectWriter.cpp427 Type == ELF::STT_NOTYPE || Type == ELF::STT_TLS) in mergeTypeForSet()
431 if (Type == ELF::STT_OBJECT || Type == ELF::STT_NOTYPE || in mergeTypeForSet()
436 if (Type == ELF::STT_NOTYPE) in mergeTypeForSet()
440 if (Type == ELF::STT_OBJECT || Type == ELF::STT_NOTYPE || in mergeTypeForSet()
DMCELFStreamer.cpp177 for (unsigned Type : {ELF::STT_NOTYPE, ELF::STT_OBJECT, ELF::STT_FUNC, in CombineSymbolTypes()
272 Symbol->setType(CombineSymbolTypes(Symbol->getType(), ELF::STT_NOTYPE)); in EmitSymbolAttribute()
/external/elfutils/libebl/
Deblsymboltypename.c48 [STT_NOTYPE] = "NOTYPE", in ebl_symbol_type_name()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp161 Symbol->setType(ELF::STT_NOTYPE); in EmitMappingSymbol()
/external/elfutils/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/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.h854 STT_NOTYPE = 0, // Symbol's type is not specified enumerator
/external/elfutils/src/
Dld.c1552 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.c1422 && GELF_ST_TYPE (sym->st_info) != STT_NOTYPE in check_one_reloc()
/external/llvm/lib/Object/
DELFYAML.cpp435 ECase(STT_NOTYPE) in enumeration()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp571 Symbol->setType(ELF::STT_NOTYPE); in EmitMappingSymbol()
/external/llvm/include/llvm/Object/
DELFObjectFile.h452 case ELF::STT_NOTYPE: in getSymbolType()
/external/valgrind/coregrind/m_debuginfo/
Dreadelf.c179 case STT_NOTYPE: VG_(printf)("NOT "); break; in show_raw_elf_symbol()
386 && ELFXX_ST_TYPE(sym->st_info) == STT_NOTYPE in get_elf_symbol_info()
/external/iproute2/tc/
Dtc_bpf.c1121 __ELF_ST_TYPE(sym.st_info) != STT_NOTYPE || in bpf_map_fetch_name()
/external/elfutils/libelf/
Delf.h484 #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()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp722 { "None", ELF::STT_NOTYPE },