Rev 2128 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2128 | Rev 2573 | ||
---|---|---|---|
Line 142... | Line 142... | ||
142 | * ELF section flags |
142 | * ELF section flags |
143 | */ |
143 | */ |
144 | #define SHF_WRITE 0x1 |
144 | #define SHF_WRITE 0x1 |
145 | #define SHF_ALLOC 0x2 |
145 | #define SHF_ALLOC 0x2 |
146 | #define SHF_EXECINSTR 0x4 |
146 | #define SHF_EXECINSTR 0x4 |
- | 147 | #define SHF_TLS 0x400 |
|
147 | #define SHF_MASKPROC 0xf0000000 |
148 | #define SHF_MASKPROC 0xf0000000 |
148 | 149 | ||
149 | /** |
150 | /** |
150 | * Symbol binding |
151 | * Symbol binding |
151 | */ |
152 | */ |