Searched refs:Address (Results 101 - 125 of 411) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBLineEntry.cpp78 const Address *addr = sb_address.get();
80 addr->Dump (&sstr, NULL, Address::DumpStyleModuleWithFileAddress, Address::DumpStyleInvalid, 4);
101 const Address *addr = sb_address.get();
103 addr->Dump (&sstr, NULL, Address::DumpStyleModuleWithFileAddress, Address::DumpStyleInvalid, 4);
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp78 unsigned char *P = EHFrame->Address;
84 MemMgr->registerEHFrames(EHFrame->Address,
115 // SectionEntry::Address is the address at which the section has been loaded
123 // on SectionEntry::Address. SectionEntry::ObjAddress will be used to refer to
146 uint8_t *LocalAddress = Section.Address + Offset;
353 uint8_t *LocalAddress = Section.Address + Offset;
394 Addr = Section.Address + i->second;
397 uint8_t *GOTEntry = Section.Address + Section.StubOffset;
417 (uint64_t)Section.Address + i->second,
422 uint8_t *StubTargetAddr = createStubFunction(Section.Address
[all...]
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp60 Address = 0;
73 OS << format("0x%16.16" PRIx64 " %6u %6u", Address, Line, Column)
88 OS << "Address Line Column File ISA Flags\n"
102 Sequence::LowPC = Address;
109 Sequence::HighPC = Address;
277 state.Address = debug_line_data.getAddress(offset_ptr) + R.second;
279 state.Address = debug_line_data.getAddress(offset_ptr);
334 state.Address += debug_line_data.getULEB128(offset_ptr) *
384 state.Address += addr_offset;
398 state.Address
[all...]
H A DDWARFDebugLine.h95 return LHS.Address < RHS.Address;
100 uint64_t Address; member in struct:llvm::DWARFDebugLine::Row
H A DDWARFDebugInfoEntry.cpp252 const DWARFUnit *U, const uint64_t Address) const {
257 return (LowPC <= Address && Address <= HighPC);
264 return RangeList.containsAddress(U->getBaseAddress(), Address);
315 const DWARFUnit *U, const uint64_t Address) const {
329 if (Child->addressRangeContainsAddress(U, Address)) {
H A DDWARFUnit.cpp332 DWARFUnit::getSubprogramForAddress(uint64_t Address) { argument
336 DieArray[i].addressRangeContainsAddress(this, Address)) {
343 DWARFUnit::getInlinedChainForAddress(uint64_t Address) { argument
348 getSubprogramForAddress(Address);
355 SubprogramDIE = DWO->getUnit()->getSubprogramForAddress(Address);
364 return SubprogramDIE->getInlinedChainForAddress(ChainCU, Address);
H A DDWARFDebugInfoEntry.h146 const uint64_t Address) const;
163 getInlinedChainForAddress(const DWARFUnit *U, const uint64_t Address) const;
168 /// in some concrete inlined instance tree. Address range for each DIE
/freebsd-10-stable/sys/contrib/dev/acpica/components/events/
H A Devgpeblk.c289 ThisRegister->StatusAddress.Address =
290 GpeBlock->Address + i;
292 ThisRegister->EnableAddress.Address =
293 GpeBlock->Address + i + GpeBlock->RegisterCount;
352 * GpeBlockAddress - Address and SpaceID
369 UINT64 Address,
399 GpeBlock->Address = Address;
367 AcpiEvCreateGpeBlock( ACPI_NAMESPACE_NODE *GpeDevice, UINT64 Address, UINT8 SpaceId, UINT32 RegisterCount, UINT16 GpeBlockBaseNumber, UINT32 InterruptNumber, ACPI_GPE_BLOCK_INFO **ReturnGpeBlock) argument
/freebsd-10-stable/sys/contrib/dev/acpica/include/
H A Dacrestyp.h135 * 16, 32 and 64-bit Address Descriptor resource types
226 UINT16 Address; member in struct:acpi_resource_fixed_io
296 UINT32 Address; member in struct:acpi_resource_fixed_memory32
387 ACPI_ADDRESS16_ATTRIBUTE Address; member in struct:acpi_resource_address16
395 ACPI_ADDRESS32_ATTRIBUTE Address; member in struct:acpi_resource_address32
403 ACPI_ADDRESS64_ATTRIBUTE Address; member in struct:acpi_resource_address64
412 ACPI_ADDRESS64_ATTRIBUTE Address; member in struct:acpi_resource_extended_address64
436 UINT64 Address; member in struct:acpi_resource_generic_register
675 ACPI_RESOURCE_ADDRESS Address; /* Common 16/32/64 address fields */ member in union:acpi_resource_data
709 UINT64 Address; /* her member in struct:acpi_pci_routing_table
[all...]
H A Dacinterp.h93 #define ACPI_EXD_HDLR_LIST 15 /* Address Handler list */
686 ACPI_PHYSICAL_ADDRESS Address,
695 ACPI_PHYSICAL_ADDRESS Address,
704 ACPI_PHYSICAL_ADDRESS Address,
713 ACPI_PHYSICAL_ADDRESS Address,
722 ACPI_PHYSICAL_ADDRESS Address,
731 ACPI_PHYSICAL_ADDRESS Address,
740 ACPI_PHYSICAL_ADDRESS Address,
750 ACPI_PHYSICAL_ADDRESS Address,
/freebsd-10-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcl.c300 ResourceType = Resource->Address.ResourceType;
301 SpecificFlags = Resource->Address.SpecificFlags;
302 Flags = Resource->Address.Flags;
369 if (Resource->Address.ResourceType == ACPI_IO_RANGE)
371 AcpiDmIoFlags2 (Resource->Address.SpecificFlags);
373 else if (Resource->Address.ResourceType == ACPI_MEMORY_RANGE)
375 AcpiDmMemoryFlags2 (Resource->Address.SpecificFlags);
388 * DESCRIPTION: Decode the flags specific to Space Address space descriptors
413 * DESCRIPTION: Decode the flags specific to IO Address space descriptors
437 * DESCRIPTION: Decode the flags specific to IO Address spac
[all...]
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp73 uintptr_t Address,
77 Result.Offset = Address - StartAddress;
84 uintptr_t Address,
88 Result.Offset = Address - StartAddress;
157 I->Address,
71 LineStartToIntelJITFormat( uintptr_t StartAddress, uintptr_t Address, DebugLoc Loc) argument
83 DILineInfoToIntelJITFormat(uintptr_t StartAddress, uintptr_t Address, DILineInfo Line) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h254 /// The Address specifying the new location.
257 /// already was a location at this Address.
262 AddLocation (const Address &addr,
266 /// Find a breakpoint location by Address.
269 /// The Address specifying the location.
275 FindLocationByAddress (const Address &addr);
278 /// Find a breakpoint location ID by Address.
281 /// The Address specifying the location.
287 FindLocationIDByAddress (const Address &addr);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbolContext.h17 #include "lldb/Core/Address.h"
168 const Address &so_addr,
176 /// Address range priority is as follows:
335 GetParentOfInlinedScope (const Address &curr_frame_pc,
337 Address &inlined_frame_addr) const;
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrame.h33 /// StackFrames may have a Canonical Frame Address (CFA) or not.
78 /// The Canonical Frame Address (this terminology from DWARF) for this
135 const Address& pc,
150 /// Get an Address for the current pc value in this StackFrame.
155 /// The Address object set to the current PC value.
157 const Address&
194 /// Return the Canonical Frame Address (DWARF term) for this frame.
510 Address m_frame_code_addr; // The frame code address (might not be the same as the actual PC for inlined frames) as a section/offset address
/freebsd-10-stable/contrib/llvm/include/llvm/Object/
H A DRelocVisitor.h185 uint64_t Address; local
186 R.getOffset(Address);
187 return RelocToApply(Value + Addend - Address, 4);
201 uint64_t Address; local
202 R.getOffset(Address);
203 return RelocToApply(Value + Addend - Address, 4);
/freebsd-10-stable/contrib/llvm/lib/MC/
H A DMCObjectSymbolizer.cpp44 uint64_t Address) LLVM_OVERRIDE;
106 uint64_t Address) {
107 if (const RelocationRef *R = findRelocationAt(Address)) {
136 int64_t Value, uint64_t Address, bool IsBranch,
148 if (const RelocationRef *R = findRelocationAt(Address + Offset)) {
191 int64_t Value, uint64_t Address) {
105 tryAddingPcLoadReferenceComment(raw_ostream &cStream, int64_t Value, uint64_t Address) argument
135 tryAddingSymbolicOperand(MCInst &MI, raw_ostream &cStream, int64_t Value, uint64_t Address, bool IsBranch, uint64_t Offset, uint64_t InstSize) argument
190 tryAddingPcLoadReferenceComment(raw_ostream &cStream, int64_t Value, uint64_t Address) argument
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DSIInstrInfo.h114 unsigned Address,
120 unsigned Address,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbol.cpp271 m_addr_range.Dump(s, target, Address::DumpStyleLoadAddress, Address::DumpStyleFileAddress);
276 m_addr_range.GetBaseAddress().Dump(s, target, Address::DumpStyleLoadAddress, Address::DumpStyleFileAddress);
315 if (!m_addr_range.GetBaseAddress().Dump(s, NULL, Address::DumpStyleFileAddress))
320 if (!m_addr_range.GetBaseAddress().Dump(s, target, Address::DumpStyleLoadAddress))
366 const Address &base_address = m_addr_range.GetBaseAddress();
389 Address addr (base_address);
H A DUnwindTable.cpp72 UnwindTable::GetFuncUnwindersContainingAddress (const Address& addr, SymbolContext &sc)
115 UnwindTable::GetUncachedFuncUnwindersContainingAddress (const Address& addr, SymbolContext &sc)
/freebsd-10-stable/sys/contrib/dev/acpica/components/hardware/
H A Dhwesleep.c125 if (!AcpiGbl_FADT.SleepControl.Address ||
126 !AcpiGbl_FADT.SleepStatus.Address)
/freebsd-10-stable/sys/contrib/dev/acpica/components/resources/
H A Drsmemory.c75 * Minimum Base Address
76 * Maximum Base Address
77 * Address Base Alignment
109 * Minimum Base Address
110 * Maximum Base Address
111 * Address Base Alignment
143 * Base Address
146 {ACPI_RSC_MOVE32, ACPI_RS_OFFSET (Data.FixedMemory32.Address),
147 AML_OFFSET (FixedMemory32.Address),
/freebsd-10-stable/usr.sbin/acpi/acpidb/
H A Dacpidb.c296 ACPI_PHYSICAL_ADDRESS Address,
314 Address + i, &val);
324 (uintmax_t)Address);
329 Address, BitWidth, Value, 0));
339 (uintmax_t)Address);
346 Address + i, &val);
361 ACPI_PHYSICAL_ADDRESS Address, \
365 return (aml_vm_space_handler(id, Function, Address, \
293 aml_vm_space_handler( UINT32 SpaceID, UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, int Prompt) argument
/freebsd-10-stable/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp148 uint64_t Address; member in struct:__anon3831::NMSymbol
155 if (a.Address < b.Address)
157 else if (a.Address == b.Address && a.Name < b.Name)
159 else if (a.Address == b.Address && a.Name == b.Name && a.Size < b.Size)
171 else if (a.Size == b.Size && a.Name == b.Name && a.Address < b.Address)
182 else if (a.Name == b.Name && a.Size == b.Size && a.Address <
[all...]
/freebsd-10-stable/usr.sbin/acpi/acpidump/
H A Dacpi.c173 (u_int)gas->Address, gas->BitOffset,
177 (uintmax_t)gas->Address, gas->BitOffset,
181 printf("0x%02x:%u[%u] (IO)", (u_int)gas->Address,
185 printf("%x:%x+0x%x (PCI)", (uint16_t)(gas->Address >> 32),
186 (uint16_t)((gas->Address >> 16) & 0xffff),
187 (uint16_t)gas->Address);
191 printf("0x%x:%u[%u] (EC)", (uint16_t)gas->Address,
195 printf("0x%x:%u[%u] (SMBus)", (uint16_t)gas->Address,
203 printf("0x%016jx (?)", (uintmax_t)gas->Address);
410 ioapic->Address);
[all...]

Completed in 246 milliseconds

1234567891011>>