* Lookup the address of a symbol, or INTPTR_MIN if not found. */
| 1706 | * Lookup the address of a symbol, or INTPTR_MIN if not found. |
| 1707 | */ |
| 1708 | intptr_t e9tool::getSymbol(const ELF *elf, const char *symbol) |
| 1709 | { |
| 1710 | return ::lookupSymbol(elf, symbol, TYPESIG_UNTYPED); |
| 1711 | } |
| 1712 | |
| 1713 | /* |
| 1714 | * Embed an ELF file. |
nothing calls this directly
no test coverage detected