Home
last modified time | relevance | path

Searched refs:testaddr (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/tests/
Dget-aranges.c29 static const Dwarf_Addr testaddr[] = variable
35 #define ntestaddr (sizeof (testaddr) / sizeof (testaddr[0]))
67 found = dwarf_getarange_addr (aranges, testaddr[i]); in main()
94 (unsigned long long int) testaddr[i]); in main()
/external/u-boot/post/drivers/
Dmemory.c238 static int memory_post_addrline(ulong *testaddr, ulong *base, ulong size) in memory_post_addrline() argument
249 target = (ulong *)((ulong)testaddr ^ xor); in memory_post_addrline()
251 *testaddr = ~*target; in memory_post_addrline()
256 readback = *testaddr; in memory_post_addrline()
259 if(readback == *testaddr) { in memory_post_addrline()
262 testaddr, target, xor); in memory_post_addrline()