summaryrefslogtreecommitdiff
path: root/tools/build/feature/test-dwarf_getlocations.c
blob: 70162699dd4345032ed8dd388b52ecbbc322f184 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <stdlib.h>
#include <elfutils/libdw.h>

int main(void)
{
	Dwarf_Addr base, start, end;
	Dwarf_Attribute attr;
	Dwarf_Op *op;
        size_t nops;
	ptrdiff_t offset = 0;
        return (int)dwarf_getlocations(&attr, offset, &base, &start, &end, &op, &nops);
}
>2017-01-18 17:21:15 -0500 committerJens Axboe <axboe@fb.com>2017-01-18 15:14:15 -0700 commit88a7503376f4f3bf303c809d1a389739e1205614 (patch) tree5004e4c61099074e7832ec38e88d258275c152f2 /sound/pci/hda/Kconfig parentfa19a769f82fb9a5ca000b83cacd13fcaeda51ac (diff)
blk-mq: Remove unused variable
Signed-off-by: Keith Busch <keith.busch@intel.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'sound/pci/hda/Kconfig')