Home
last modified time | relevance | path

Searched refs:addr_value (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1536 addr_t addr_value = LLDB_INVALID_ADDRESS; in GetMemoryRegionInfo() local
1541 if (!value.getAsInteger(16, addr_value)) in GetMemoryRegionInfo()
1542 region_info.GetRange().SetRangeBase(addr_value); in GetMemoryRegionInfo()
1544 if (!value.getAsInteger(16, addr_value)) { in GetMemoryRegionInfo()
1545 region_info.GetRange().SetByteSize(addr_value); in GetMemoryRegionInfo()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A DChangeLog-96975380 (pe_print_pdata): Removed unused variable addr_value. Always
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A DChangeLog-96975380 (pe_print_pdata): Removed unused variable addr_value. Always