solana/sdk
Christian Machacek ff95e2aaa6 Add a make target to run the readelf utility on a compiled program
The readelf utility (already shipped with the solana tools) shows meta-information about ELF files, such as symbol tables. It is useful for investigating "unresolved symbol" errors that crop up at runtime.

This commit also fixes the objdump flags (two dashes are required and there is no "color" option) as well as a few typos.
2021-05-08 18:49:14 -07:00
..
benches Drop write lock on sysvars (#15497) 2021-03-30 10:05:09 -07:00
bpf Add a make target to run the readelf utility on a compiled program 2021-05-08 18:49:14 -07:00
cargo-build-bpf Add llvm feature option to compile for Solana BPF target (#16495) 2021-04-13 07:20:18 +00:00
cargo-test-bpf Fix cargo-build/test-bpf --workspace (#16431) 2021-04-07 17:22:55 -07:00
docker-solana docker: Expose all ports in Dockerfile, add back localnet.sh (#16401) 2021-04-11 21:13:57 +02:00
macro Bump version to v1.7.0 2021-03-13 09:01:21 +00:00
program SDK: Factor out pubkey on-curve test to a helper 2021-04-28 20:10:19 -06:00
src Document that Transaction::sign might panic (#17026) 2021-05-04 08:32:21 -07:00
.gitignore
Cargo.toml Implement Bip32 for seed-phrase/passphrase signing (#16942) 2021-05-03 19:58:56 -06:00
Xargo.toml
build.rs