Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3783 static const char *OSNames[] = { in getGNUAbiTag() local
3787 if (Words[0] < array_lengthof(OSNames)) in getGNUAbiTag()
3788 OSName = OSNames[Words[0]]; in getGNUAbiTag()