Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp432 const char *struct_nlist_name; in checkSymtabCommand() local
435 struct_nlist_name = "struct nlist_64"; in checkSymtabCommand()
438 struct_nlist_name = "struct nlist"; in checkSymtabCommand()
444 Twine(struct_nlist_name) + ") of LC_SYMTAB command " + in checkSymtabCommand()