fw_func_start_offset  452 tools/code_gen.c     int         fw_func_start_offset;
fw_func_start_offset  509 tools/code_gen.c     p->fw_func_start_offset = 0;
fw_func_start_offset  675 tools/code_gen.c             p->fw_func_start_offset = strtol(largs[n]+1,0,0) * 4 - 4;
fw_func_start_offset  940 tools/code_gen.c         end_address = cur_func->func_start + p->fw_func_start_offset;