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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dia64-tdep.c49 /* Note: KERNEL_START is supposed to be an address which is not going
53 We use KERNEL_START as follows: after obtaining the kernel's
55 address-range KERNEL_START-(KERNEL_START+ktab_size) and then
62 hence the value of KERNEL_START doesn't matter. */
64 #define KERNEL_START 0xc000000000000000ULL macro
2662 if (addr - KERNEL_START < ktab_size)
2665 + (addr - KERNEL_START));
2720 etab->info_offset += KERNEL_START;

Completed in 109 milliseconds