| /openbsd/src/gnu/llvm/lldb/include/lldb/Core/ |
| D | Address.h | 1 //===-- Address.h -----------------------------------------------*- C++ -*-===// 32 /// \class Address Address.h "lldb/Core/Address.h" 33 /// A section + offset based address class. 35 /// The Address class allows addresses to be relative to a section that can 48 /// line tables, function address ranges, lexical block and inlined subroutine 49 /// address ranges, global and static variables) each time an image is loaded 59 class Address { 61 /// Dump styles allow the Address::Dump(Stream *,DumpStyle) const function 62 /// to display Address contents in a variety of ways. 68 /// // address for printf in libSystem.B.dylib as a section name + offset [all …]
|
| D | AddressRange.h | 12 #include "lldb/Core/Address.h" 24 /// A section + offset based address range class. 35 /// Initialize the address with the supplied \a section, \a offset and \a 40 /// address doesn't have a section or will get resolved later. 46 /// The size in bytes of the address range. 50 /// Construct with a virtual address, section list and byte size. 52 /// Initialize and resolve the address with the supplied virtual address \a 56 /// A virtual address. 59 /// The size in bytes of the address range. 66 /// Construct with a Address object address and byte size. [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/XCore/Disassembler/ |
| D | XCoreDisassembler.cpp | 39 ArrayRef<uint8_t> Bytes, uint64_t Address, 44 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() argument 56 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() argument 75 uint64_t Address, 79 uint64_t Address, 83 uint64_t Address, 87 uint64_t Address, 91 uint64_t Address, 95 uint64_t Address, 99 uint64_t Address, [all …]
|
| /openbsd/src/sys/dev/microcode/aic7xxx/ |
| D | aic79xx.reg | 85 * Controls which of the 5, 512byte, address spaces should be used 90 address 0x000 104 address 0x001 121 address 0x002 200 address 0x003 216 address 0x004 231 address 0x004 247 address 0x005 263 address 0x006 272 address 0x008 [all …]
|
| D | aic7xxx.reg | 59 address 0x000 76 address 0x001 92 address 0x002 108 address 0x003 139 address 0x003 169 address 0x004 185 address 0x005 207 address 0x006 212 address 0x007 224 address 0x008 [all …]
|
| /openbsd/src/usr.sbin/dhcpd/ |
| D | dhcp-options.5 | 68 .Ar ip-address 69 data type can be entered either as an explicit IP address 71 A domain name must resolve to a single IP address. 166 .It Ic option broadcast-address Ar ip-address ; 167 This option specifies the broadcast address in use on the client's subnet. 170 .It Ic option classless-static-routes Ar cidr ip-address Oo , Ar cidr ip-address ... Oc ; 182 .It Ic option classless-ms-static-routes Ar cidr ip-address Oo , Ar cidr ip-address ... Oc ; 187 .It Ic option cookie-servers Ar ip-address Oo , Ar ip-address ... Oc ; 218 allow the client to request a lease time for the IP address. 257 This option specifies the time interval from address assignment until the [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/Disassembler/ |
| D | ARMDisassembler.cpp | 146 ArrayRef<uint8_t> Bytes, uint64_t Address, 150 uint64_t Address) const override; 154 ArrayRef<uint8_t> Bytes, uint64_t Address, 158 ArrayRef<uint8_t> Bytes, uint64_t Address, 177 uint64_t Address, 180 uint64_t Address, 183 uint64_t Address, 186 uint64_t Address, 190 uint64_t Address, 193 uint64_t Address, [all …]
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | SYCLSupport.rst | 16 Address space handling 24 section 4.7.7 - `address space classes <https://www.khronos.org/registry/SYCL/specs/sycl-2020/html/… 25 and section 5.9 covers `address space deduction <https://www.khronos.org/registry/SYCL/specs/sycl-2… 26 The SYCL specification allows two modes of address space deduction: "generic as 27 default address space" (see section 5.9.3) and "inferred address space" (see 28 section 5.9.4). Current implementation supports only "generic as default address 32 the address space qualifier inference as detailed in 35 The default address space is "generic-memory", which is a virtual address space 36 that overlaps the global, local, and private address spaces. SYCL mode enables 39 - explicit conversions to/from the default address space from/to the address [all …]
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFDebugRangeList.h | 27 /// A beginning address offset. This address offset has the size of an 28 /// address and is relative to the applicable base address of the 30 /// of an address range. 32 /// An ending address offset. This address offset again has the size of 33 /// an address and is relative to the applicable base address of the 35 /// address past the end of the address range. The ending address must 36 /// be greater than or equal to the beginning address. 42 /// which consists of a 0 for the beginning address offset 43 /// and a 0 for the ending address offset. 48 /// A base address selection entry consists of: [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/Core/ |
| D | Address.cpp | 1 //===-- Address.cpp -------------------------------------------------------===// 9 #include "lldb/Core/Address.h" 62 const Address &address, void *dst, size_t dst_len) { in ReadBytes() argument 70 return target_sp->ReadMemory(address, dst, dst_len, error, in ReadBytes() 77 const Address &address, in GetByteOrderAndAddressSize() argument 92 ModuleSP module_sp(address.GetModule()); in GetByteOrderAndAddressSize() 102 const Address &address, uint32_t byte_size, in ReadUIntMax64() argument 111 success = ReadBytes(exe_scope, address, &buf, byte_size) == byte_size; in ReadUIntMax64() 115 if (GetByteOrderAndAddressSize(exe_scope, address, byte_order, addr_size)) { in ReadUIntMax64() 126 const Address &address, uint32_t pointer_size, in ReadAddress() argument [all …]
|
| /openbsd/src/bin/ed/ |
| D | ed.1 | 116 .D1 Oo Ar address Oo , Ar address Oc Oc Ar command Op Ar parameters 119 The address(es) indicate the line or range of lines to be affected by the 169 An address represents the number of a line in the buffer. 172 .Em current address 173 which is typically supplied to commands as the default address 175 When a file is first read, the current address is set to the last line 177 In general, the current address is set to the last line affected by a command. 179 A line address is 189 relative to the current address. 192 address [all …]
|
| /openbsd/src/regress/usr.bin/diff/ |
| D | t11.1 | 96 .I [address [,address]]command[parameters] 99 The address(es) indicate the line or range of lines to be affected by the 141 An address represents the number of a line in the buffer. 144 .I current address 146 typically supplied to commands as the default address when none is specified. 147 When a file is first read, the current address is set to the last line 148 of the file. In general, the current address is set to the last line 151 A line address is 161 relative to the current address. 164 address [all …]
|
| D | t11.2 | 91 [address [,address]]command[parameters] 94 The address(es) indicate the line or range of lines to be affected by the 142 An address represents the number of a line in the buffer. 145 .Em current address 146 which is typically supplied to commands as the default address 148 When a file is first read, the current address is set to the last line 150 In general, the current address is set to the last line affected by a command. 152 A line address is 162 relative to the current address. 165 address [all …]
|
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CGBuilder.h | 12 #include "Address.h" 71 llvm::LoadInst *CreateLoad(Address Addr, const llvm::Twine &Name = "") { 75 llvm::LoadInst *CreateLoad(Address Addr, const char *Name) { in CreateLoad() 81 llvm::LoadInst *CreateLoad(Address Addr, bool IsVolatile, 99 llvm::StoreInst *CreateStore(llvm::Value *Val, Address Addr, 135 // Temporarily use old signature; clang will be updated to an Address overload 147 // Temporarily use old signature; clang will be updated to an Address overload 158 Address CreateAddrSpaceCast(Address Addr, llvm::Type *Ty, 166 /// Cast the element type of the given address to a different type, 167 /// preserving information like the alignment and address space. [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/Disassembler/ |
| D | MipsDisassembler.cpp | 74 ArrayRef<uint8_t> Bytes, uint64_t Address, 83 uint64_t Address, 87 uint64_t Address, 91 uint64_t Address, 95 DecodeGPRMM16ZeroRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, 99 DecodeGPRMM16MovePRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, 103 uint64_t Address, 107 uint64_t Address, 111 uint64_t Address, 115 uint64_t Address, [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/Disassembler/ |
| D | RISCVDisassembler.cpp | 42 ArrayRef<uint8_t> Bytes, uint64_t Address, 62 uint64_t Address, in DecodeGPRRegisterClass() argument 77 uint64_t Address, in DecodeFPR16RegisterClass() argument 88 uint64_t Address, in DecodeFPR32RegisterClass() argument 99 uint64_t Address, in DecodeFPR32CRegisterClass() argument 110 uint64_t Address, in DecodeFPR64RegisterClass() argument 121 uint64_t Address, in DecodeFPR64CRegisterClass() argument 132 uint64_t Address, in DecodeGPRNoX0RegisterClass() argument 138 return DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder); in DecodeGPRNoX0RegisterClass() 142 DecodeGPRNoX0X2RegisterClass(MCInst &Inst, uint64_t RegNo, uint64_t Address, in DecodeGPRNoX0X2RegisterClass() argument [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/VE/Disassembler/ |
| D | VEDisassembler.cpp | 39 ArrayRef<uint8_t> Bytes, uint64_t Address, 128 uint64_t Address, in DecodeI32RegisterClass() argument 138 uint64_t Address, in DecodeI64RegisterClass() argument 148 uint64_t Address, in DecodeF32RegisterClass() argument 158 uint64_t Address, in DecodeF128RegisterClass() argument 168 uint64_t Address, in DecodeV64RegisterClass() argument 182 uint64_t Address, in DecodeVMRegisterClass() argument 192 uint64_t Address, in DecodeVM512RegisterClass() argument 202 uint64_t Address, in DecodeMISCRegisterClass() argument 213 static DecodeStatus DecodeASX(MCInst &Inst, uint64_t insn, uint64_t Address, [all …]
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/ |
| D | GraphBuilder.cpp | 58 std::vector<uint64_t> GraphResult::flattenAddress(uint64_t Address) const { in flattenAddress() 61 auto It = IntermediateNodes.find(Address); in flattenAddress() 62 Addresses.push_back(Address); in flattenAddress() 90 printPairToDOT(Analysis, OS, BranchNode.Address, V); in printToDOT() 96 object::SectionedAddress Address) { in buildFlowGraph() argument 98 Result.BaseAddress = Address.Address; in buildFlowGraph() 103 // check that IndirectInstructions contains specified Address in buildFlowGraph() 104 if (IndirectInstructions.find(Address) == IndirectInstructions.end()) { in buildFlowGraph() 108 buildFlowGraphImpl(Analysis, OpenedNodes, Result, Address.Address, 0); in buildFlowGraph() 130 << format_hex(BranchNode.Address, 2) << ".\n"; in buildFlowsToUndefined() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/Disassembler/ |
| D | SystemZDisassembler.cpp | 36 ArrayRef<uint8_t> Bytes, uint64_t Address, 60 /// @param Address - The starting address of the instruction 66 /// immediate in the instruction using the Address, Offset and Width. If that 74 uint64_t Address, uint64_t Offset, in tryAddingSymbolicOperand() argument 77 return Decoder->tryAddingSymbolicOperand(MI, Value, Address, isBranch, Offset, in tryAddingSymbolicOperand() 92 uint64_t Address, in DecodeGR32BitRegisterClass() argument 98 uint64_t Address, in DecodeGRH32BitRegisterClass() argument 104 uint64_t Address, in DecodeGR64BitRegisterClass() argument 110 uint64_t Address, in DecodeGR128BitRegisterClass() argument 116 DecodeADDR64BitRegisterClass(MCInst &Inst, uint64_t RegNo, uint64_t Address, in DecodeADDR64BitRegisterClass() argument [all …]
|
| /openbsd/src/usr.sbin/radiusd/ |
| D | radiusd_ipcp.8 | 24 .Nd provides IP configuration and manages IP address pool 33 and manages the IP address pool through RADIUS accounting messages. 56 .It Ic address pool Ar address-space ... 57 Specify the IP address spaces that is pooled. 59 .Ar address-space 60 can be specified by an address range 62 or an address mask 65 .It Ic address static Ar address-space ... 66 Specify the IP address spaces that is pooled for static assignment. 68 .Ar address-space [all …]
|
| /openbsd/src/gnu/llvm/clang/include/clang/Basic/ |
| D | AddressSpaces.h | 1 //===- AddressSpaces.h - Language-specific address spaces -------*- C++ -*-===// 10 /// Provides definitions for the various language-specific address 22 /// Defines the address space values used by the address space qualifier 27 // where there is no address space qualifier. 30 // OpenCL specific address spaces. 31 // In OpenCL each l-value must have certain non-default address space, each 32 // r-value must have no address space (i.e. the default address space). The 33 // pointee of a pointer must have non-default address space. 42 // CUDA specific address spaces. 47 // SYCL specific address spaces. [all …]
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/ |
| D | GsymReader.h | 35 /// the host system. The Header, address table, address info offsets, and file 91 /// Get the full function info for an address. 94 /// FunctionInfo for a given address. For one off lookups, use the lookup() 98 /// info for a given address and cache it if the process stays around to 102 /// \param Addr A virtual address from the orignal object file to lookup. 106 /// address. 109 /// Lookup an address in the a GSYM. 111 /// Lookup just the information needed for a specific address \a Addr. This 120 /// \param Addr A virtual address from the orignal object file to lookup. 122 /// needed for the current address, or an error object that indicates reason [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AVR/Disassembler/ |
| D | AVRDisassembler.cpp | 42 ArrayRef<uint8_t> Bytes, uint64_t Address, 68 uint64_t Address, in DecodeGPR8RegisterClass() argument 79 uint64_t Address, in DecodeLD8RegisterClass() argument 89 static DecodeStatus decodeFIOARr(MCInst &Inst, unsigned Insn, uint64_t Address, 92 static DecodeStatus decodeFIORdA(MCInst &Inst, unsigned Insn, uint64_t Address, 95 static DecodeStatus decodeFIOBIT(MCInst &Inst, unsigned Insn, uint64_t Address, 99 uint64_t Address, 102 static DecodeStatus decodeFRd(MCInst &Inst, unsigned Insn, uint64_t Address, 105 static DecodeStatus decodeFLPMX(MCInst &Inst, unsigned Insn, uint64_t Address, 109 uint64_t Address, [all …]
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/xray/ |
| D | xray_x86_64.cpp | 146 // Prerequisite is to compute the relative offset to the trampoline's address. in patchFunctionEntry() 147 const uint64_t Address = Sled.address(); in patchFunctionEntry() local 149 (static_cast<int64_t>(Address) + 11); in patchFunctionEntry() 153 reinterpret_cast<void *>(Address)); in patchFunctionEntry() 157 *reinterpret_cast<uint32_t *>(Address + 2) = FuncId; in patchFunctionEntry() 158 *reinterpret_cast<uint8_t *>(Address + 6) = CallOpCode; in patchFunctionEntry() 159 *reinterpret_cast<uint32_t *>(Address + 7) = TrampolineOffset; in patchFunctionEntry() 161 reinterpret_cast<std::atomic<uint16_t> *>(Address), MovR10Seq, in patchFunctionEntry() 165 reinterpret_cast<std::atomic<uint16_t> *>(Address), Jmp9Seq, in patchFunctionEntry() 193 // __xray_FunctionExit function's address. in patchFunctionExit() [all …]
|
| /openbsd/src/share/snmp/ |
| D | TRANSPORT-ADDRESS-MIB.txt | 1 TRANSPORT-ADDRESS-MIB DEFINITIONS ::= BEGIN 23 address definitions. 42 transport address is of type TransportAddressIPv4 for 50 transport address is of type TransportAddressIPv6 for 58 transport address is of type TransportAddressIPv4z for 66 transport address is of type TransportAddressIPv6z for 74 transport address is of type TransportAddressIPv4 for 82 transport address is of type TransportAddressIPv6 for 90 transport address is of type TransportAddressIPv4z for 98 transport address is of type TransportAddressIPv6z for [all …]
|