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

extern int
UNW_OBJ(dwarf_find_debug_frame) (int found, unw_dyn_info_t *di_debug,
				 unw_word_t ip, unw_word_t segbase,
				 const char *obj_name, unw_word_t start,
				 unw_word_t end);

#define dwarf_find_debug_frame UNW_OBJ(dwarf_find_debug_frame)

int main(void)
{
	dwarf_find_debug_frame(0, NULL, 0, 0, NULL, 0, 0);
	return 0;
}
git' href='http:///git.distanz.ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
</head>
<body>
<div id='cgit'><table id='header'>
<tr>
<td class='logo' rowspan='2'><a href='/cgit.cgi/'><img src='/cgit.png' alt='cgit logo'/></a></td>
<td class='main'><a href='/cgit.cgi/'>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='b2504a5dbef3305ef41988ad270b0e8ec289331c'/><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=b2504a5dbef3305ef41988ad270b0e8ec289331c'>refs</a><a class='active' href='/cgit.cgi/linux/net-next.git/log/net/core/flow.c'>log</a><a href='/cgit.cgi/linux/net-next.git/tree/net/core/flow.c?id=b2504a5dbef3305ef41988ad270b0e8ec289331c'>tree</a><a href='/cgit.cgi/linux/net-next.git/commit/net/core/flow.c?id=b2504a5dbef3305ef41988ad270b0e8ec289331c'>commit</a><a href='/cgit.cgi/linux/net-next.git/diff/net/core/flow.c?id=b2504a5dbef3305ef41988ad270b0e8ec289331c'>diff</a></td><td class='form'><form class='right' method='get' action='/cgit.cgi/linux/net-next.git/log/net/core/flow.c'>
<input type='hidden' name='id' value='b2504a5dbef3305ef41988ad270b0e8ec289331c'/><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=b2504a5dbef3305ef41988ad270b0e8ec289331c'>root</a>/<a href='/cgit.cgi/linux/net-next.git/log/net?id=b2504a5dbef3305ef41988ad270b0e8ec289331c'>net</a>/<a href='/cgit.cgi/linux/net-next.git/log/net/core?id=b2504a5dbef3305ef41988ad270b0e8ec289331c'>core</a>/<a href='/cgit.cgi/linux/net-next.git/log/net/core/flow.c?id=b2504a5dbef3305ef41988ad270b0e8ec289331c'>flow.c</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/net/core/flow.c?id=b2504a5dbef3305ef41988ad270b0e8ec289331c&amp;showmsg=1'>Expand</a>)</th><th class='left'>Author</th><th class='left'>Files</th><th class='left'>Lines</th></tr>