HomeSort by: relevance | last modified time | path
    Searched defs:current_src (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/acorn32/stand/boot32/
boot32.c 234 u_long src, destination, current_src, current_destination; local in function:compact_relocations
240 current_src = reloc_entry[0];
250 if (src == (current_src + current_length) &&
259 current_src = current_entry[0] = src;
boot32.c 234 u_long src, destination, current_src, current_destination; local in function:compact_relocations
240 current_src = reloc_entry[0];
250 if (src == (current_src + current_length) &&
259 current_src = current_entry[0] = src;
boot32.c 234 u_long src, destination, current_src, current_destination; local in function:compact_relocations
240 current_src = reloc_entry[0];
250 if (src == (current_src + current_length) &&
259 current_src = current_entry[0] = src;
boot32.c 234 u_long src, destination, current_src, current_destination; local in function:compact_relocations
240 current_src = reloc_entry[0];
250 if (src == (current_src + current_length) &&
259 current_src = current_entry[0] = src;

Completed in 50 milliseconds