Searched defs:entry_point (Results 1 - 12 of 12) sorted by relevance

/external/libunwind/src/ppc64/
H A Dget_func_addr.c32 unw_word_t *entry_point)
41 ret = (*a->access_mem) (as, addr, entry_point, 0, NULL);
31 tdep_get_func_addr(unw_addr_space_t as, unw_word_t addr, unw_word_t *entry_point) argument
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
H A Dps_main.cc20 void* PSMainCreate(PP_Instance inst, PSMainFunc_t entry_point) { argument
22 pInst->SetMain(entry_point);
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dstar_view.cc39 BookmarkEntryPoint entry_point = BOOKMARK_ENTRY_POINT_STAR_MOUSE; local
42 entry_point = BOOKMARK_ENTRY_POINT_STAR_MOUSE;
45 entry_point = BOOKMARK_ENTRY_POINT_STAR_KEY;
48 entry_point = BOOKMARK_ENTRY_POINT_STAR_GESTURE;
52 entry_point,
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dnonsfi_main.cc27 explicit PluginMainDelegate(EntryPointType entry_point) argument
28 : entry_point_(entry_point) {
83 EntryPointType entry_point = local
84 reinterpret_cast<EntryPointType>(image.entry_point());
86 kStackSize, new PluginMainDelegate(entry_point))) {
H A Delf_loader.cc259 uintptr_t ElfImage::entry_point() const { function in class:nacl::nonsfi::ElfImage
261 LOG(DFATAL) << "entry_point must be called after Read().";
/external/chromium_org/sandbox/win/sandbox_poc/
H A Dsandbox.cc19 std::string * entry_point,
22 DCHECK(entry_point);
24 if (!dll_name || !entry_point || !log_file)
40 *entry_point = std::string(entry_point_wide.begin(), entry_point_wide.end());
128 std::string dll_name, entry_point; local
132 &entry_point,
162 (lpfnInit) ::GetProcAddress(dll_module, entry_point.c_str());
17 ParseCommandLine(wchar_t * command_line, std::string * dll_name, std::string * entry_point, base::string16 * log_file) argument
H A Dmain_ui_window.cc323 wchar_t entry_point[MAX_PATH]; local
328 entry_point, MAX_PATH);
359 entry_point_ = entry_point;
/external/kernel-headers/original/uapi/linux/
H A Dfsl_hypervisor.h83 * @entry_point: The offset within the guest IMA to start execution
91 __u32 entry_point; member in struct:fsl_hv_ioctl_start
/external/chromium_org/sandbox/win/src/
H A Dtarget_process.cc48 void* GetBaseAddress(const wchar_t* exe_name, void* entry_point) { argument
59 char* base = reinterpret_cast<char*>(entry_point) -
186 void* entry_point = reinterpret_cast<void*>(context.Rcx); local
191 void* entry_point = reinterpret_cast<void*>(context.Eax); local
201 base_address_ = GetBaseAddress(exe_path, entry_point);
/external/chromium_org/v8/src/
H A Dlog.h230 void CallbackEvent(Name* name, Address entry_point);
231 void GetterCallbackEvent(Name* name, Address entry_point);
232 void SetterCallbackEvent(Name* name, Address entry_point);
357 Address entry_point);
481 virtual void CallbackEvent(Name* name, Address entry_point) = 0;
482 virtual void GetterCallbackEvent(Name* name, Address entry_point) = 0;
483 virtual void SetterCallbackEvent(Name* name, Address entry_point) = 0;
520 virtual void CallbackEvent(Name* name, Address entry_point) { } argument
521 virtual void GetterCallbackEvent(Name* name, Address entry_point) { } argument
522 virtual void SetterCallbackEvent(Name* name, Address entry_point) { } argument
[all...]
H A Dcpu-profiler.cc183 void CpuProfiler::CallbackEvent(Name* name, Address entry_point) { argument
187 rec->start = entry_point;
326 void CpuProfiler::GetterCallbackEvent(Name* name, Address entry_point) { argument
330 rec->start = entry_point;
355 void CpuProfiler::SetterCallbackEvent(Name* name, Address entry_point) { argument
359 rec->start = entry_point;
H A Dlog.cc1119 Address entry_point) {
1125 msg.AppendAddress(entry_point);
1145 void Logger::CallbackEvent(Name* name, Address entry_point) { argument
1146 PROFILER_LOG(CallbackEvent(name, entry_point));
1147 CallbackEventInternal("", name, entry_point);
1151 void Logger::GetterCallbackEvent(Name* name, Address entry_point) { argument
1152 PROFILER_LOG(GetterCallbackEvent(name, entry_point));
1153 CallbackEventInternal("get ", name, entry_point);
1157 void Logger::SetterCallbackEvent(Name* name, Address entry_point) { argument
1158 PROFILER_LOG(SetterCallbackEvent(name, entry_point));
1118 CallbackEventInternal(const char* prefix, Name* name, Address entry_point) argument
1734 Address entry_point = v8::ToCData<Address>(callback_obj); local
[all...]

Completed in 291 milliseconds