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

1 2

  /prebuilts/go/darwin-x86/src/runtime/
sys_windows_386.s 116 // make it look like mstart called us on g0, to stop traceback
118 MOVL $runtime·mstart(SB), 0(DI)
333 CALL runtime·mstart(SB)
sys_windows_amd64.s 148 // make it look like mstart called us on g0, to stop traceback
150 MOVQ $runtime·mstart(SB), SI
374 CALL runtime·mstart(SB)
sys_plan9_386.s 164 CALL runtime·mstart(SB)
sys_plan9_amd64.s 161 CALL runtime·mstart(SB)
sys_dragonfly_amd64.s 55 CALL runtime·mstart(SB)
sys_freebsd_386.s 44 CALL runtime·mstart(SB)
sys_freebsd_amd64.s 45 CALL runtime·mstart(SB)
sys_freebsd_arm.s 69 BL runtime·mstart(SB)
sys_nacl_386.s 198 JMP runtime·mstart(SB)
sys_nacl_arm.s 166 B runtime·mstart(SB)
sys_solaris_amd64.s 144 CALL runtime·mstart(SB)
sys_nacl_amd64p32.s 216 JMP runtime·mstart(SB)
  /prebuilts/go/linux-x86/src/runtime/
sys_windows_386.s 116 // make it look like mstart called us on g0, to stop traceback
118 MOVL $runtime·mstart(SB), 0(DI)
333 CALL runtime·mstart(SB)
sys_windows_amd64.s 148 // make it look like mstart called us on g0, to stop traceback
150 MOVQ $runtime·mstart(SB), SI
374 CALL runtime·mstart(SB)
sys_plan9_386.s 164 CALL runtime·mstart(SB)
sys_plan9_amd64.s 161 CALL runtime·mstart(SB)
sys_dragonfly_amd64.s 55 CALL runtime·mstart(SB)
sys_freebsd_386.s 44 CALL runtime·mstart(SB)
sys_freebsd_amd64.s 45 CALL runtime·mstart(SB)
sys_freebsd_arm.s 69 BL runtime·mstart(SB)
sys_nacl_386.s 198 JMP runtime·mstart(SB)
sys_nacl_arm.s 166 B runtime·mstart(SB)
sys_solaris_amd64.s 144 CALL runtime·mstart(SB)
  /external/pcre/dist/
pcre_exec.c 326 rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1); \
336 rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1)
362 newframe->Xmstart = mstart;\
497 mstart pointer to the current match start position (can be modified
514 PCRE_PUCHAR mstart, int offset_top, match_data *md, eptrblock *eptrb,
544 frame->Xmstart = mstart;
557 #define mstart frame->Xmstart macro
882 mstart = md->start_match_ptr;
6250 #undef mstart macro
    [all...]
  /external/elfutils/libdwfl/
dwfl_segment_report_module.c 175 uint64_t mstart, mend, moffset; local
176 if (! buf_read_ulong (ei_data, sz, &ptr, fptr, &mstart)
180 if (mstart == module_start && moffset == 0)
182 if (firstix != -1 && mstart < module_end)

Completed in 412 milliseconds

1 2