Home
last modified time | relevance | path

Searched refs:func_offset (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dstart.cc14 std::cout << ".0x" << std::hex << frame->func_offset() << std::endl; in print_frame()
H A Dtrap.cc24 std::cout << ".0x" << std::hex << frame->func_offset() << std::endl; in print_frame()
/third_party/mesa3d/src/util/
H A Du_debug_stack_android.cpp77 backtrace[i].off = frame->func_offset; in debug_backtrace_capture()
/third_party/mesa3d/include/android_stub/backtrace/
H A DBacktrace.h92 uint64_t func_offset; // pc relative to the start of the function, only valid if func_name is not member
/third_party/libbpf/src/
H A Dlibbpf.h643 * func_offset argument to bpf_prog__attach_uprobe_opts() should be 0. To trace an
644 * offset within a function, specify func_name and use func_offset argument to specify
667 * @param func_offset Offset within the binary of the function symbol
674 size_t func_offset);
685 * @param func_offset Offset within the binary of the function symbol
692 const char *binary_path, size_t func_offset,
H A Dlibbpf.c11834 const char *binary_path, size_t func_offset,
11889 func_offset += sym_off;
11915 func_offset, pid, ref_ctr_off);
11923 binary_path, func_offset);
11930 binary_path, func_offset, pid);
11936 binary_path, func_offset,
11947 binary_path, func_offset,
12036 size_t func_offset)
12040 return bpf_program__attach_uprobe_opts(prog, pid, binary_path, func_offset, &opts);
11833 bpf_program__attach_uprobe_opts(const struct bpf_program *prog, pid_t pid, const char *binary_path, size_t func_offset, const struct bpf_uprobe_opts *opts) global() argument
12033 bpf_program__attach_uprobe(const struct bpf_program *prog, bool retprobe, pid_t pid, const char *binary_path, size_t func_offset) global() argument
/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc966 FrameImpl(own<Instance>&& instance, uint32_t func_index, size_t func_offset, in FrameImpl()
970 func_offset(func_offset), in FrameImpl()
975 size_t func_offset; member
994 self->func_offset, self->module_offset))); in copy()
1001 size_t Frame::func_offset() const { return impl(this)->func_offset; } in func_offset() function in wasm::Frame
1055 size_t func_offset = module_offset - i::wasm::GetWasmFunctionOffset( in CreateFrameFromInternal() local
1058 GetInstance(store, instance), func_index, func_offset, module_offset))); in CreateFrameFromInternal()
2937 return reveal_frame(frame)->func_offset(); in wasm_frame_func_offset()
[all...]
/third_party/jerryscript/jerry-core/api/
H A 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()
/third_party/node/deps/v8/third_party/wasm-api/
H A Dwasm.hh540 auto func_offset() const -> size_t;

Completed in 29 milliseconds