Home
last modified time | relevance | path

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

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