Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5095 static const char *OSNames[] = { in getGNUAbiTag() local
5099 if (Words[0] < std::size(OSNames)) in getGNUAbiTag()
5100 OSName = OSNames[Words[0]]; in getGNUAbiTag()