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

1 2

  /system/extras/kexec_tools/
kexecload.c 21 #define START_ADDRESS 0x44000000
76 void *start_address = (void *)START_ADDRESS; local
80 {"start_address", required_argument, 0, 's'},
95 start_address = (void *) strtoul(optarg, 0, 16);
144 segment[0].mem = (void *) ((uintptr_t) start_address + KEXEC_ARM_ZIMAGE_OFFSET);
149 segment[1].mem = (void *) ((uintptr_t) start_address + KEXEC_ARM_ATAGS_OFFSET);
152 rv = kexec_load(((uintptr_t) start_address + KEXEC_ARM_ZIMAGE_OFFSET),
161 printf("New kernel should start at 0x%08x\n", START_ADDRESS + KEXEC_ARM_ZIMAGE_OFFSET);
  /external/chromium_org/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
188 self.start_address,
190 self.end_address - self.start_address,
202 self.end_address - self.start_address,
239 if code.start_address <= pc < code.end_address:
257 page_id = CodePage.PageId(code.start_address)
    [all...]
grokdump.py     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
heap-checker.h 236 static void DisableChecksToHereFrom(const void* start_address);
252 static void DisableChecksFromToLocked(const void* start_address,
313 // that is mapped to [start_address..end_address)
316 uintptr_t start_address,
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
heap-checker.h 236 static void DisableChecksToHereFrom(const void* start_address);
252 static void DisableChecksFromToLocked(const void* start_address,
313 // that is mapped to [start_address..end_address)
316 uintptr_t start_address,
  /external/chromium_org/base/third_party/symbolize/
symbolize.h 126 // the specified pc. If found, sets |start_address| to the start address
134 uint64_t &start_address,
symbolize.cc 305 uint64_t start_address = symbol.st_value; local
306 start_address += symbol_offset;
307 uint64_t end_address = start_address + symbol.st_size;
310 start_address <= pc && pc < end_address) {
499 // the specified pc. If found, sets |start_address| to the start address
508 uint64_t &start_address,
543 cursor = GetHex(cursor, eol, &start_address);
558 if (!(start_address <= pc && pc < end_address)) {
586 // Don't subtract 'start_address' from the first entry:
597 base_address = ((num_maps == 1) ? 0U : start_address) - file_offset
    [all...]
  /external/oprofile/daemon/
opd_kernel.c 150 unsigned long long start_address; local
180 dependencies, live_info, &start_address);
187 image = opd_create_module(module_name, start_address,
188 start_address + module_size);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc 408 uintptr_t start_address; // the start of the range member in struct:HeapLeakChecker::RangeValue
753 if (iter->second.start_address < addr &&
762 uintptr_t start_address = AsInt(ptr); local
763 uintptr_t end_address = start_address + info.object_size;
765 = stack_tops->lower_bound(start_address);
767 RAW_DCHECK(*iter >= start_address, "");
795 // start_address start address of a memory region.
803 static void RecordGlobalDataLocked(uintptr_t start_address,
814 filename, start_address, end_address);
816 push_back(AllocObject(AsPtr(start_address),
907 uint64 start_address, end_address, file_offset; local
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc 408 uintptr_t start_address; // the start of the range member in struct:HeapLeakChecker::RangeValue
753 if (iter->second.start_address < addr &&
762 uintptr_t start_address = AsInt(ptr); local
763 uintptr_t end_address = start_address + info.object_size;
765 = stack_tops->lower_bound(start_address);
767 RAW_DCHECK(*iter >= start_address, "");
795 // start_address start address of a memory region.
803 static void RecordGlobalDataLocked(uintptr_t start_address,
814 filename, start_address, end_address);
816 push_back(AllocObject(AsPtr(start_address),
907 uint64 start_address, end_address, file_offset; local
    [all...]
  /external/chromium_org/tools/android/memdump/
memdump.cc 92 uint64 start_address;
142 &memory_map->start_address)) {
155 (memory_map->end_address - memory_map->start_address) / kPageSize);
211 const off64_t offset = memory_map.start_address / kPageSize;
216 for (uint64 addr = memory_map.start_address, page_index = 0;
428 memory_map.start_address,
  /external/chromium_org/tools/cygprofile/
cygprofile.cc 115 uint64 start_address = 0; local
116 CHECK(ParseAddress(line, 0, address_length, &start_address));
124 if (current_func_addr >= start_address &&
  /external/lldb/source/Plugins/Instruction/ARM/
EmulationStateARM.cpp 335 uint64_t start_address = 0; local
342 start_address = value_sp->GetUInt64Value ();
350 uint32_t address = (uint32_t) start_address;
  /external/lldb/source/Expression/
IRDynamicChecks.cpp 274 /// @param[in] start_address
280 llvm::Value *BuildPointerValidatorFunc(lldb::addr_t start_address)
293 Constant *fun_addr_int = ConstantInt::get(intptr_ty, start_address, false);
301 /// @param[in] start_address
307 llvm::Value *BuildObjectCheckerFunc(lldb::addr_t start_address)
321 Constant *fun_addr_int = ConstantInt::get(intptr_ty, start_address, false);
  /art/runtime/gc/accounting/
atomic_stack.h 69 bool AtomicBumpBack(size_t num_slots, T** start_address, T** end_address) {
83 *start_address = &begin_[index];
  /external/oprofile/agents/jvmti/
libjvmti_oprofile.c 72 map[i].start_address,
97 debug_line[i].vma = (unsigned long)map[i].start_address;
  /external/chromium_org/base/debug/
stack_trace_posix.cc 531 // the specified pc. If found, sets |start_address| to the start address
540 static int OpenObjectFileContainingPc(uint64_t pc, uint64_t& start_address,
563 start_address = region.start;
564 // Don't subtract 'start_address' from the first entry:
575 base_address = (is_first ? 0U : start_address) - region.offset;
  /external/chromium_org/v8/src/arm/
simulator-arm.cc 1571 intptr_t start_address = 0; local
1616 intptr_t start_address = 0; local
    [all...]
regexp-macro-assembler-arm.cc 1116 const byte* start_address = frame_entry<const byte*>(re_frame, kInputStart); local
    [all...]
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_relocations.cpp 376 const ELF::Addr start_address = decoder.Dequeue(); local
380 relocation.r_offset = start_address;
  /external/chromium_org/v8/src/ia32/
regexp-macro-assembler-ia32.cc 1148 const byte* start_address = frame_entry<const byte*>(re_frame, kInputStart); local
    [all...]
  /external/chromium_org/v8/src/mips/
regexp-macro-assembler-mips.cc 1175 const byte* start_address = frame_entry<const byte*>(re_frame, kInputStart); local
    [all...]
  /external/chromium_org/v8/src/mips64/
regexp-macro-assembler-mips64.cc 1221 const byte* start_address = frame_entry<const byte*>(re_frame, kInputStart); local
    [all...]
  /external/chromium_org/v8/src/x64/
regexp-macro-assembler-x64.cc 1254 const byte* start_address = frame_entry<const byte*>(re_frame, kInputStart); local
    [all...]
  /external/chromium_org/v8/src/x87/
regexp-macro-assembler-x87.cc 1147 const byte* start_address = frame_entry<const byte*>(re_frame, kInputStart); local
    [all...]

Completed in 825 milliseconds

1 2