Home
last modified time | relevance | path

Searched defs:backtrace_frame_data_t (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/unwinding/libbacktrace/include/backtrace/
DBacktrace.h84 struct backtrace_frame_data_t { struct
85 size_t num; // The current fame number.
86 uint64_t pc; // The absolute pc.
87 uint64_t rel_pc; // The relative pc.
88 uint64_t sp; // The top of the stack.
89 size_t stack_size; // The size of the stack, zero indicate an unknown stack size.
90 backtrace_map_t map; // The map associated with the given pc.
91 std::string func_name; // The function name associated with this pc, NULL if not found.
92 uint64_t func_offset; // pc relative to the start of the function, only valid if func_name is not
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/unwinding/libbacktrace/include/backtrace/
DBacktrace.h84 struct backtrace_frame_data_t { struct
85 size_t num; // The current fame number.
86 uint64_t pc; // The absolute pc.
87 uint64_t rel_pc; // The relative pc.
88 uint64_t sp; // The top of the stack.
89 size_t stack_size; // The size of the stack, zero indicate an unknown stack size.
90 backtrace_map_t map; // The map associated with the given pc.
91 std::string func_name; // The function name associated with this pc, NULL if not found.
92 uint64_t func_offset; // pc relative to the start of the function, only valid if func_name is not
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/unwinding/libbacktrace/include/backtrace/
DBacktrace.h84 struct backtrace_frame_data_t { struct
85 size_t num; // The current fame number.
86 uint64_t pc; // The absolute pc.
87 uint64_t rel_pc; // The relative pc.
88 uint64_t sp; // The top of the stack.
89 size_t stack_size; // The size of the stack, zero indicate an unknown stack size.
90 backtrace_map_t map; // The map associated with the given pc.
91 std::string func_name; // The function name associated with this pc, NULL if not found.
92 uint64_t func_offset; // pc relative to the start of the function, only valid if func_name is not
/aosp_15_r20/external/mesa3d/include/android_stub/backtrace/
H A DBacktrace.h84 struct backtrace_frame_data_t { struct
85 size_t num; // The current fame number.
86 uint64_t pc; // The absolute pc.
87 uint64_t rel_pc; // The relative pc.
88 uint64_t sp; // The top of the stack.
89 size_t stack_size; // The size of the stack, zero indicate an unknown stack size.
90 backtrace_map_t map; // The map associated with the given pc.
91 std::string func_name; // The function name associated with this pc, NULL if not found.
92 uint64_t func_offset; // pc relative to the start of the function, only valid if func_name is not
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/system/unwinding/libbacktrace/include/backtrace/
DBacktrace.h84 struct backtrace_frame_data_t { struct
85 size_t num; // The current fame number.
86 uint64_t pc; // The absolute pc.
87 uint64_t rel_pc; // The relative pc.
88 uint64_t sp; // The top of the stack.
89 size_t stack_size; // The size of the stack, zero indicate an unknown stack size.
90 backtrace_map_t map; // The map associated with the given pc.
91 std::string func_name; // The function name associated with this pc, NULL if not found.
92 uint64_t func_offset; // pc relative to the start of the function, only valid if func_name is not
/aosp_15_r20/prebuilts/vndk/v31/x86/include/system/unwinding/libbacktrace/include/backtrace/
DBacktrace.h84 struct backtrace_frame_data_t { struct
85 size_t num; // The current fame number.
86 uint64_t pc; // The absolute pc.
87 uint64_t rel_pc; // The relative pc.
88 uint64_t sp; // The top of the stack.
89 size_t stack_size; // The size of the stack, zero indicate an unknown stack size.
90 backtrace_map_t map; // The map associated with the given pc.
91 std::string func_name; // The function name associated with this pc, NULL if not found.
92 uint64_t func_offset; // pc relative to the start of the function, only valid if func_name is not
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/unwinding/libbacktrace/include/backtrace/
DBacktrace.h84 struct backtrace_frame_data_t { struct
85 size_t num; // The current fame number.
86 uint64_t pc; // The absolute pc.
87 uint64_t rel_pc; // The relative pc.
88 uint64_t sp; // The top of the stack.
89 size_t stack_size; // The size of the stack, zero indicate an unknown stack size.
90 backtrace_map_t map; // The map associated with the given pc.
91 std::string func_name; // The function name associated with this pc, NULL if not found.
92 uint64_t func_offset; // pc relative to the start of the function, only valid if func_name is not
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/core/libbacktrace/include/backtrace/
DBacktrace.h84 struct backtrace_frame_data_t { struct
85 size_t num; // The current fame number.
86 uint64_t pc; // The absolute pc.
87 uint64_t rel_pc; // The relative pc.
88 uint64_t sp; // The top of the stack.
89 size_t stack_size; // The size of the stack, zero indicate an unknown stack size.
90 backtrace_map_t map; // The map associated with the given pc.
91 std::string func_name; // The function name associated with this pc, NULL if not found.
92 uint64_t func_offset; // pc relative to the start of the function, only valid if func_name is not
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/system/unwinding/libbacktrace/include/backtrace/
DBacktrace.h84 struct backtrace_frame_data_t { struct
85 size_t num; // The current fame number.
86 uint64_t pc; // The absolute pc.
87 uint64_t rel_pc; // The relative pc.
88 uint64_t sp; // The top of the stack.
89 size_t stack_size; // The size of the stack, zero indicate an unknown stack size.
90 backtrace_map_t map; // The map associated with the given pc.
91 std::string func_name; // The function name associated with this pc, NULL if not found.
92 uint64_t func_offset; // pc relative to the start of the function, only valid if func_name is not
/aosp_15_r20/prebuilts/vndk/v31/arm/include/system/unwinding/libbacktrace/include/backtrace/
DBacktrace.h84 struct backtrace_frame_data_t { struct
85 size_t num; // The current fame number.
86 uint64_t pc; // The absolute pc.
87 uint64_t rel_pc; // The relative pc.
88 uint64_t sp; // The top of the stack.
89 size_t stack_size; // The size of the stack, zero indicate an unknown stack size.
90 backtrace_map_t map; // The map associated with the given pc.
91 std::string func_name; // The function name associated with this pc, NULL if not found.
92 uint64_t func_offset; // pc relative to the start of the function, only valid if func_name is not
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/unwinding/libbacktrace/include/backtrace/
DBacktrace.h84 struct backtrace_frame_data_t { struct
85 size_t num; // The current fame number.
86 uint64_t pc; // The absolute pc.
87 uint64_t rel_pc; // The relative pc.
88 uint64_t sp; // The top of the stack.
89 size_t stack_size; // The size of the stack, zero indicate an unknown stack size.
90 backtrace_map_t map; // The map associated with the given pc.
91 std::string func_name; // The function name associated with this pc, NULL if not found.
92 uint64_t func_offset; // pc relative to the start of the function, only valid if func_name is not
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/core/libbacktrace/include/backtrace/
DBacktrace.h84 struct backtrace_frame_data_t { struct
85 size_t num; // The current fame number.
86 uint64_t pc; // The absolute pc.
87 uint64_t rel_pc; // The relative pc.
88 uint64_t sp; // The top of the stack.
89 size_t stack_size; // The size of the stack, zero indicate an unknown stack size.
90 backtrace_map_t map; // The map associated with the given pc.
91 std::string func_name; // The function name associated with this pc, NULL if not found.
92 uint64_t func_offset; // pc relative to the start of the function, only valid if func_name is not
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/core/libbacktrace/include/backtrace/
DBacktrace.h84 struct backtrace_frame_data_t { struct
85 size_t num; // The current fame number.
86 uint64_t pc; // The absolute pc.
87 uint64_t rel_pc; // The relative pc.
88 uint64_t sp; // The top of the stack.
89 size_t stack_size; // The size of the stack, zero indicate an unknown stack size.
90 backtrace_map_t map; // The map associated with the given pc.
91 std::string func_name; // The function name associated with this pc, NULL if not found.
92 uint64_t func_offset; // pc relative to the start of the function, only valid if func_name is not
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/unwinding/libbacktrace/include/backtrace/
DBacktrace.h84 struct backtrace_frame_data_t { struct
85 size_t num; // The current fame number.
86 uint64_t pc; // The absolute pc.
87 uint64_t rel_pc; // The relative pc.
88 uint64_t sp; // The top of the stack.
89 size_t stack_size; // The size of the stack, zero indicate an unknown stack size.
90 backtrace_map_t map; // The map associated with the given pc.
91 std::string func_name; // The function name associated with this pc, NULL if not found.
92 uint64_t func_offset; // pc relative to the start of the function, only valid if func_name is not
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/unwinding/libbacktrace/include/backtrace/
DBacktrace.h84 struct backtrace_frame_data_t { struct
85 size_t num; // The current fame number.
86 uint64_t pc; // The absolute pc.
87 uint64_t rel_pc; // The relative pc.
88 uint64_t sp; // The top of the stack.
89 size_t stack_size; // The size of the stack, zero indicate an unknown stack size.
90 backtrace_map_t map; // The map associated with the given pc.
91 std::string func_name; // The function name associated with this pc, NULL if not found.
92 uint64_t func_offset; // pc relative to the start of the function, only valid if func_name is not
/aosp_15_r20/prebuilts/vndk/v32/x86/include/system/unwinding/libbacktrace/include/backtrace/
DBacktrace.h84 struct backtrace_frame_data_t { struct
85 size_t num; // The current fame number.
86 uint64_t pc; // The absolute pc.
87 uint64_t rel_pc; // The relative pc.
88 uint64_t sp; // The top of the stack.
89 size_t stack_size; // The size of the stack, zero indicate an unknown stack size.
90 backtrace_map_t map; // The map associated with the given pc.
91 std::string func_name; // The function name associated with this pc, NULL if not found.
92 uint64_t func_offset; // pc relative to the start of the function, only valid if func_name is not
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/core/libbacktrace/include/backtrace/
DBacktrace.h84 struct backtrace_frame_data_t { struct
85 size_t num; // The current fame number.
86 uint64_t pc; // The absolute pc.
87 uint64_t rel_pc; // The relative pc.
88 uint64_t sp; // The top of the stack.
89 size_t stack_size; // The size of the stack, zero indicate an unknown stack size.
90 backtrace_map_t map; // The map associated with the given pc.
91 std::string func_name; // The function name associated with this pc, NULL if not found.
92 uint64_t func_offset; // pc relative to the start of the function, only valid if func_name is not