| /external/llvm/lib/Target/X86/Disassembler/ |
| X86Disassembler.cpp | 106 /// @param address - The address to be read. 107 static int regionReader(const void* arg, uint8_t* byte, uint64_t address) { 109 return region->readByte(address, byte); 134 uint64_t address, 151 address, 155 size = internalInstr.readerCursor - address; 192 /// @param Address - The starting address of the instruction 198 /// immediate in the instruction using the Address, Offset and Width. If tha [all...] |
| /external/llvm/tools/llvm-symbolizer/ |
| LLVMSymbolize.cpp | 87 // with same address size. Make sure we choose the correct one. 93 bool ModuleInfo::getNameFromSymbolTable(SymbolRef::Type Type, uint64_t Address, 99 SymbolDesc SD = { Address, Address }; 104 if (it->first.Size != 0 && it->first.Addr + it->first.Size <= Address)
|
| /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
| ConnectionPoolTest.java | 48 private Address spdyAddress; 51 private Address httpAddress; 76 httpAddress = new Address(httpServer.getHostName(), httpServer.getPort(), socketFactory, null, 82 spdyAddress = new Address(spdyServer.getHostName(), spdyServer.getPort(), socketFactory,
|
| /external/chromium_org/third_party/WebKit/Source/platform/heap/ |
| Handle.h | 167 reinterpret_cast<Address>(this) - regionOffset()); 245 size_t regionOffset = reinterpret_cast<Address>(&m_entries[i]) - reinterpret_cast<Address>(this); 258 Address allocate() 270 return reinterpret_cast<Address>(freeSlot); 286 static Address outOfLineAllocate(ThreadState*, WrapperPersistentRegion**); 326 Address persistentSlot = region->allocate(); 332 size_t regionOffset = persistentSlot - reinterpret_cast<Address>(region); [all...] |
| /external/lldb/include/lldb/Target/ |
| Thread.h | 532 /// Queues the plan used to step through an address range, stepping over 543 /// The address range to step through. 547 /// what "step" means. For instance a series of nested inline functions might start at the same address. 565 /// Queues the plan used to step through an address range, stepping into functions. 575 /// The address range to step through. 579 /// what "step" means. For instance a series of nested inline functions might start at the same address. 614 /// what "step" means. For instance a series of nested inline functions might start at the same address. 648 /// address to that frame) if we fail to step through. 675 /// The address to which we're running. 685 Address &target_addr [all...] |
| /external/lldb/source/Breakpoint/ |
| BreakpointResolverName.cpp | 186 Address *addr, 195 Address break_addr;
|
| /external/lldb/source/Commands/ |
| CommandObjectRegister.cpp | 112 Address so_reg_addr; 116 so_reg_addr.Dump(&strm, exe_ctx.GetBestExecutionContextScope(), Address::DumpStyleResolvedDescription);
|
| CommandCompletions.cpp | 530 Address *addr, 657 Address *addr, 723 Address *addr,
|
| CommandObjectSource.cpp | 195 address = Args::StringToAddress(&exe_ctx, option_arg, LLDB_INVALID_ADDRESS, &error); 222 address = LLDB_INVALID_ADDRESS; 241 lldb::addr_t address; member in class:CommandObjectSourceList::CommandOptions 543 const Address &base_address = sc.symbol->GetAddress(); 607 else if (m_options.address != LLDB_INVALID_ADDRESS) 609 Address so_addr; 615 // The target isn't loaded yet, we need to lookup the file address 622 if (module_sp && module_sp->ResolveFileAddress(m_options.address, so_addr)) 633 result.AppendErrorWithFormat("no modules have source information for file address 0x%" PRIx64 ".\n", 634 m_options.address); [all...] |
| /external/lldb/source/Plugins/SymbolFile/DWARF/ |
| SymbolFileDWARFDebugMap.h | 81 virtual uint32_t ResolveSymbolContext (const lldb_private::Address& so_addr, uint32_t resolve_scope, lldb_private::SymbolContext& sc); 338 std::vector<uint32_t> m_func_indexes; // Sorted by address 366 /// Convert \a addr from a .o file address, to an executable address. 369 /// A section offset address from a .o file 373 /// section/offset address, false otherwise. 376 LinkOSOAddress (lldb_private::Address &addr); 379 /// Convert a .o file "file address" to an executable "file address". 385 /// A .o file "file address" to convert [all...] |
| /external/lldb/source/Target/ |
| ThreadPlanStepInRange.cpp | 101 s.Address (m_thread.GetRegisterContext()->GetPC(), 210 Address func_start_address;
|
| Target.cpp | 314 Address so_addr; 315 // Attempt to resolve our load address if possible, though it is ok if 318 // Try and resolve as a load address if possible 322 // The address didn't resolve, so just set this as an absolute address 330 Target::CreateBreakpoint (Address &addr, bool internal) 573 error.SetErrorStringWithFormat("invalid watch address: %" PRIu64, addr); 582 // Currently we only support one watchpoint per address, with total number [all...] |
| /external/llvm/test/MC/Mips/ |
| oddspreg.s | 32 # CHECK-OBJ-ALL: Address: 0x0
|
| /external/openssl/apps/ |
| openssl.cnf | 151 emailAddress = Email Address 198 # Import the email address. 250 # Include email address in subject alt name: another PKIX recommendation 303 # Import the email address.
|
| /external/chromium_org/v8/src/ic/ |
| ic.cc | 146 const Address entry = Isolate::c_entry_fp(isolate->thread_local_top()); 147 Address constant_pool = NULL; 152 Address* pc_address = 153 reinterpret_cast<Address*>(entry + ExitFrameConstants::kCallerPCOffset); 154 Address fp = Memory::Address_at(entry + ExitFrameConstants::kCallerFPOffset); 157 // find the frame pointer and the return address stack slot. 164 pc_address = reinterpret_cast<Address*>(fp + kCallerPCOffset); 392 void IC::OnTypeFeedbackChanged(Isolate* isolate, Address address, 396 isolate->inner_pointer_to_code_cache()->GetCacheEntry(address)->code [all...] |
| /external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| RuntimeDyld.cpp | 68 if (Sections[i].Address == LocalAddress) { 73 llvm_unreachable("Attempting to remap address of unknown section!"); 77 uint64_t Address; 78 if (std::error_code EC = Sym.getAddress(Address)) 81 if (Address == UnknownAddressOrSize) { 100 Result = Address - SectionAddress; 374 // Assign the address of each symbol 386 DEBUG(dbgs() << "Allocating common symbol " << Name << " address " 523 // This stub has to be able to access the full address space, 528 // Stub can use ip0 (== x16) to calculate address [all...] |
| /external/clang/lib/CodeGen/ |
| TargetInfo.cpp | 588 llvm::Value *Address) const override; [all...] |
| /external/chromium_org/v8/test/cctest/ |
| test-regexp.cc | 803 Address start_adr = seq_input->GetCharsAddress(); 872 Address start_adr = seq_input->GetCharsAddress(); 932 Address start_adr = seq_input->GetCharsAddress(); [all...] |
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| FastISel.cpp | 714 const Value *Address = DI->getAddress(); 715 if (!Address || isa<UndefValue>(Address)) { 722 if (const Argument *Arg = dyn_cast<Argument>(Address)) 728 if (unsigned Reg = lookUpRegForValue(Address)) 742 if (!Op && !Address->use_empty() && isa<Instruction>(Address) && 743 (!isa<AllocaInst>(Address) || 744 !FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(Address)))) 745 Op = MachineOperand::CreateReg(FuncInfo.InitializeRegForValue(Address), [all...] |
| /external/chromium_org/v8/src/ |
| liveedit.cc | 825 // cleans the stack and jumps. We should patch the jump address. 943 virtual void VisitCodeEntry(Address entry) { 945 Address substitution_entry = substitution_->instruction_start(); 953 Address substitution_entry = substitution_->instruction_start(); [all...] |
| /external/lldb/examples/python/ |
| symbolication.py | 40 class Address: 41 """Class that represents an address that will be symbolicated""" 44 self.load_addr = load_addr # The load address that this object represents 45 self.so_addr = None # the resolved lldb.SBAddress (if any), named so_addr for section/offset address 46 self.sym_ctx = None # The cached symbol context for this address 47 self.description = None # Any original textual description of this address to be used as a backup in case symbolication fails 48 self.symbolication = None # The cached symbolicated string that describes this address 146 """Class that represents an load address range""" 182 print '<name>=<base> __TEXT=0x123000 Section from base address only' 183 print '<name>=<base>-<end> __TEXT=0x123000-0x124000 Section from base address and end address [all...] |
| /external/lldb/source/Core/ |
| Stream.cpp | 151 // Put an address "addr" out to the stream with optional prefix 155 Stream::Address (uint64_t addr, uint32_t addr_size, const char *prefix, const char *suffix) 167 // Put an address range out to the stream with optional prefix 175 Address (lo_addr, addr_size, "["); 176 Address (hi_addr, addr_size, "-", ")"); 413 // Get the address size in bytes 422 // Set the address size in bytes
|
| /external/lldb/source/Symbol/ |
| DWARFCallFrameInfo.cpp | 51 DWARFCallFrameInfo::GetUnwindPlan (Address addr, UnwindPlan& unwind_plan) 55 // Make sure that the Address we're searching for is the same object file 67 DWARFCallFrameInfo::GetAddressRange (Address addr, AddressRange &range) 70 // Make sure that the Address we're searching for is the same object file 210 // FDE, which is the address of a language-specific 221 // address of a personality routine handler. The 234 // represents the pointer encoding for the address 379 DWARFCallFrameInfo::FDEToUnwindPlan (dw_offset_t dwarf_offset, Address startaddr, UnwindPlan& unwind_plan) 513 // DW_CFA_set_loc takes a single argument that represents an address. 515 // specified address as the location. All other values in the new ro [all...] |
| LineTable.cpp | 10 #include "lldb/Core/Address.h" 60 // Dump (&s, Address::DumpStyleFileAddress); 63 // Dump (&s, Address::DumpStyleFileAddress); 111 // If the first entry address in this sequence is greater than or equal to 112 // the address of the last item in our entry collection, just append. 184 LineTable::FindLineEntryByAddress (const Address &so_addr, LineEntry& line_entry, uint32_t *index_ptr) 228 // line entry that matches the address in case there are 430 LineTable::Dump (Stream *s, Target *target, Address::DumpStyle style, Address::DumpStyle fallback_style, bool show_line_ranges) 561 // This entry has an address remapping and it needs to have its address relinke [all...] |
| Variable.cpp | 180 Address(), 230 // list contains the current address when converted to a load 231 // address 240 Variable::LocationIsValidForAddress (const Address &address) 242 // Be sure to resolve the address to section offset prior to 244 if (address.IsSectionOffset()) 248 if (sc.module_sp == address.GetModule()) 263 // list contains the current address when converted to a load 264 // address [all...] |