Home | History | Annotate | Download | only in gfxboot

Lines Matching defs:code_start

497   unsigned i, fname_len, code_start = 0;
502 if((code_start = magic_ok(buf, code_size))) return code_start;
510 if((code_start = magic_ok(buf + i, code_size))) {
512 return code_start;
522 return code_start;
536 unsigned code_start, code_size, file_start, file_len, u;
555 if(!(code_start = find_file(archive, archive_size, &file_start, &file_len, &code_size))) {
562 "code_start = 0x%x, code_size = 0x%x\n"
565 code_start, code_size,
594 memcpy(lowmem, archive + file_start + code_start, code_size);