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

  /src/sys/arch/acorn32/stand/boot32/
boot32.c 233 u_long *reloc_entry, current_length, length; local in function:compact_relocations
237 current_entry = reloc_entry = reloc_instruction_table + 1;
240 current_src = reloc_entry[0];
241 current_destination = reloc_entry[1];
242 current_length = reloc_entry[2];
244 reloc_entry += 3;
245 while (reloc_entry < reloc_pos) {
246 src = reloc_entry[0];
247 destination = reloc_entry[1];
248 length = reloc_entry[2]
    [all...]

Completed in 11 milliseconds