HomeSort by: relevance | last modified time | path
    Searched defs:frame_unwind_table_entry (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
frame-unwind.c 34 struct frame_unwind_table_entry struct
37 struct frame_unwind_table_entry *next;
42 struct frame_unwind_table_entry *list = nullptr;
44 struct frame_unwind_table_entry **osabi_head = nullptr;
53 static struct frame_unwind_table_entry **
55 struct frame_unwind_table_entry **link)
57 *link = OBSTACK_ZALLOC (obstack, struct frame_unwind_table_entry);
73 struct frame_unwind_table_entry **link = &table->list;
99 struct frame_unwind_table_entry *entry;
102 entry = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct frame_unwind_table_entry);
    [all...]
frame-unwind.c 34 struct frame_unwind_table_entry struct
37 struct frame_unwind_table_entry *next;
42 struct frame_unwind_table_entry *list = nullptr;
44 struct frame_unwind_table_entry **osabi_head = nullptr;
53 static struct frame_unwind_table_entry **
55 struct frame_unwind_table_entry **link)
57 *link = OBSTACK_ZALLOC (obstack, struct frame_unwind_table_entry);
73 struct frame_unwind_table_entry **link = &table->list;
99 struct frame_unwind_table_entry *entry;
102 entry = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct frame_unwind_table_entry);
    [all...]

Completed in 48 milliseconds