Searched refs:Address (Results 1 - 25 of 136) sorted by path

123456

/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h125 Address() const;
126 BNetworkAddress& Address();
216 Address() const;
217 BNetworkAddress& Address();
/haiku/headers/os/net/
H A DNetworkInterface.h34 BNetworkAddress& Address() { return fAddress; } function in class:BNetworkInterfaceAddress
39 const BNetworkAddress& Address() const { return fAddress; } function in class:BNetworkInterfaceAddress
/haiku/headers/private/debugger/debug_info/
H A DFunctionDebugInfo.h25 virtual target_addr_t Address() const = 0;
H A DFunctionInstance.h44 target_addr_t Address() const function in class:FunctionInstance
45 { return fFunctionDebugInfo->Address(); }
/haiku/headers/private/debugger/elf/
H A DElfFile.h88 typedef uint32 Address; typedef in struct:ElfClass32
103 typedef uint64 Address; typedef in struct:ElfClass64
/haiku/headers/private/debugger/model/
H A DBreakpoint.h26 target_addr_t Address() const { return fAddress; } function in class:Breakpoint
H A DSymbolInfo.h24 target_addr_t Address() const { return fAddress; } function in class:SymbolInfo
H A DUserBreakpoint.h63 target_addr_t Address() const { return fAddress; } function in class:UserBreakpointInstance
H A DWatchpoint.h21 target_addr_t Address() const { return fAddress; } function in class:Watchpoint
/haiku/headers/private/kernel/boot/net/
H A DTCP.h66 ip_addr_t Address() const { return fAddress; } function in class:TCPSocket
H A DUDP.h51 ip_addr_t Address() const { return fAddress; } function in class:UDPSocket
/haiku/headers/private/kernel/
H A Dksignal.h120 void* Address() const function in struct:BKernel::Signal
/haiku/headers/private/net/
H A DSocketMessenger.h32 const BNetworkAddress& Address() const { return fSocket.Peer(); } function in class:BSocketMessenger
/haiku/headers/private/userlandfs/private/
H A DRequest.h18 // Address
19 class Address { class in namespace:UserlandFSUtil
21 Address();
52 Address *address;
78 using UserlandFSUtil::Address;
H A DRequestAllocator.h38 status_t AllocateAddress(Address& address, int32 size,
41 status_t AllocateData(Address& address, const void* data,
44 status_t AllocateString(Address& address,
47 // status_t SetAddress(Address& address, void* data,
52 Address* target;
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequest.cpp5 // Address
8 Address::Address() function in class:Address
17 Address::SetTo(area_id area, int32 offset, int32 size)
H A DRequests.cpp443 Address* address = infos[i].address;
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixAddressManager.h26 return HashKey(endpoint->Address());
31 return key == endpoint->Address();
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DExceptionStopConfigView.cpp149 _foundAddress = instance->Address();
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp250 target_addr_t Address() const { return fAddress; } function in struct:SourceView::MarkerManager::BreakpointMarker
743 breakpointInstance->Address(), functionInstance,
762 line, breakpointInstance->Address(), breakpoint);
1019 ? marker->Address() : statement->CoveringAddressRange().Start();
/haiku/src/apps/debugger/user_interface/gui/value/
H A DValueHandlerRoster.cpp108 REGISTER_HANDLER(Address)
/haiku/src/apps/terminal/
H A DHyperLink.h30 const BString& Address() const { return fAddress; } function in class:HyperLink
/haiku/src/kits/debugger/arch/
H A DInstructionInfo.h36 target_addr_t Address() const { return fAddress; } function in class:InstructionInfo
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.cpp404 if (eip < function->Address() + 3) {
408 if (eip > function->Address()) {
508 if (previousFunction == NULL || eip <= previousFunction->Address())
510 target_addr_t functionAddress = previousFunction->Address();
615 status_t error = disassembler.Init(function->Address(), buffer, bufferSize);
656 SourceLocation(-1), TargetAddressRange(info.Address(), info.Size()));
824 if (fTeamMemory->ReadMemory(function->Address(), buffer, 3) != 3)
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp544 mainThreadHandler->SetBreakpointAndRun(symbolInfo.Address());
2015 handler->SetBreakpointAndRun(symbolInfo.Address());
2092 target_addr_t relativeAddress = address - functionInstance->Address();
2122 B_PRIx64 "\n", instance, instance->Address(),
2123 instance->Address() + instance->Size());
2152 instanceAddress = instance->Address() + relativeAddress;
2280 _NotifyUser("Inspect Address", "Failed to allocate memory block");
2301 _NotifyUser("Inspect Address", "Failed to retrieve memory data: %s",

Completed in 230 milliseconds

123456