/* * This file is generated from ./asm/directiv.dat * by perfhash.pl; do not edit. */ #ifndef DIRECTIV_H #define DIRECTIV_H … #include "perfhash.h" enum directive { … }; extern const struct perfect_hash directive_hash; extern const char * const directive_tbl[40]; static inline enum directive directive_find(const char *str) { … } static inline const char * directive_name(enum directive x) { … } static inline const char * directive_dname(enum directive x) { … } #endif /* DIRECTIV_H */