Home
last modified time | relevance | path

Searched defs:func_offset (Results 1 - 4 of 4) sorted by relevance

/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/jerryscript/jerry-core/api/
H A Djerry-snapshot.c954 uint32_t func_offset = header_p->func_offsets[func_index]; in jerry_snapshot_result() local
/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc975 size_t func_offset; member
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
[all...]
/third_party/libbpf/src/
H A Dlibbpf.c11833 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

Completed in 27 milliseconds