Lines Matching refs:start_code
81 unsigned long start_code; /* Start of text segment */ member
308 unsigned long start_code; in calc_reloc() local
312 start_code = p->lib_list[0].start_code; in calc_reloc()
322 addr = r + start_code; in calc_reloc()
348 ptr = (unsigned long __user *)(current->mm->start_code + r.reloc.offset); in old_reloc()
360 val += current->mm->start_code; in old_reloc()
415 unsigned long start_code, end_code; in load_flat_file() local
688 start_code = textpos + sizeof(struct flat_hdr); in load_flat_file()
693 current->mm->start_code = start_code; in load_flat_file()
715 start_code, end_code, datapos, datapos + data_len, in load_flat_file()
720 libinfo->lib_list[0].start_code = start_code; in load_flat_file()
831 flush_icache_user_range(start_code, end_code); in load_flat_file()