| 200 | } |
| 201 | |
| 202 | txFlag fxIsCallbackStripped(txLinker* linker, txCallback which) |
| 203 | { |
| 204 | txLinkerCallback* linkerCallback = fxGetLinkerCallbackByAddress(linker, which); |
| 205 | if (linkerCallback) |
| 206 | return !linkerCallback->flag; |
| 207 | return 1; |
| 208 | } |
| 209 | |
| 210 | txFlag fxIsLinkerSymbolUsed(txLinker* linker, txID id) |
| 211 | { |
no test coverage detected