HomeSort by relevance Sort by last modified time
    Searched refs:start_address (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/libmojo/ipc/
brokerable_attachment.cc 30 BrokerableAttachment::AttachmentId::AttachmentId(const char* start_address,
34 nonce[i] = start_address[i];
37 void BrokerableAttachment::AttachmentId::SerializeToBuffer(char* start_address,
41 start_address[i] = nonce[i];
brokerable_attachment.h 38 AttachmentId(const char* start_address, size_t size);
41 void SerializeToBuffer(char* start_address, size_t size);
  /system/extras/kexec_tools/
kexecload.c 22 #define START_ADDRESS 0x44000000
77 void *start_address = (void *)START_ADDRESS; local
81 {"start_address", required_argument, 0, 's'},
96 start_address = (void *) strtoul(optarg, 0, 16);
145 segment[0].mem = (void *) ((uintptr_t) start_address + KEXEC_ARM_ZIMAGE_OFFSET);
150 segment[1].mem = (void *) ((uintptr_t) start_address + KEXEC_ARM_ATAGS_OFFSET);
153 rv = kexec_load(((uintptr_t) start_address + KEXEC_ARM_ZIMAGE_OFFSET),
162 printf("New kernel should start at 0x%08x\n", START_ADDRESS + KEXEC_ARM_ZIMAGE_OFFSET);
  /external/v8/tools/
ll_prof.py 93 def __init__(self, name, start_address, end_address, origin, origin_offset):
98 self.start_address = start_address
135 offset = pc - self.start_address
163 end_offset = self.end_address - self.start_address
196 self.start_address,
198 self.end_address - self.start_address,
210 self.end_address - self.start_address,
247 if code.start_address <= pc < code.end_address:
265 page_id = CodePage.PageId(code.start_address)
    [all...]
grokdump.py     [all...]
  /external/libchrome/base/trace_event/
process_memory_maps.cc 21 : start_address(0),
48 value->SetString("sa", StringPrintf(kHexFmt, region.start_address));
process_memory_maps.h 33 uint64_t start_address; member in struct:base::trace_event::ProcessMemoryMaps::VMRegion
process_memory_dump.h 65 // |start_address| and |mapped_size|. |mapped_size| is specified in bytes. The
67 // process. The |start_address| must be page-aligned.
68 static size_t CountResidentBytes(void* start_address, size_t mapped_size);
process_memory_dump.cc 76 size_t ProcessMemoryDump::CountResidentBytes(void* start_address,
79 const uintptr_t start_pointer = reinterpret_cast<uintptr_t>(start_address);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_mac.cc 84 uptr *start_address) {
125 if (start_address) *start_address = addr - offset;
  /toolchain/binutils/binutils-2.25/gas/
dw2gencfi.h 106 symbolS *start_address; member in struct:fde_entry
dw2gencfi.c 278 symbolS *start_address; member in struct:cie_entry
360 fde->start_address = label;
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
ihex.c 253 abfd->start_address = 0;
380 if (abfd->start_address == 0)
381 abfd->start_address = addr;
414 abfd->start_address += (HEX4 (buf) << 4) + HEX4 (buf + 4);
449 abfd->start_address += HEX4 (buf) << 16;
451 abfd->start_address = (HEX4 (buf) << 16) + HEX4 (buf + 4);
852 if (abfd->start_address != 0)
857 start = abfd->start_address;
  /external/google-breakpad/src/client/linux/handler/
exception_handler.h 213 uintptr_t start_address,
exception_handler.cc 690 uintptr_t start_address,
694 info.start_addr = start_address;
  /external/google-breakpad/src/processor/
map_serializers-inl.h 76 char *start_address = dest; local
92 offsets[index] = static_cast<uint32_t>(dest - start_address);
144 char *start_address = dest; local
160 offsets[index] = static_cast<uint32_t>(dest - start_address);
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 194 start_address(0),
200 uint64_t start_address, end_address, offset; member in struct:CrashedProcess::Mapping
567 mapping.start_address = start;
573 crashinfo->mappings[mapping.start_address] = mapping;
801 mapping.start_address = rawmodule->base_of_image;
804 if (crashinfo->mappings.find(mapping.start_address) ==
808 crashinfo->mappings[mapping.start_address] = mapping;
856 if (addr >= iter->second.start_address &&
859 if ((addr & ~4095) != iter->second.start_address) {
873 iter->second.start_address;
    [all...]
  /art/runtime/gc/accounting/
atomic_stack.h 96 bool AtomicBumpBack(size_t num_slots, StackReference<T>** start_address,
112 *start_address = begin_ + index;
  /external/mesa3d/bin/
perf-annotate-jit 221 start_address = lookupMap(module, function_name)
222 address -= start_address
  /bionic/linker/
linker_main.cpp 592 ElfW(Addr) start_address = __linker_init_post_relocation(args);
594 INFO("[ Jumping to _start (%p)... ]", reinterpret_cast<void*>(start_address));
597 return start_address;
  /toolchain/binutils/binutils-2.25/binutils/
objdump.c 107 static bfd_vma start_address = (bfd_vma) -1; /* --start-address */ variable
    [all...]
  /external/libchrome/base/debug/
stack_trace_posix.cc 521 // the specified pc. If found, sets |start_address| to the start address
530 static int OpenObjectFileContainingPc(uint64_t pc, uint64_t& start_address,
553 start_address = region.start;
554 // Don't subtract 'start_address' from the first entry:
565 base_address = (is_first ? 0U : start_address) - region.offset;
  /art/dexlayout/
dexdiag.cc 281 uint64_t start_address = start_page * kPageSize; local
282 uint64_t end_page = RoundUp(start_address + dex_file_size, kPageSize) / kPageSize;
  /external/v8/src/arm/
simulator-arm.cc 1619 intptr_t start_address = 0; local
1664 intptr_t start_address = 0; local
    [all...]
  /external/v8/src/ppc/
simulator-ppc.h 276 intptr_t* start_address, intptr_t* end_address);

Completed in 662 milliseconds

1 2 3