Home
last modified time | relevance | path

Searched refs:func_offset (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/util/
Du_debug_stack_android.cpp77 backtrace[i].off = frame->func_offset; in debug_backtrace_capture()
/third_party/mesa3d/include/android_stub/backtrace/
DBacktrace.h92 uint64_t func_offset; // pc relative to the start of the function, only valid if func_name is not member
/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c954 uint32_t func_offset = header_p->func_offsets[func_index]; in jerry_snapshot_result() local
955 ecma_compiled_code_t *bytecode_p = (ecma_compiled_code_t *) (snapshot_data_p + func_offset); in jerry_snapshot_result()