| /external/lldb/include/lldb/Target/ |
| Process.h | [all...] |
| /external/lldb/source/Expression/ |
| Materializer.cpp | 157 log->Printf("EntityPersistentVariable::Materialize [address = 0x%" PRIx64 ", m_name = %s, m_flags = 0x%hx]", 207 log->Printf("EntityPersistentVariable::Dematerialize [address = 0x%" PRIx64 ", m_name = %s, m_flags = 0x%hx]", 229 err.SetErrorStringWithFormat("couldn't read the address of program-allocated variable %s: %s", m_persistent_variable_sp->GetName().GetCString(), read_error.AsCString()); 265 err.SetErrorStringWithFormat("the address of the memory area for %s is in an incorrect format", m_persistent_variable_sp->GetName().GetCString()); 428 log->Printf("EntityVariable::Materialize [address = 0x%" PRIx64 ", m_variable_sp = %s]", 478 err.SetErrorStringWithFormat("couldn't write the address of variable %s to memory: %s", m_variable_sp->GetName().AsCString(), write_error.AsCString()); 536 err.SetErrorStringWithFormat("couldn't write the address of the temporary region for %s: %s", m_variable_sp->GetName().AsCString(), pointer_write_error.AsCString()); 554 log->Printf("EntityVariable::Dematerialize [address = 0x%" PRIx64 ", m_variable_sp = %s]", 762 err.SetErrorStringWithFormat("couldn't write the address of the temporary region for the result: %s", pointer_write_error.AsCString()); 795 lldb::addr_t address; local [all...] |
| /external/lldb/source/Plugins/ABI/SysV-x86_64/ |
| ABISysV_x86_64.cpp | 418 // The return address is pushed onto the stack (yes after the alignment...) 425 log->Printf("Pushing the return address onto the stack: new SP 0x%" PRIx64 ", return address 0x%" PRIx64, (uint64_t)sp, (uint64_t)return_addr); 440 // %rip is set to the address of the called function. 505 addr_t current_stack_argument = sp + 8; // jump over return address [all...] |
| /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| DynamicLoaderMacOSXDYLD.cpp | 196 // value differs from the Process' image info address. When a process 201 // The image info address from the process is the 'dyld_all_image_infos' 202 // address and it has changed. 206 if (m_process_image_addr_is_all_images_infos == false && shlib_addr == m_dyld.address) 208 // The image info address from the process is the mach_header 209 // address for dyld and it has changed. 368 module_sp = m_process->ReadModuleFromMemory (image_info.file_spec, image_info.address); 389 m_dyld.address = addr; 649 // address, and adding the image. 767 // When we started, we were given the actual address of the all_image_info [all...] |
| /external/llvm/lib/AsmParser/ |
| LLParser.cpp | 209 "cannot take address of numeric label after the function is defined"); [all...] |
| /external/llvm/lib/Target/Mips/ |
| MipsISelLowering.cpp | [all...] |
| /external/clang/lib/CodeGen/ |
| CodeGenModule.cpp | 735 if (LangOpts.Sanitize.Address && !D->hasAttr<NoSanitizeAddressAttr>()) [all...] |
| /external/llvm/lib/Bitcode/Reader/ |
| BitcodeReader.cpp | 807 // [pointee type, address space] [all...] |
| /external/iproute2/doc/ |
| ip-cref.tex | 113 \item \verb|address| --- protocol (IP or IPv6) address on a device 117 \item \verb|maddress| --- multicast address 123 abbreviated form, f.e.\ \verb|address| is abbreviated as \verb|addr| 164 IP address {\em et al\/}. In this case \verb|ip| prints an error message 281 \item \verb|address LLADDRESS| 283 --- change the station address of the interface. 287 --- change the link layer broadcast address or the peer address when 293 broadcast address will break networking [all...] |
| /external/chromium_org/v8/test/cctest/ |
| test-api.cc | [all...] |
| test-heap-profiler.cc | [all...] |
| /external/chromium_org/v8/src/ia32/ |
| codegen-ia32.cc | 47 // esp[0 * kPointerSize]: return address 82 // esp[0 * kPointerSize]: return address 181 int32_t address(Label* l) const { function in class:v8::internal::LabelConverter 208 // esp[0]: return address 251 // |dst| is a lower address than |src|. Copy front-to-back. 315 // |dst| is a higher address than |src|. Copy backwards. 425 __ dd(conv.address(&f9_16)); 426 __ dd(conv.address(&f17_32)); 427 __ dd(conv.address(&f33_48)); 428 __ dd(conv.address(&f49_63)) [all...] |
| code-stubs-ia32.cc | 31 Address deopt_handler = Runtime::FunctionForId( 50 Address deopt_handler = Runtime::FunctionForId( 195 // Account for return address and saved regs if input is esp. 665 // Return address is on the stack. 681 __ push(scratch); // return address 748 __ pop(ebx); // Return address. 756 // esp[0] : return address 781 // esp[0] : return address 813 // esp[8] = address of receiver argument 843 // eax = address of new object(s) (tagged [all...] |
| /external/chromium_org/v8/src/mips64/ |
| codegen-mips64.cc | 160 // in this case the a0+x should be past the "a4-32" address. This means: 161 // for x=128 the last "safe" a0 address is "a4-160". Alternatively, for 162 // x=64 the last "safe" a0 address is "a4-96". In the current version we 165 __ addu(a4, a0, a2); // a4 is the "past the end" address. 166 __ Subu(t9, a4, pref_limit); // t9 is the "last safe pref" address. 591 // Register ra contains the return address. 739 // Register ra contains the return address. 814 // src_elements: address of next element's upper 32 bit [all...] |
| /external/lldb/source/Plugins/SymbolFile/DWARF/ |
| SymbolFileDWARF.cpp | [all...] |
| /external/chromium_org/v8/src/arm/ |
| assembler-arm.cc | 240 // Patch the code at the current address with the supplied instructions. 252 // Patch the code at the current PC with a call to the target address. 254 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) { 255 // Patch the code at the current address with a call to the target. [all...] |
| lithium-codegen-arm.cc | 330 Address base = jump_table_[0].address; 340 Address entry = table_entry->address; 344 // of loading the full, absolute address of each one, load an immediate 345 // offset which will be added to the base address later. 365 // Add the base address to the offset previously loaded in 393 // Add the base address to the offset previously loaded in entry_offset. 852 Address entry = 4288 Register address = scratch0(); local [all...] |
| code-stubs-arm.cc | 27 Address deopt_handler = Runtime::FunctionForId( 43 Address deopt_handler = Runtime::FunctionForId( [all...] |
| /external/llvm/lib/Target/X86/ |
| X86ISelDAGToDAG.cpp | 347 // If the other operand is a TLS address, we should fold it instead. 354 // if the block also has an access to a second TLS address this will save 404 /// isCalleeLoad - Return true if call address is a load and it can be 463 /// Also try moving call address load from outside callseq_start to just 614 SDValue Address = N->getOperand(1); 620 // gs:0 (or fs:0 on X86-64) contains its own address. 622 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Address)) 833 // than one use (unless all uses are for address computation). Besides, [all...] |
| /external/chromium_org/v8/src/ |
| api.cc | [all...] |
| /external/chromium_org/v8/src/arm64/ |
| lithium-codegen-arm64.cc | 832 Address base = jump_table_[0]->address; 842 Address entry = table_entry->address; 846 // of loading the full, absolute address of each one, load the base 847 // address and add an immediate offset. [all...] |
| code-stubs-arm64.cc | 30 Address deopt_handler = Runtime::FunctionForId( 64 Address deopt_handler = Runtime::FunctionForId( 708 // Preserve the return address (lr will be clobbered by the pop). 4012 Register address = local [all...] |
| /external/chromium_org/v8/src/mips/ |
| lithium-codegen-mips.cc | 331 Address base = jump_table_[0].address; 341 Address entry = table_entry->address; 345 // of loading the full, absolute address of each one, load an immediate 346 // offset which will be added to the base address later. 366 // Add the base address to the offset previously loaded in 390 // Add the base address to the offset previously loaded in entry_offset. 826 Address entry = 4235 Register address = scratch0(); local [all...] |
| codegen-mips.cc | 159 // in this case the a0+x should be past the "t0-32" address. This means: 160 // for x=128 the last "safe" a0 address is "t0-160". Alternatively, for 161 // x=64 the last "safe" a0 address is "t0-96". In the current version we 164 __ addu(t0, a0, a2); // t0 is the "past the end" address. 165 __ Subu(t9, t0, pref_limit); // t9 is the "last safe pref" address. 697 // Register ra contains the return address. 847 // Register ra contains the return address. [all...] |
| /external/mdnsresponder/mDNSCore/ |
| mDNSEmbeddedAPI.h | 24 runs in a single address space and memory is extremely constrained. 43 multiple independent address spaces, you can still use the preferred 48 you're running on a small embedded system with a single address space, 146 kDNSType_A = 1, // 1 Address 164 kDNSType_X25, // 19 X_25 calling address 165 kDNSType_ISDN, // 20 ISDN calling address 167 kDNSType_NSAP, // 22 NSAP address 173 kDNSType_AAAA, // 28 IPv6 Address 179 kDNSType_ATMA, // 34 ATM Address 183 kDNSType_A6, // 38 IPv6 Address (deprecated [all...] |