File: offsets.h

package info (click to toggle)
ksplice 0.9.9-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,212 kB
  • ctags: 2,350
  • sloc: ansic: 15,787; xml: 2,604; perl: 896; python: 458; makefile: 247; asm: 29
file content (20 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
struct table_section {
	const char *sect;
	int entry_size;
	int entry_contents_size;
	int entry_align;
	int has_addr;
	int relative_addr;
	int addr_offset;
	const char *other_sect;
	int relative_other;
	int other_offset;
	const char *crc_sect;
	int crc_size;
};

struct ksplice_config {
	int ignore_devinit;
	int ignore_cpuinit;
	int ignore_meminit;
};