HomeSort by: relevance | last modified time | path
    Searched defs:reloc_tablesize (Results 1 - 2 of 2) 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
196 reloc_tablesize = (MAX_RELOCPAGES+1)*3*sizeof(u_long);
197 reloc_instruction_table = alloc(reloc_tablesize);
boot32.c 77 u_long reloc_tablesize, *reloc_instruction_table; variable in typeref:typename:u_long
196 reloc_tablesize = (MAX_RELOCPAGES+1)*3*sizeof(u_long);
197 reloc_instruction_table = alloc(reloc_tablesize);

Completed in 24 milliseconds