|
4 | 4 | # |
5 | 5 | #LANGUAGE KIND(L/N) NAME ENABLED DESCRIPTION |
6 | 6 | Ada p/package subunit on package name referenced in separate() |
7 | | -Asm s/section placement on placement where the assembled code goes |
8 | 7 | AutoIt S/script local on local include |
9 | 8 | AutoIt S/script system on system include |
10 | 9 | Autoconf e/optenable cmdline on specified in a configure command line |
@@ -72,8 +71,10 @@ Julia n/module imported on loaded by "import" |
72 | 71 | Julia n/module namespace on only some symbols in it are imported |
73 | 72 | Julia n/module used on loaded by "using" |
74 | 73 | Kconfig k/kconfig source on kconfig file loaded with source directive |
| 74 | +LdScript i/inputSection destination on specified as the destination of code and data |
75 | 75 | LdScript i/inputSection discarded on discarded when linking |
76 | 76 | LdScript i/inputSection mapped on mapped to output section |
| 77 | +LdScript s/symbol aliased on aliased with __attribute__((alias(...))) in C/C++ code |
77 | 78 | LdScript s/symbol entrypoint on entry points |
78 | 79 | Lua Y/unknown referenced off referenced somehow |
79 | 80 | M4 I/macrofile included on included macro |
@@ -136,7 +137,6 @@ Zsh s/script loaded on loaded |
136 | 137 | # |
137 | 138 | #LANGUAGE KIND(L/N) NAME ENABLED DESCRIPTION |
138 | 139 | Ada p/package subunit on package name referenced in separate() |
139 | | -Asm s/section placement on placement where the assembled code goes |
140 | 140 | AutoIt S/script local on local include |
141 | 141 | AutoIt S/script system on system include |
142 | 142 | Autoconf e/optenable cmdline on specified in a configure command line |
@@ -204,8 +204,10 @@ Julia n/module imported on loaded by "import" |
204 | 204 | Julia n/module namespace on only some symbols in it are imported |
205 | 205 | Julia n/module used on loaded by "using" |
206 | 206 | Kconfig k/kconfig source on kconfig file loaded with source directive |
| 207 | +LdScript i/inputSection destination on specified as the destination of code and data |
207 | 208 | LdScript i/inputSection discarded on discarded when linking |
208 | 209 | LdScript i/inputSection mapped on mapped to output section |
| 210 | +LdScript s/symbol aliased on aliased with __attribute__((alias(...))) in C/C++ code |
209 | 211 | LdScript s/symbol entrypoint on entry points |
210 | 212 | Lua Y/unknown referenced off referenced somehow |
211 | 213 | M4 I/macrofile included on included macro |
|
0 commit comments