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

/openbsd-current/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,
1687 target.EvaluateExpression(expr, frame_ptr, expr_result, options);
1824 StackFrame *frame_ptr, uint32_t x,
1847 if (!EvalRSExpression(expr_buf, frame_ptr, &result))
1860 StackFrame *frame_ptr) {
1882 if (!EvalRSExpression(expr_buf, frame_ptr, &result))
1895 StackFrame *frame_ptr) {
1929 if (!EvalRSExpression(expr_bufs[i], frame_ptr, &results[i]))
1956 StackFrame *frame_ptr) {
1985 if (!EvalRSExpression(expr_bufs[i], frame_ptr,
1676 EvalRSExpression(const char *expr, StackFrame *frame_ptr, uint64_t *result) argument
1823 JITDataPointer(AllocationDetails *alloc, StackFrame *frame_ptr, uint32_t x, uint32_t y, uint32_t z) argument
1859 JITTypePointer(AllocationDetails *alloc, StackFrame *frame_ptr) argument
1894 JITTypePacked(AllocationDetails *alloc, StackFrame *frame_ptr) argument
1954 JITElementPacked(Element &elem, const lldb::addr_t context, StackFrame *frame_ptr) argument
2011 JITSubelements(Element &elem, const lldb::addr_t context, StackFrame *frame_ptr) argument
2095 JITAllocationSize(AllocationDetails *alloc, StackFrame *frame_ptr) argument
2161 JITAllocationStride(AllocationDetails *alloc, StackFrame *frame_ptr) argument
2194 RefreshAllocation(AllocationDetails *alloc, StackFrame *frame_ptr) argument
2222 FindStructTypeName(Element &elem, StackFrame *frame_ptr) argument
2350 GetAllocationData(AllocationDetails *alloc, StackFrame *frame_ptr) argument
2397 LoadAllocation(Stream &strm, const uint32_t alloc_id, const char *path, StackFrame *frame_ptr) argument
2618 SaveAllocation(Stream &strm, const uint32_t alloc_id, const char *path, StackFrame *frame_ptr) argument
3169 DumpAllocation(Stream &strm, StackFrame *frame_ptr, const uint32_t id) argument
3322 RecomputeAllAllocations(Stream &strm, StackFrame *frame_ptr) argument
3345 ListAllocations(Stream &strm, StackFrame *frame_ptr, const uint32_t index) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Ddwarf2-frame.c1587 char *frame_ptr;
1622 frame_ptr = unit.dwarf_frame_buffer;
1623 while (frame_ptr < unit.dwarf_frame_buffer + unit.dwarf_frame_size)
1624 frame_ptr = decode_frame_entry (&unit, frame_ptr, 1);
1635 frame_ptr = unit.dwarf_frame_buffer;
1636 while (frame_ptr < unit.dwarf_frame_buffer + unit.dwarf_frame_size)
1637 frame_ptr = decode_frame_entry (&unit, frame_ptr, 0);
1577 char *frame_ptr; local
/openbsd-current/usr.sbin/hostapd/
H A Dparse.y123 struct hostapd_frame frame, *frame_ptr;
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-current/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.c10231 emit_frame_save (frame_reg, frame_ptr, mode, regno, offset, total_size)
10233 rtx frame_ptr;
10272 rs6000_frame_related (insn, frame_ptr, total_size, replacea, replaceb);
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c14213 emit_frame_save (rtx frame_reg, rtx frame_ptr, enum machine_mode mode,
14249 rs6000_frame_related (insn, frame_ptr, total_size, replacea, replaceb);
14180 emit_frame_save(rtx frame_reg, rtx frame_ptr, enum machine_mode mode, unsigned int regno, int offset, HOST_WIDE_INT total_size) argument
/openbsd-current/sys/dev/pci/
H A Dif_iwx.c9441 uint32_t frame_ptr; /* frame pointer */ member in struct:iwx_error_event_table
H A Dif_iwm.c10692 uint32_t frame_ptr; /* frame pointer */ member in struct:iwm_error_event_table

Completed in 656 milliseconds