Lines Matching defs:start_code
79 unsigned long start_code; /* Start of text segment */
326 unsigned long start_code;
362 start_code = p->lib_list[id].start_code;
372 addr = r + start_code;
398 ptr = (unsigned long __user *)(current->mm->start_code + r.reloc.offset);
410 val += current->mm->start_code;
465 unsigned long start_code, end_code;
746 start_code = textpos + sizeof(struct flat_hdr);
752 current->mm->start_code = start_code;
775 start_code, end_code, datapos, datapos + data_len,
780 libinfo->lib_list[id].start_code = start_code;
891 flush_icache_user_range(start_code, end_code);