#include <libunwind.h>
#include <stdlib.h>

extern int UNW_OBJ(dwarf_search_unwind_table) (unw_addr_space_t as,
                                      unw_word_t ip,
                                      unw_dyn_info_t *di,
                                      unw_proc_info_t *pi,
                                      int need_unwind_info, void *arg);


#define dwarf_search_unwind_table UNW_OBJ(dwarf_search_unwind_table)

static unw_accessors_t accessors;

int main(void)
{
	unw_addr_space_t addr_space;

	addr_space = unw_create_addr_space(&accessors, 0);
	if (addr_space)
		return 0;

	unw_init_remote(NULL, addr_space, NULL);
	dwarf_search_unwind_table(addr_space, 0, NULL, NULL, 0, NULL);

	return 0;
}
gi/'>index</a> : <a href='/cgit.cgi/linux/net-next.git/'>net-next.git</a></td><td class='form'><form method='get'>
<input type='hidden' name='id' value='caa2858cd51c54fabd48c486b1b150ead539b872'/><select name='h' onchange='this.form.submit();'>
<option value='emaclite-cleanup'>emaclite-cleanup</option>
<option value='master' selected='selected'>master</option>
<option value='nds-private-remove'>nds-private-remove</option>
<option value='packet-loop-back'>packet-loop-back</option>
<option value='packet-rx-pump-back'>packet-rx-pump-back</option>
</select> <input type='submit' value='switch'/></form></td></tr>
<tr><td class='sub'>net-next plumbings</td><td class='sub right'>Tobias Klauser</td></tr></table>
<table class='tabs'><tr><td>
<a href='/cgit.cgi/linux/net-next.git/'>summary</a><a href='/cgit.cgi/linux/net-next.git/refs/?id=caa2858cd51c54fabd48c486b1b150ead539b872'>refs</a><a class='active' href='/cgit.cgi/linux/net-next.git/log/include/xen/xenbus_dev.h'>log</a><a href='/cgit.cgi/linux/net-next.git/tree/include/xen/xenbus_dev.h?id=caa2858cd51c54fabd48c486b1b150ead539b872'>tree</a><a href='/cgit.cgi/linux/net-next.git/commit/include/xen/xenbus_dev.h?id=caa2858cd51c54fabd48c486b1b150ead539b872'>commit</a><a href='/cgit.cgi/linux/net-next.git/diff/include/xen/xenbus_dev.h?id=caa2858cd51c54fabd48c486b1b150ead539b872'>diff</a></td><td class='form'><form class='right' method='get' action='/cgit.cgi/linux/net-next.git/log/include/xen/xenbus_dev.h'>
<input type='hidden' name='id' value='caa2858cd51c54fabd48c486b1b150ead539b872'/><select name='qt'>
<option value='grep'>log msg</option>
<option value='author'>author</option>
<option value='committer'>committer</option>
<option value='range'>range</option>
</select>
<input class='txt' type='search' size='10' name='q' value=''/>
<input type='submit' value='search'/>
</form>
</td></tr></table>
<div class='path'>path: <a href='/cgit.cgi/linux/net-next.git/log/?id=caa2858cd51c54fabd48c486b1b150ead539b872'>root</a>/<a href='/cgit.cgi/linux/net-next.git/log/include?id=caa2858cd51c54fabd48c486b1b150ead539b872'>include</a>/<a href='/cgit.cgi/linux/net-next.git/log/include/xen?id=caa2858cd51c54fabd48c486b1b150ead539b872'>xen</a>/<a href='/cgit.cgi/linux/net-next.git/log/include/xen/xenbus_dev.h?id=caa2858cd51c54fabd48c486b1b150ead539b872'>xenbus_dev.h</a></div><div class='content'><table class='list nowrap'><tr class='nohover'><th class='left'>Age</th><th class='left'>Commit message (<a href='/cgit.cgi/linux/net-next.git/log/include/xen/xenbus_dev.h?id=caa2858cd51c54fabd48c486b1b150ead539b872&amp;showmsg=1'>Expand</a>)</th><th class='left'>Author</th><th class='left'>Files</th><th class='left'>Lines</th></tr>