Lines Matching refs:Case
157 .Case(".weak", MCSA_Weak) in ParseDirectiveSymbolAttribute()
158 .Case(".local", MCSA_Local) in ParseDirectiveSymbolAttribute()
159 .Case(".hidden", MCSA_Hidden) in ParseDirectiveSymbolAttribute()
160 .Case(".internal", MCSA_Internal) in ParseDirectiveSymbolAttribute()
161 .Case(".protected", MCSA_Protected) in ParseDirectiveSymbolAttribute()
473 .Case("function", MCSA_ELF_TypeFunction) in ParseDirectiveType()
474 .Case("object", MCSA_ELF_TypeObject) in ParseDirectiveType()
475 .Case("tls_object", MCSA_ELF_TypeTLS) in ParseDirectiveType()
476 .Case("common", MCSA_ELF_TypeCommon) in ParseDirectiveType()
477 .Case("notype", MCSA_ELF_TypeNoType) in ParseDirectiveType()
478 .Case("gnu_unique_object", MCSA_ELF_TypeGnuUniqueObject) in ParseDirectiveType()
479 .Case("gnu_indirect_function", MCSA_ELF_TypeIndFunction) in ParseDirectiveType()