File: elf_sparc.h

package info (click to toggle)
modutils 2.4.15-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,540 kB
  • ctags: 1,664
  • sloc: ansic: 16,464; sh: 2,937; makefile: 503; lex: 484; yacc: 374
file content (9 lines) | stat: -rw-r--r-- 209 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
/* Machine-specific elf macros for the Sparc.  */

#define ELFCLASSM	ELFCLASS32
#define ELFDATAM	ELFDATA2MSB

#define MATCH_MACHINE(x)  (x == EM_SPARC)

#define SHT_RELM	SHT_RELA
#define Elf32_RelM	Elf32_Rela