StopListRecord    211 tools/elf2flt/myio.c struct StopListRecord* stoplisthead=0;
StopListRecord    247 tools/elf2flt/myio.c     struct StopListRecord record;
StopListRecord    281 tools/elf2flt/myio.c 		stoplisthead = malloc (sizeof(struct StopListRecord));
StopListRecord    282 tools/elf2flt/myio.c 		memcpy( stoplisthead, &record, sizeof(struct StopListRecord));
StopListRecord    297 tools/elf2flt/myio.c 	struct StopListRecord *cur;