]> git.saurik.com Git - apple/xnu.git/blobdiff - EXTERNAL_HEADERS/mach-o/stab.h
xnu-7195.101.1.tar.gz
[apple/xnu.git] / EXTERNAL_HEADERS / mach-o / stab.h
index e9e15b27ab8db3c1cba0df9001c4f7060b2a2bcb..0c89939ef9df26dc1657830f186a741b23ccac33 100644 (file)
@@ -90,6 +90,7 @@
 #define        N_STSYM 0x26    /* static symbol: name,,n_sect,type,address */
 #define        N_LCSYM 0x28    /* .lcomm symbol: name,,n_sect,type,address */
 #define N_BNSYM 0x2e   /* begin nsect sym: 0,,n_sect,0,address */
+#define N_AST  0x32    /* AST file path: name,,NO_SECT,0,0 */
 #define N_OPT  0x3c    /* emitted with gcc2_compiled and in gcc source */
 #define        N_RSYM  0x40    /* register sym: name,,NO_SECT,type,register */
 #define        N_SLINE 0x44    /* src line: 0,,n_sect,linenumber,address */