Searched refs:func_offset (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/third_party/wasm-api/example/ |
H A D | start.cc | 14 std::cout << ".0x" << std::hex << frame->func_offset() << std::endl; in print_frame()
|
H A D | trap.cc | 24 std::cout << ".0x" << std::hex << frame->func_offset() << std::endl; in print_frame()
|
/third_party/mesa3d/src/util/ |
H A D | u_debug_stack_android.cpp | 77 backtrace[i].off = frame->func_offset; in debug_backtrace_capture()
|
/third_party/mesa3d/include/android_stub/backtrace/ |
H A D | Backtrace.h | 92 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 D | libbpf.h | 643 * 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 D | libbpf.c | 11834 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 D | c-api.cc | 966 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 D | jerry-snapshot.c | 954 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 D | wasm.hh | 540 auto func_offset() const -> size_t;
|
Completed in 29 milliseconds