| /freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Core/ |
| HD | Address.h | 1 //===-- Address.h -----------------------------------------------*- C++ -*-===// 35 /// \class Address Address.h "lldb/Core/Address.h" 36 /// A section + offset based address class. 38 /// The Address class allows addresses to be relative to a section that can 51 /// line tables, function address ranges, lexical block and inlined subroutine 52 /// address ranges, global and static variables) each time an image is loaded 62 class Address { 64 /// Dump styles allow the Address::Dump(Stream *,DumpStyle) const function 65 /// to display Address contents in a variety of ways. 71 /// // address for printf in libSystem.B.dylib as a section name + offset [all …]
|
| HD | 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 …]
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/ |
| HD | 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 …]
|
| /freebsd-14-stable/sys/dev/aic7xxx/ |
| HD | aic79xx.reg | 82 * Controls which of the 5, 512byte, address spaces should be used 87 address 0x000 101 address 0x001 118 address 0x002 197 address 0x003 213 address 0x004 228 address 0x004 244 address 0x005 260 address 0x006 269 address 0x008 [all …]
|
| HD | aic7xxx.reg | 56 address 0x000 73 address 0x001 89 address 0x002 105 address 0x003 136 address 0x003 166 address 0x004 182 address 0x005 204 address 0x006 209 address 0x007 221 address 0x008 [all …]
|
| /freebsd-14-stable/sys/contrib/device-tree/src/arm/ |
| HD | aspeed-bmc-facebook-cmm.dts | 333 #address-cells = <1>; 340 #address-cells = <1>; 346 #address-cells = <1>; 352 #address-cells = <1>; 357 #address-cells = <1>; 362 #address-cells = <1>; 367 #address-cells = <1>; 372 #address-cells = <1>; 377 #address-cells = <1>; 382 #address-cells = <1>; [all …]
|
| HD | aspeed-bmc-facebook-fuji.dts | 238 #address-cells = <1>; 244 #address-cells = <1>; 251 #address-cells = <1>; 258 #address-cells = <1>; 264 #address-cells = <1>; 270 #address-cells = <1>; 276 #address-cells = <1>; 282 #address-cells = <1>; 288 #address-cells = <1>; 294 #address-cells = <1>; [all …]
|
| HD | aspeed-bmc-facebook-minipack.dts | 248 #address-cells = <1>; 298 #address-cells = <1>; 349 #address-cells = <1>; 355 #address-cells = <1>; 361 #address-cells = <1>; 367 #address-cells = <1>; 373 #address-cells = <1>; 379 #address-cells = <1>; 385 #address-cells = <1>; 391 #address-cells = <1>; [all …]
|
| HD | aspeed-bmc-facebook-cloudripper.dts | 137 #address-cells = <1>; 143 #address-cells = <1>; 149 #address-cells = <1>; 155 #address-cells = <1>; 161 #address-cells = <1>; 167 #address-cells = <1>; 173 #address-cells = <1>; 179 #address-cells = <1>; 185 #address-cells = <1>; 199 #address-cells = <1>; [all …]
|
| /freebsd-14-stable/crypto/heimdal/lib/krb5/ |
| HD | addr_families.c | 70 return krb5_data_copy(&a->address, buf, 4); in ipv4_sockaddr2addr() 92 memcpy (&tmp.sin_addr, a->address.data, 4); in ipv4_addr2sockaddr() 122 return krb5_data_copy(&a->address, buf, 4); in ipv4_h_addr2addr() 169 memcpy (&ia, addr->address.data, 4); in ipv4_print_addr() 175 ipv4_parse_addr (krb5_context context, const char *address, krb5_address *addr) in ipv4_parse_addr() argument 180 p = strchr(address, ':'); in ipv4_parse_addr() 183 if(strncasecmp(address, "ip:", p - address) != 0 && in ipv4_parse_addr() 184 strncasecmp(address, "ip4:", p - address) != 0 && in ipv4_parse_addr() 185 strncasecmp(address, "ipv4:", p - address) != 0 && in ipv4_parse_addr() 186 strncasecmp(address, "inet:", p - address) != 0) in ipv4_parse_addr() [all …]
|
| /freebsd-14-stable/crypto/heimdal/doc/doxyout/krb5/man/man3/ |
| HD | krb5_address.3 | 1 .TH "Heimdal Kerberos 5 address functions" 3 "11 Jan 2012" "Version 1.5.2" "HeimdalKerberos5library… 5 Heimdal Kerberos 5 address functions \- 49 …rb5_error_code KRB5_LIB_CALL \fBkrb5_free_address\fP (krb5_context context, krb5_address *address)" 77 …l, it will contain the actual length of the address. In case of the sa is too small to fit the who… 83 \fIaddr\fP the address to copy the from 87 …\fP pointer to length of sa, and after the call, it will contain the actual length of the address. 94 Return an error code or 0. Will return KRB5_PROG_ATYPE_NOSUPP in case address type is not supported… 106 \fIaddr1\fP address to compare 108 \fIaddr2\fP address to compare 113 Return an TRUE is the address are the same FALSE if not [all …]
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/regulator/ |
| HD | ti-abb-regulator.txt | 9 - reg: Address and length of the register set for the device. It contains 12 - "base-address" - contains base address of ABB module (ti,abb-v1,ti,abb-v2) 13 - "control-address" - contains control register address of ABB module (ti,abb-v3) 14 - "setup-address" - contains setup register address of ABB module (ti,abb-v3) 15 - "int-address" - contains address of interrupt register for ABB module 17 - #address-cells: should be 0 47 - "efuse-address" - Contains efuse base address used to pick up ABB info. 48 - "ldo-address" - Contains address of ABB LDO override register. 49 "efuse-address" is required for this. 50 - ti,ldovbb-vset-mask - Required if ldo-address is set, mask for LDO override [all …]
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
| HD | 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 …]
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| HD | 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 /// Get the full function info given an address index. 111 /// \param AddrIdx A address index for an address in the address table. 118 /// Lookup an address in the a GSYM. 120 /// Lookup just the information needed for a specific address \a Addr. This [all …]
|
| /freebsd-14-stable/sbin/dhclient/ |
| HD | dhcp-options.5 | 70 .Ar ip-address 71 data type can be entered either as an explicit IP address 76 A domain name must resolve to a single IP address. 156 .It Ic option subnet-mask Ar ip-address ; 163 which an address is being assigned. 166 subnet-mask option declaration that is in scope for the address being 174 .Ic option routers Ar ip-address 175 .Oo , Ar ip-address ... Oc ; 182 .Ic option time-servers Ar ip-address 183 .Oo , Ar ip-address ... Oc ; [all …]
|
| /freebsd-14-stable/contrib/openbsm/man/ |
| HD | audit.log.5 | 79 .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL" 101 .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL" 116 token, with the addition of a machine IPv4 or IPv6 address. 125 .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL" 132 .It "Address Type/Length 1 byte Host address type and length" 133 .It "Machine Address 4/16 bytes IPv4 or IPv6 address" 147 .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL" 167 .Bl -column -offset 3n ".No Terminal Address Type/Length" ".No N bytes + 1 NUL" 178 token holds a network byte order IPv4 address. 183 for an IPv4 address. [all …]
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGBuilder.h | 12 #include "Address.h" 50 friend class Address; variable 58 llvm::Value *emitRawPointerFromAddress(Address Addr) const { in emitRawPointerFromAddress() 63 Address createConstGEP2_32(Address Addr, unsigned Idx0, unsigned Idx1, in createConstGEP2_32() 80 return Address(GEP, GEP->getResultElementType(), in createConstGEP2_32() 107 llvm::LoadInst *CreateLoad(Address Addr, const llvm::Twine &Name = "") { 112 llvm::LoadInst *CreateLoad(Address Addr, const char *Name) { in CreateLoad() 119 llvm::LoadInst *CreateLoad(Address Addr, bool IsVolatile, 135 llvm::StoreInst *CreateStore(llvm::Value *Val, Address Addr, 168 CreateAtomicCmpXchg(Address Addr, llvm::Value *Cmp, llvm::Value *New, [all …]
|
| /freebsd-14-stable/share/man/man4/ |
| HD | stf.4 | 82 valid 6to4 address needs to be configured to the interface. 83 .Dq A valid 6to4 address 84 is an address which has the following properties. 95 is a hexadecimal notation of an IPv4 address for the node. 96 IPv4 address can be taken from any of interfaces your node has. 97 Since the specification forbids the use of IPv4 private address, 98 the address needs to be a global IPv4 address. 104 are properly filled to avoid address collisions. 108 the prefix length for the IPv6 interface address needs to be 16 so that 115 interface will check the IPv4 source address on packets, [all …]
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/Disassembler/ |
| HD | SystemZDisassembler.cpp | 36 ArrayRef<uint8_t> Bytes, uint64_t Address, 61 /// @param Address - The starting address of the instruction 67 /// immediate in the instruction using the Address, Offset and Width. If that 75 uint64_t Address, uint64_t Offset, in tryAddingSymbolicOperand() argument 78 return Decoder->tryAddingSymbolicOperand(MI, Value, Address, IsBranch, Offset, in tryAddingSymbolicOperand() 98 uint64_t Address, in DecodeGR32BitRegisterClass() argument 104 uint64_t Address, in DecodeGRH32BitRegisterClass() argument 110 uint64_t Address, in DecodeGR64BitRegisterClass() argument 116 uint64_t Address, in DecodeGR128BitRegisterClass() argument 122 DecodeADDR32BitRegisterClass(MCInst &Inst, uint64_t RegNo, uint64_t Address, in DecodeADDR32BitRegisterClass() argument [all …]
|
| /freebsd-14-stable/contrib/llvm-project/lldb/source/Core/ |
| HD | Address.cpp | 1 //===-- Address.cpp -------------------------------------------------------===// 9 #include "lldb/Core/Address.h" 64 const Address &address, void *dst, size_t dst_len) { in ReadBytes() argument 72 return target_sp->ReadMemory(address, dst, dst_len, error, in ReadBytes() 79 const Address &address, in GetByteOrderAndAddressSize() argument 94 ModuleSP module_sp(address.GetModule()); in GetByteOrderAndAddressSize() 104 const Address &address, uint32_t byte_size, in ReadUIntMax64() argument 113 success = ReadBytes(exe_scope, address, &buf, byte_size) == byte_size; in ReadUIntMax64() 117 if (GetByteOrderAndAddressSize(exe_scope, address, byte_order, addr_size)) { in ReadUIntMax64() 128 const Address &address, uint32_t pointer_size, in ReadAddress() argument [all …]
|
| /freebsd-14-stable/share/man/man9/ |
| HD | sglist.9 | 114 API manages physical address ranges. 116 Each element contains a starting physical address and a length. 148 the physical address ranges mapped by a single kernel virtual address range. 149 The kernel virtual address range starts at 169 the physical address ranges of a buffer backed by an array of virtual memory 181 address ranges mapped by a single kernel virtual address range. 182 The kernel virtual address range starts at 233 family of routines can be used to append the physical address ranges described 236 If a request to append an address range to a scatter/gather list fails, 241 function appends the physical address ranges described by a single kernel [all …]
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| HD | 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 …]
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/ |
| HD | 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 …]
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/VE/Disassembler/ |
| HD | 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 …]
|
| /freebsd-14-stable/sys/arm64/arm64/ |
| HD | bus_space_asm.S | 53 /* Calculate the device address. */ 56 * x0 = The device address. 57 * x3 = The kernel address. 74 /* Calculate the device address. */ 77 * x0 = The device address. 78 * x3 = The kernel address. 95 /* Calculate the device address. */ 98 * x0 = The device address. 99 * x3 = The kernel address. 116 /* Calculate the device address. */ [all …]
|