Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4917 static const char *OSNames[] = { in getGNUAbiTag() local
4921 if (Words[0] < array_lengthof(OSNames)) in getGNUAbiTag()
4922 OSName = OSNames[Words[0]]; in getGNUAbiTag()