File: zero_filesize_segment.ld

package info (click to toggle)
libhugetlbfs 2.24-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,272 kB
  • sloc: ansic: 10,830; python: 810; makefile: 670; sh: 660; asm: 170
file content (7 lines) | stat: -rw-r--r-- 77 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
SECTIONS
{
	.empty (0x20000000) : {
		__empty_segment = .;
		. = . + 4;
	}
}