| 208 | } |
| 209 | |
| 210 | txFlag fxIsLinkerSymbolUsed(txLinker* linker, txID id) |
| 211 | { |
| 212 | txLinkerSymbol* linkerSymbol = linker->symbolArray[id]; |
| 213 | return linkerSymbol->flag; |
| 214 | } |
| 215 | |
| 216 | void fxStripCallback(txLinker* linker, txCallback which) |
| 217 | { |
no outgoing calls
no test coverage detected