Searched defs:start_code (Results 1 - 2 of 2) sorted by relevance

/fs/
H A Dbinfmt_flat.c78 unsigned long start_code; /* Start of text segment */ member in struct:lib_info::__anon43
319 unsigned long start_code; local
356 start_code = p->lib_list[id].start_code;
366 addr = r + start_code;
392 ptr = (unsigned long *) (current->mm->start_code + r.reloc.offset);
405 *ptr += current->mm->start_code;
438 unsigned long start_code, end_code; local
676 start_code = textpos + sizeof (struct flat_hdr);
679 current->mm->start_code
[all...]
H A Dbinfmt_elf.c572 unsigned long start_code, end_code, start_data, end_data; local
626 start_code = ~0UL;
833 if (k < start_code)
834 start_code = k;
868 start_code += load_bias;
946 current->mm->start_code = start_code;

Completed in 51 milliseconds