fw_start          448 tools/code_gen.c     t_address   fw_start;
fw_start          505 tools/code_gen.c     p->fw_start = 0;
fw_start          665 tools/code_gen.c             p->fw_start = strtoul(largs[n]+1,0,0);
fw_start          692 tools/code_gen.c     if ((p->fw_start != 0) && (p->fw_end != 0))
fw_start          693 tools/code_gen.c         p->fw_len = (p->fw_end - p->fw_start) / 4 + 1;
fw_start          933 tools/code_gen.c     if (p->fw_start > 0)
fw_start          934 tools/code_gen.c         start_address = p->fw_start;