Home
last modified time | relevance | path

Searched refs:Dwarf_Frame (Results 1 – 12 of 12) sorted by relevance

/third_party/elfutils/libdw/
Dcfi.c45 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 …]
Dcfi.h51 const Dwarf_Frame *initial_state;
168 Dwarf_Frame *prev;
221 Dwarf_Addr address, Dwarf_Frame **frame)
Dlibdw.h219 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,
Ddwarf_cfi_addrframe.c36 dwarf_cfi_addrframe (Dwarf_CFI *cache, Dwarf_Addr address, Dwarf_Frame **frame) in dwarf_cfi_addrframe()
Ddwarf_frame_info.c36 dwarf_frame_info (Dwarf_Frame *fs, Dwarf_Addr *start, Dwarf_Addr *end, in dwarf_frame_info()
Dframe-cache.c44 free ((Dwarf_Frame *) cie->initial_state); in free_cie()
Ddwarf_frame_cfa.c38 dwarf_frame_cfa (Dwarf_Frame *fs, Dwarf_Op **ops, size_t *nops) in dwarf_frame_cfa()
Ddwarf_frame_register.c37 dwarf_frame_register (Dwarf_Frame *fs, int regno, Dwarf_Op ops_mem[3], in dwarf_frame_register()
/third_party/elfutils/tests/
Ddwarfcfi.c82 Dwarf_Frame *frame; in handle_address()
Daddrcfi.c78 Dwarf_Frame *frame;
Dvarlocs.c268 Dwarf_Frame *frame; in print_expr()
/third_party/elfutils/libdwfl/
Dframe_unwind.c136 expr_eval (Dwfl_Frame *state, Dwarf_Frame *frame, const Dwarf_Op *ops, in expr_eval()
530 Dwarf_Frame *frame; in handle_cfi()