repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2004-09-15 Steven G. Kargl <kargls@comcast.net>
[official-gcc.git]
/
gcc
/
xcoff.h
blob
2d003fed3bb3f60b9157df7b5093f07471ba2fa6
1
/* Storage classes in XCOFF object file format designed for DBX's use.
2
This info is from the `Files Reference' manual for IBM's AIX version 3
3
for the RS6000. */
4
5
#define C_GSYM 0x80
6
#define C_LSYM 0x81
7
#define C_PSYM 0x82
8
#define C_RSYM 0x83
9
#define C_RPSYM 0x84
10
#define C_STSYM 0x85
11
12
#define C_BCOMM 0x87
13
#define C_ECOML 0x88
14
#define C_ECOMM 0x89
15
#define C_DECL 0x8c
16
#define C_ENTRY 0x8d
17
#define C_FUN 0x8e