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

1 2 3 4

  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/include/
hisi_pwrc.h 40 uintptr_t entry_point);
  /external/libunwind/src/ppc64/
get_func_addr.c 32 unw_word_t *entry_point)
41 ret = (*a->access_mem) (as, addr, entry_point, 0, NULL);
  /external/vixl/test/
test-utils.cc 52 uintptr_t entry_point = reinterpret_cast<uintptr_t>(buffer); local
53 entry_point += offset;
54 memcpy(&test_function, &entry_point, sizeof(test_function));
  /art/runtime/
oat_quick_method_header.cc 41 const void* entry_point = GetEntryPoint(); local
42 uint32_t sought_offset = pc - reinterpret_cast<uintptr_t>(entry_point);
58 << "(PC " << reinterpret_cast<void*>(pc) << ", entry_point=" << entry_point
59 << " current entry_point=" << method->GetEntryPointFromQuickCompiledCode()
69 const void* entry_point = GetEntryPoint(); local
83 return reinterpret_cast<uintptr_t>(entry_point) +
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
makefreeze.py 32 def makefreeze(base, dict, debug=0, entry_point=None, fail_import=()):
33 if entry_point is None: entry_point = default_entry_point
71 outfp.write(entry_point)
  /external/python/cpython2/Tools/freeze/
makefreeze.py 32 def makefreeze(base, dict, debug=0, entry_point=None, fail_import=()):
33 if entry_point is None: entry_point = default_entry_point
71 outfp.write(entry_point)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
symbol.s 8 $entry_point:
  /external/vixl/examples/aarch32/
examples.h 65 T GetEntryPoint(const Label& entry_point) const {
66 int32_t location = entry_point.GetLocation();
67 if (entry_point.IsUsingT32()) location += 1;
  /external/v8/src/
code-events.h 99 virtual void CallbackEvent(Name* name, Address entry_point) = 0;
100 virtual void GetterCallbackEvent(Name* name, Address entry_point) = 0;
101 virtual void SetterCallbackEvent(Name* name, Address entry_point) = 0;
151 void CallbackEvent(Name* name, Address entry_point) {
152 CODE_EVENT_DISPATCH(CallbackEvent(name, entry_point));
154 void GetterCallbackEvent(Name* name, Address entry_point) {
155 CODE_EVENT_DISPATCH(GetterCallbackEvent(name, entry_point));
157 void SetterCallbackEvent(Name* name, Address entry_point) {
158 CODE_EVENT_DISPATCH(SetterCallbackEvent(name, entry_point));
log.h 153 void CallbackEvent(Name* name, Address entry_point);
154 void GetterCallbackEvent(Name* name, Address entry_point);
155 void SetterCallbackEvent(Name* name, Address entry_point);
279 Address entry_point);
397 void CallbackEvent(Name* name, Address entry_point) override {}
398 void GetterCallbackEvent(Name* name, Address entry_point) override {}
399 void SetterCallbackEvent(Name* name, Address entry_point) override {}
  /external/v8/src/profiler/
profiler-listener.h 29 void CallbackEvent(Name* name, Address entry_point) override;
47 void GetterCallbackEvent(Name* name, Address entry_point) override;
49 void SetterCallbackEvent(Name* name, Address entry_point) override;
  /art/runtime/jit/
profiling_info.h 94 void SetSavedEntryPoint(const void* entry_point) {
95 saved_entry_point_ = entry_point;
  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/drivers/
hisi_pwrc.c 49 uintptr_t entry_point)
60 mmio_write_64((uintptr_t)(core_entry + i), entry_point);
  /bionic/libc/kernel/uapi/linux/
fsl_hypervisor.h 34 __u32 entry_point; member in struct:fsl_hv_ioctl_start
  /development/ndk/platforms/android-21/include/linux/
fsl_hypervisor.h 37 __u32 entry_point; member in struct:fsl_hv_ioctl_start
  /external/kernel-headers/original/uapi/linux/
fsl_hypervisor.h 83 * @entry_point: The offset within the guest IMA to start execution
91 __u32 entry_point; member in struct:fsl_hv_ioctl_start
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fsl_hypervisor.h 83 * @entry_point: The offset within the guest IMA to start execution
91 __u32 entry_point; member in struct:fsl_hv_ioctl_start
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
fsl_hypervisor.h 37 __u32 entry_point; member in struct:fsl_hv_ioctl_start
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
fsl_hypervisor.h 37 __u32 entry_point; member in struct:fsl_hv_ioctl_start
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
fsl_hypervisor.h 37 __u32 entry_point; member in struct:fsl_hv_ioctl_start
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
fsl_hypervisor.h 37 __u32 entry_point; member in struct:fsl_hv_ioctl_start
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
fsl_hypervisor.h 37 __u32 entry_point; member in struct:fsl_hv_ioctl_start
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
fsl_hypervisor.h 37 __u32 entry_point; member in struct:fsl_hv_ioctl_start
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
fsl_hypervisor.h 37 __u32 entry_point; member in struct:fsl_hv_ioctl_start
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/
fsl_hypervisor.h 37 __u32 entry_point; member in struct:fsl_hv_ioctl_start

Completed in 1197 milliseconds

1 2 3 4