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.cpp433 const char *struct_nlist_name; in checkSymtabCommand() local
436 struct_nlist_name = "struct nlist_64"; in checkSymtabCommand()
439 struct_nlist_name = "struct nlist"; in checkSymtabCommand()
445 Twine(struct_nlist_name) + ") of LC_SYMTAB command " + in checkSymtabCommand()