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);
}
694464623ac20aebfe62a (patch) treeda0b5101c3be3e18b55b0a11974f63a3195704f9 /net/ipv6 parent8b0e195314fabd58a331c4f7b6db75a1565535d7 (diff)
ktime: Get rid of ktime_equal()
No point in going through loops and hoops instead of just comparing the values. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org>
Diffstat (limited to 'net/ipv6')