Searched refs:STV_DEFAULT (Results 1 - 21 of 21) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DELF.h89 Sym->setVisibility(ELF::STV_DEFAULT);
99 Sym->setVisibility(ELF::STV_DEFAULT);
109 Sym->setVisibility(ELF::STV_DEFAULT);
121 Sym->setVisibility(ELF::STV_DEFAULT);
139 Size(0), Info(0), Other(ELF::STV_DEFAULT), SectionIdx(0),
H A DELFWriter.cpp273 return ELF::STV_DEFAULT;
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCELF.cpp56 assert(Visibility == ELF::STV_DEFAULT || Visibility == ELF::STV_INTERNAL ||
66 assert(Visibility == ELF::STV_DEFAULT || Visibility == ELF::STV_INTERNAL ||
H A DELFObjectWriter.cpp309 ELF::STV_DEFAULT, SectionIndexMap.lookup(&Section), false);
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCELFSymbolFlags.h47 ELF_STV_Default = (ELF::STV_DEFAULT << ELF_STV_Shift),
/external/llvm/lib/MC/
H A DMCSymbolELF.cpp148 assert(Visibility == ELF::STV_DEFAULT || Visibility == ELF::STV_INTERNAL ||
157 assert(Visibility == ELF::STV_DEFAULT || Visibility == ELF::STV_INTERNAL ||
H A DELFObjectWriter.cpp903 ELF::STT_FILE | ELF::STB_LOCAL, 0, 0, ELF::STV_DEFAULT,
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DJITDebugRegisterer.cpp106 ELF::STV_DEFAULT);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h879 STV_DEFAULT = 0, // Visibility is specified by binding type enumerator in enum:llvm::ELF::__anon19698
/external/llvm/include/llvm/Support/
H A DELF.h899 STV_DEFAULT = 0, // Visibility is specified by binding type enumerator in enum:llvm::ELF::__anon12488
/external/llvm/lib/ObjectYAML/
H A DELFYAML.cpp470 ECase(STV_DEFAULT)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h903 STV_DEFAULT = 0, // Visibility is specified by binding type enumerator in enum:llvm::ELF::__anon20534
/external/syslinux/com32/tools/
H A Drelocs.c159 SYM_VISIBILITY(STV_DEFAULT),
/external/llvm/include/llvm/Object/
H A DELFObjectFile.h298 (Visibility == ELF::STV_DEFAULT ||
/external/elfutils/libelf/
H A Delf.h514 #define STV_DEFAULT 0 /* Default symbol visibility rules */ macro
/external/kmod/port-gnu/
H A Delf.h513 #define STV_DEFAULT 0 /* Default symbol visibility rules */ macro
/external/elfutils/src/
H A Dldgeneric.c3704 sym->st_other = symst->hidden ? STV_HIDDEN : STV_DEFAULT;
5531 sym->st_other = STV_DEFAULT;
H A Delflint.c1040 if (GELF_ST_VISIBILITY (sym->st_other) != STV_DEFAULT
H A Dreadelf.c1082 case STV_DEFAULT:
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp968 {"DEFAULT", "DEFAULT", ELF::STV_DEFAULT},
/external/valgrind/perf/
H A Dtinycc.c483 #define STV_DEFAULT 0 /* Default symbol visibility rules */ macro

Completed in 492 milliseconds