]> git.ozlabs.org Git - ccan/commit
autodata: stash pointers in a binary.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 5 Dec 2011 12:48:21 +0000 (23:18 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 5 Dec 2011 12:48:21 +0000 (23:18 +1030)
commit446eaa5f66db385d89357ba43aa5886f8b906ff0
tree93d4e1acb05a1cc2c5b5069fd759ca0dfa632599
parent6a8d296f9383dd25ec381e2ab136a33823d140e5
autodata: stash pointers in a binary.

This is a more portable variant of the ELF section trick.
ccan/autodata/LICENSE [new symlink]
ccan/autodata/_info [new file with mode: 0644]
ccan/autodata/autodata.c [new file with mode: 0644]
ccan/autodata/autodata.h [new file with mode: 0644]
ccan/autodata/test/helper.c [new file with mode: 0644]
ccan/autodata/test/run-fools.c [new file with mode: 0644]
ccan/autodata/test/run.c [new file with mode: 0644]