Home
last modified time | relevance | path

Searched refs:frame_ptr (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h364 bool DumpAllocation(Stream &strm, StackFrame *frame_ptr, const uint32_t id);
366 void ListAllocations(Stream &strm, StackFrame *frame_ptr,
369 bool RecomputeAllAllocations(Stream &strm, StackFrame *frame_ptr);
390 const char *filename, StackFrame *frame_ptr);
393 const char *filename, StackFrame *frame_ptr);
438 bool RefreshAllocation(AllocationDetails *alloc, StackFrame *frame_ptr);
440 bool EvalRSExpression(const char *expression, StackFrame *frame_ptr,
532 StackFrame *frame_ptr);
539 void FindStructTypeName(Element &elem, StackFrame *frame_ptr);
552 bool JITDataPointer(AllocationDetails *alloc, StackFrame *frame_ptr,
[all …]
H A DRenderScriptRuntime.cpp1677 StackFrame *frame_ptr, in EvalRSExpression() argument
1687 target.EvaluateExpression(expr, frame_ptr, expr_result, options); in EvalRSExpression()
1824 StackFrame *frame_ptr, uint32_t x, in JITDataPointer() argument
1847 if (!EvalRSExpression(expr_buf, frame_ptr, &result)) in JITDataPointer()
1860 StackFrame *frame_ptr) { in JITTypePointer() argument
1882 if (!EvalRSExpression(expr_buf, frame_ptr, &result)) in JITTypePointer()
1895 StackFrame *frame_ptr) { in JITTypePacked() argument
1929 if (!EvalRSExpression(expr_bufs[i], frame_ptr, &results[i])) in JITTypePacked()
1956 StackFrame *frame_ptr) { in JITElementPacked() argument
1985 if (!EvalRSExpression(expr_bufs[i], frame_ptr, &results[i])) in JITElementPacked()
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddwarf2-frame.c1577 char *frame_ptr; in dwarf2_build_frame_info() local
1612 frame_ptr = unit.dwarf_frame_buffer; in dwarf2_build_frame_info()
1613 while (frame_ptr < unit.dwarf_frame_buffer + unit.dwarf_frame_size) in dwarf2_build_frame_info()
1614 frame_ptr = decode_frame_entry (&unit, frame_ptr, 1); in dwarf2_build_frame_info()
1625 frame_ptr = unit.dwarf_frame_buffer; in dwarf2_build_frame_info()
1626 while (frame_ptr < unit.dwarf_frame_buffer + unit.dwarf_frame_size) in dwarf2_build_frame_info()
1627 frame_ptr = decode_frame_entry (&unit, frame_ptr, 0); in dwarf2_build_frame_info()
/openbsd-src/usr.sbin/hostapd/
H A Dparse.y123 struct hostapd_frame frame, *frame_ptr; variable
373 if ((frame_ptr = calloc(1, sizeof(struct hostapd_frame)))
383 bcopy(&frame, frame_ptr, sizeof(struct hostapd_frame));
385 frame_ptr, f_entries);
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.c10200 emit_frame_save (frame_reg, frame_ptr, mode, regno, offset, total_size) in emit_frame_save() argument
10202 rtx frame_ptr;
10241 rs6000_frame_related (insn, frame_ptr, total_size, replacea, replaceb);
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c14180 emit_frame_save (rtx frame_reg, rtx frame_ptr, enum machine_mode mode, in emit_frame_save() argument
14216 rs6000_frame_related (insn, frame_ptr, total_size, replacea, replaceb); in emit_frame_save()
/openbsd-src/sys/dev/pci/
H A Dif_iwx.c9849 uint32_t frame_ptr; /* frame pointer */ in iwx_rx_pkt()
9442 uint32_t frame_ptr; /* frame pointer */ global() member
H A Dif_iwm.c10692 uint32_t frame_ptr; /* frame pointer */ member