summaryrefslogtreecommitdiff
path: root/tools/build/feature/test-libunwind-x86_64.c
blob: 5add2517b2a18af9c3d8ef8e65c7af3dac386042 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#include <libunwind-x86_64.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;
}
d/oss/dmasound/Kconfig?h=nds-private-remove&id=88f0e3a5e6ed674f485d3a09d53c2ead0000378d'>88f0e3a5e6ed674f485d3a09d53c2ead0000378d (patch) tree8214d62db45ab4ab9a54c475e0b91ea8d7ebdfa9 /sound/oss/dmasound/Kconfig parent1001354ca34179f3db924eb66672442a173147dc (diff)
regulator: arizona-ldo1: Set appropriate value for ramp_delay
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/oss/dmasound/Kconfig')