Home
last modified time | relevance | path

Searched refs:reloc_tablesize (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
196 reloc_tablesize = (MAX_RELOCPAGES+1)*3*sizeof(u_long); in init_datastructures()
197 reloc_instruction_table = alloc(reloc_tablesize); in init_datastructures()