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

1 23 4

  /toolchain/binutils/binutils-2.25/binutils/
dllwrap.c 69 static char *entry_point; variable
699 entry_point = optarg;
903 if (! entry_point || strlen (entry_point) == 0)
926 entry_point =
929 sprintf (entry_point, "%s%s%s", prefix, name_entry, postfix);
932 dyn_string_append_cstr (driver_cmdline, entry_point);
935 (entry_point[0] == '_') ? entry_point+1 : entry_point);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
cygwinccompiler.py 318 entry_point = '--entry _DllMain@12'
320 entry_point = ''
328 entry_point))
  /external/python/cpython2/Lib/distutils/
cygwinccompiler.py 318 entry_point = '--entry _DllMain@12'
320 entry_point = ''
333 shared_option, entry_point))
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
cygwinccompiler.py 350 entry_point = '--entry _DllMain@12'
352 entry_point = ''
360 entry_point))
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
cygwinccompiler.py 350 entry_point = '--entry _DllMain@12'
352 entry_point = ''
360 entry_point))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cygwinccompiler.py 350 entry_point = '--entry _DllMain@12'
352 entry_point = ''
360 entry_point))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cygwinccompiler.py 350 entry_point = '--entry _DllMain@12'
352 entry_point = ''
360 entry_point))
  /external/syslinux/com32/include/syslinux/
movebits.h 70 addr_t entry_point, addr_t entry_type,
  /external/syslinux/com32/lib/syslinux/
shuffle.c 60 addr_t entry_point, addr_t entry_type,
198 dp->dst = entry_point;
  /external/syslinux/efi/
wrapper.c 97 o_hdr.entry_point = entry;
120 o_hdr_pe32p.entry_point = entry;
  /art/runtime/
utils.h 213 static inline const void* EntryPointToCodePointer(const void* entry_point) {
214 uintptr_t code = reinterpret_cast<uintptr_t>(entry_point);
class_linker.h 501 bool IsQuickResolutionStub(const void* entry_point) const;
504 bool IsQuickToInterpreterBridge(const void* entry_point) const;
507 bool IsQuickGenericJniStub(const void* entry_point) const;
510 bool IsJniDlsymLookupStub(const void* entry_point) const;
    [all...]
stack.cc 740 const void* entry_point = runtime->GetInstrumentation()->GetQuickCodeFor(method, local
742 DCHECK(class_linker->IsQuickGenericJniStub(entry_point)) << method->PrettyMethod();
    [all...]
  /external/mesa3d/src/gallium/state_trackers/va/
context.c 290 context->desc.base.entry_point = config->entrypoint;
319 if (context->desc.base.entry_point != PIPE_VIDEO_ENTRYPOINT_ENCODE) {
  /external/mesa3d/src/intel/vulkan/
anv_pipeline.c 132 nir_function *entry_point = local
136 nir_shader *nir = entry_point->shader;
152 if (func != entry_point)
156 entry_point->name = ralloc_strdup(entry_point, "main");
170 entry_point->impl, true, false);
183 nir_shader_gather_info(nir, entry_point->impl);
    [all...]
  /external/v8/src/
log.cc 968 Address entry_point) {
974 msg.AppendAddress(entry_point);
995 void Logger::CallbackEvent(Name* name, Address entry_point) {
996 CallbackEventInternal("", name, entry_point);
1000 void Logger::GetterCallbackEvent(Name* name, Address entry_point) {
1001 CallbackEventInternal("get ", name, entry_point);
1005 void Logger::SetterCallbackEvent(Name* name, Address entry_point) {
1006 CallbackEventInternal("set ", name, entry_point);
1627 Address entry_point = v8::ToCData<Address>(callback_obj); local
    [all...]
  /bionic/linker/
linker_main.cpp 516 ElfW(Addr) entry_point = args.getauxval(AT_ENTRY);
568 // If the linker is not acting as PT_INTERP entry_point is equal to
574 if (reinterpret_cast<ElfW(Addr)>(&_start) == entry_point) {
  /external/mesa3d/src/amd/vulkan/
radv_pipeline.c 164 nir_function *entry_point; local
175 entry_point = exec_node_data(nir_function, node, node);
199 entry_point = spirv_to_nir(spirv, module->size / 4,
202 nir = entry_point->shader;
218 if (func != entry_point)
222 entry_point->name = ralloc_strdup(entry_point, "main");
239 nir_shader_gather_info(nir, entry_point->impl);
    [all...]
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 2688 struct vtn_value *entry_point = &b->values[w[2]]; local
3246 nir_function *entry_point = b->entry_point->func->impl->function; local
    [all...]
vtn_private.h 382 struct vtn_value *entry_point; member in struct:vtn_builder
  /external/compiler-rt/lib/interception/tests/
interception_win_test.cc 205 uptr *entry_point,
233 *entry_point = (uptr)&ActiveCode[position];
  /hardware/intel/img/psb_video/src/
tng_vld_dec.c 86 if (ctx->yuv_ctx && (VAEntrypointVideoProc == obj_context->entry_point)) {
92 if (CONTEXT_ALTERNATIVE_OUTPUT(obj_context) || obj_context->entry_point == VAEntrypointVideoProc) {
  /external/libunwind/include/tdep-ppc32/
libunwind_i.h 319 unw_word_t *entry_point);
  /external/libunwind/include/tdep-ppc64/
libunwind_i.h 319 unw_word_t *entry_point);
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 134 enum pipe_video_entrypoint entry_point; member in struct:pipe_picture_desc

Completed in 1813 milliseconds

1 23 4