File: defined2.t

package info (click to toggle)
binutils-h8300-hms 2.16.1-8
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 95,380 kB
  • ctags: 99,304
  • sloc: ansic: 702,349; asm: 261,813; exp: 45,962; makefile: 39,468; sh: 16,893; lisp: 8,454; yacc: 5,941; lex: 1,541; perl: 1,382; cpp: 1,339; sed: 285; pascal: 175; awk: 26
file content (9 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (46)
1
2
3
4
5
6
7
8
9
SECTIONS {
	.text : { *(.text) sym1 = 3 - DEFINED (x); }
	.data : { *(.data) }
	.bss : { *(.bss) *(COMMON) }
}
defined1 = !DEFINED (x);
defined2 = DEFINED (defined1) + 16;
defined3 = DEFINED (defined2) * 256;
defined4 = 0x200 - DEFINED (defined3);