search for: not_found_symbol

Displaying 1 result from an estimated 1 matches for "not_found_symbol".

2007 May 29
0
Fw: [RFC] makedumpfile: xen extraction
...<< PAGESHIFT()) - 1)); + + return entry; +} + +int +get_xen_info_ia64(struct DumpInfo *info) +{ + unsigned long xen_start, xen_end, xen_heap_start; + int i; + + info->frame_table_vaddr = VIRT_FRAME_TABLE_ADDR; /* "frame_table" is same value */ + + if (SYMBOL(xenheap_phys_end) == NOT_FOUND_SYMBOL) { + ERRMSG("Can''t get the symbol of xenheap_phys_end.\n"); + return FALSE; + } + if (!readmem_xen(info, SYMBOL(xenheap_phys_end), &xen_end, + sizeof(xen_end), "Can''t get the value of xenheap_phys_end.\n")) + return FALSE; + + if (SYMBOL(xen_pstart...