Searched refs:relocater_data (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/stand/i386/loader/
H A Dchain.c145 relocater_data[0].src = mem;
146 relocater_data[0].dest = 0x7C00;
147 relocater_data[0].size = size;
/freebsd-13-stable/stand/i386/libi386/
H A Drelocater_tramp.S104 * relocater_data[i], 0 value will stop the loop.
107 * %edx for relocater_data offset
112 movl (relocater_data-relocater)(%ebx, %edx, 4), %eax
115 movl (relocater_data-relocater)(%ebx, %edx, 4), %esi
117 movl (relocater_data-relocater)(%ebx, %edx, 4), %edi
119 movl (relocater_data-relocater)(%ebx, %edx, 4), %ecx
343 .globl relocater_data
344 relocater_data: label
H A Dlibi386.h63 * The relocater_data[] is fixed size array allocated in relocater_tramp.S
65 extern struct relocate_data relocater_data[];

Completed in 99 milliseconds