match_ftype      1728 tools/firmware_load_ng.c int check_simple_func(firmware *fw, uint32_t adr, int match_ftype, simple_func_desc_t *info)
match_ftype      1748 tools/firmware_load_ng.c     if(match_ftype & MATCH_SIMPLE_FUNC_IMM) {
match_ftype      1765 tools/firmware_load_ng.c     if(!found && (match_ftype & MATCH_SIMPLE_FUNC_NULLSUB)) {
match_ftype       545 tools/firmware_load_ng.h int check_simple_func(firmware *fw, uint32_t adr, int match_ftype, simple_func_desc_t *info);