Home
last modified time | relevance | path

Searched refs:reloc_instruction_table (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/acorn32/stand/boot32/
H A Dboot32.c77 u_long reloc_tablesize, *reloc_instruction_table; variable
197 reloc_instruction_table = alloc(reloc_tablesize); in init_datastructures()
198 if (!reloc_instruction_table) in init_datastructures()
202 reloc_pos = reloc_instruction_table; in init_datastructures()
237 current_entry = reloc_entry = reloc_instruction_table + 1; in compact_relocations()
270 length = current_entry - (reloc_instruction_table + 1); in compact_relocations()
276 reloc_instruction_table[0] = length/3; in compact_relocations()
887 reloc_instruction_table[0], in main()
888 reloc_instruction_table[1], in main()
889 reloc_instruction_table[2], in main()
[all …]