| 345 | } |
| 346 | |
| 347 | void fxMapScript(txLinker* linker, txLinkerScript* script) |
| 348 | { |
| 349 | txID* symbols = fxMapSymbols(linker, script->symbolsBuffer, 0); |
| 350 | fxMapCode(linker, script, symbols); |
| 351 | fxMapHosts(linker, script, symbols); |
| 352 | } |
| 353 | |
| 354 | txID* fxMapSymbols(txLinker* linker, txS1* symbolsBuffer, txFlag flag) |
| 355 | { |
no test coverage detected