Lines Matching refs:start_code
77 unsigned long start_code; /* Start of text segment */ member
320 unsigned long start_code; in calc_reloc() local
357 start_code = p->lib_list[id].start_code; in calc_reloc()
367 addr = r + start_code; in calc_reloc()
393 ptr = (unsigned long *) (current->mm->start_code + r.reloc.offset); in old_reloc()
406 *ptr += current->mm->start_code; in old_reloc()
440 unsigned long start_code, end_code; in load_flat_file() local
668 start_code = textpos + sizeof (struct flat_hdr); in load_flat_file()
671 current->mm->start_code = start_code; in load_flat_file()
690 (int) start_code, (int) end_code, in load_flat_file()
699 libinfo->lib_list[id].start_code = start_code; in load_flat_file()
787 flush_icache_range(start_code, end_code); in load_flat_file()