Searched refs:Dwarf_Frame (Results 1 – 12 of 12) sorted by relevance
/third_party/elfutils/libdw/ |
D | cfi.c | 45 static Dwarf_Frame * 46 duplicate_frame_state (const Dwarf_Frame *original, in duplicate_frame_state() 47 Dwarf_Frame *prev) in duplicate_frame_state() 49 size_t size = offsetof (Dwarf_Frame, regs[original->nregs]); in duplicate_frame_state() 50 Dwarf_Frame *copy = malloc (size); in duplicate_frame_state() 60 enough_registers (Dwarf_Word reg, Dwarf_Frame **pfs, int *result) in enough_registers() 73 size_t size = offsetof (Dwarf_Frame, regs[reg + 1]); in enough_registers() 74 Dwarf_Frame *bigger = realloc (*pfs, size); in enough_registers() 93 require_cfa_offset (Dwarf_Frame *fs) in require_cfa_offset() 104 Dwarf_Frame **state, in execute_cfi() [all …]
|
D | cfi.h | 51 const Dwarf_Frame *initial_state; 168 Dwarf_Frame *prev; 221 Dwarf_Addr address, Dwarf_Frame **frame)
|
D | libdw.h | 219 typedef struct Dwarf_Frame_s Dwarf_Frame; typedef 1033 Dwarf_Addr address, Dwarf_Frame **frame) 1045 extern int dwarf_frame_info (Dwarf_Frame *frame, 1055 extern int dwarf_frame_cfa (Dwarf_Frame *frame, Dwarf_Op **ops, size_t *nops) 1078 extern int dwarf_frame_register (Dwarf_Frame *frame, int regno,
|
D | dwarf_cfi_addrframe.c | 36 dwarf_cfi_addrframe (Dwarf_CFI *cache, Dwarf_Addr address, Dwarf_Frame **frame) in dwarf_cfi_addrframe()
|
D | dwarf_frame_info.c | 36 dwarf_frame_info (Dwarf_Frame *fs, Dwarf_Addr *start, Dwarf_Addr *end, in dwarf_frame_info()
|
D | frame-cache.c | 44 free ((Dwarf_Frame *) cie->initial_state); in free_cie()
|
D | dwarf_frame_cfa.c | 38 dwarf_frame_cfa (Dwarf_Frame *fs, Dwarf_Op **ops, size_t *nops) in dwarf_frame_cfa()
|
D | dwarf_frame_register.c | 37 dwarf_frame_register (Dwarf_Frame *fs, int regno, Dwarf_Op ops_mem[3], in dwarf_frame_register()
|
/third_party/elfutils/tests/ |
D | dwarfcfi.c | 82 Dwarf_Frame *frame; in handle_address()
|
D | addrcfi.c | 78 Dwarf_Frame *frame;
|
D | varlocs.c | 268 Dwarf_Frame *frame; in print_expr()
|
/third_party/elfutils/libdwfl/ |
D | frame_unwind.c | 136 expr_eval (Dwfl_Frame *state, Dwarf_Frame *frame, const Dwarf_Op *ops, in expr_eval() 530 Dwarf_Frame *frame; in handle_cfi()
|