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

  /src/sys/arch/acorn32/stand/boot32/
boot32.c 77 u_long reloc_tablesize, *reloc_instruction_table; variable in typeref:typename:u_long *
197 reloc_instruction_table = alloc(reloc_tablesize);
198 if (!reloc_instruction_table)
202 reloc_pos = reloc_instruction_table;
237 current_entry = reloc_entry = reloc_instruction_table + 1;
270 length = current_entry - (reloc_instruction_table + 1);
276 reloc_instruction_table[0] = length/3;
887 reloc_instruction_table[0],
888 reloc_instruction_table[1],
889 reloc_instruction_table[2]
    [all...]
boot32.c 77 u_long reloc_tablesize, *reloc_instruction_table; variable in typeref:typename:u_long *
197 reloc_instruction_table = alloc(reloc_tablesize);
198 if (!reloc_instruction_table)
202 reloc_pos = reloc_instruction_table;
237 current_entry = reloc_entry = reloc_instruction_table + 1;
270 length = current_entry - (reloc_instruction_table + 1);
276 reloc_instruction_table[0] = length/3;
887 reloc_instruction_table[0],
888 reloc_instruction_table[1],
889 reloc_instruction_table[2]
    [all...]
boot32.c 77 u_long reloc_tablesize, *reloc_instruction_table; variable in typeref:typename:u_long *
197 reloc_instruction_table = alloc(reloc_tablesize);
198 if (!reloc_instruction_table)
202 reloc_pos = reloc_instruction_table;
237 current_entry = reloc_entry = reloc_instruction_table + 1;
270 length = current_entry - (reloc_instruction_table + 1);
276 reloc_instruction_table[0] = length/3;
887 reloc_instruction_table[0],
888 reloc_instruction_table[1],
889 reloc_instruction_table[2]
    [all...]

Completed in 32 milliseconds