Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5286 static const char *OSNames[] = { in getGNUAbiTag() local
5290 if (Words[0] < std::size(OSNames)) in getGNUAbiTag()
5291 OSName = OSNames[Words[0]]; in getGNUAbiTag()