Searched refs:testaddr (Results 1 – 2 of 2) sorted by relevance
29 static const Dwarf_Addr testaddr[] = variable35 #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()
238 static int memory_post_addrline(ulong *testaddr, ulong *base, ulong size) in memory_post_addrline() argument249 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()