HomeSort by relevance Sort by last modified time
    Searched refs:Dwarf_Frame (Results 1 - 11 of 11) sorted by null

  /external/elfutils/libdw/
dwarf_cfi_addrframe.c 36 dwarf_cfi_addrframe (Dwarf_CFI *cache, Dwarf_Addr address, Dwarf_Frame **frame)
dwarf_frame_info.c 36 dwarf_frame_info (Dwarf_Frame *fs, Dwarf_Addr *start, Dwarf_Addr *end,
cfi.c 45 static Dwarf_Frame *
46 duplicate_frame_state (const Dwarf_Frame *original,
47 Dwarf_Frame *prev)
49 size_t size = offsetof (Dwarf_Frame, regs[original->nregs]);
50 Dwarf_Frame *copy = malloc (size);
60 enough_registers (Dwarf_Word reg, Dwarf_Frame **pfs, int *result)
73 size_t size = offsetof (Dwarf_Frame, regs[reg + 1]);
74 Dwarf_Frame *bigger = realloc (*pfs, size);
93 require_cfa_offset (Dwarf_Frame *fs)
104 Dwarf_Frame **state
    [all...]
dwarf_frame_cfa.c 38 dwarf_frame_cfa (Dwarf_Frame *fs, Dwarf_Op **ops, size_t *nops)
frame-cache.c 44 free ((Dwarf_Frame *) cie->initial_state);
cfi.h 51 const Dwarf_Frame *initial_state;
166 Dwarf_Frame *prev;
219 Dwarf_Addr address, Dwarf_Frame **frame)
dwarf_frame_register.c 37 dwarf_frame_register (Dwarf_Frame *fs, int regno, Dwarf_Op *ops_mem,
libdw.h 234 typedef struct Dwarf_Frame_s Dwarf_Frame;
    [all...]
  /external/elfutils/tests/
addrcfi.c 78 Dwarf_Frame *frame;
varlocs.c 221 Dwarf_Frame *frame;
  /external/elfutils/libdwfl/
frame_unwind.c 151 expr_eval (Dwfl_Frame *state, Dwarf_Frame *frame, const Dwarf_Op *ops,
542 Dwarf_Frame *frame;

Completed in 113 milliseconds