Home
last modified time | relevance | path

Searched refs:unwind_table (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/arm/include/asm/
Dunwind.h37 struct unwind_table { struct
46 extern struct unwind_table *unwind_table_add(unsigned long start, argument
50 extern void unwind_table_del(struct unwind_table *tab);
Dmodule.h6 struct unwind_table;
23 struct unwind_table *unwind[ARM_SEC_MAX];
/linux-4.4.14/arch/parisc/include/asm/
Dunwind.h43 struct unwind_table { struct
64 struct unwind_table * argument
68 unwind_table_remove(struct unwind_table *table);
Dmodule.h10 struct unwind_table;
21 struct unwind_table *unwind;
/linux-4.4.14/arch/parisc/kernel/
Dunwind.c43 static struct unwind_table kernel_unwind_table __read_mostly;
47 find_unwind_entry_in_table(const struct unwind_table *table, unsigned long addr) in find_unwind_entry_in_table()
72 struct unwind_table *table; in find_unwind_entry()
94 unwind_table_init(struct unwind_table *table, const char *name, in unwind_table_init()
136 struct unwind_table *
141 struct unwind_table *table; in unwind_table_add()
148 table = kmalloc(sizeof(struct unwind_table), GFP_USER); in unwind_table_add()
159 void unwind_table_remove(struct unwind_table *table) in unwind_table_remove()
/linux-4.4.14/arch/arc/kernel/
Dunwind.c117 static struct unwind_table { struct
126 struct unwind_table *link; argument
157 static struct unwind_table *find_table(unsigned long pc) in find_table()
159 struct unwind_table *table; in find_table()
173 static void init_unwind_hdr(struct unwind_table *table,
191 static void init_unwind_table(struct unwind_table *table, const char *name, in init_unwind_table()
234 static const u32 *cie_for_fde(const u32 *fde, const struct unwind_table *);
263 static void init_unwind_hdr(struct unwind_table *table, in init_unwind_hdr()
372 static struct unwind_table *last_table;
378 struct unwind_table *table; in unwind_add_table()
[all …]
/linux-4.4.14/arch/arm/kernel/
Dunwind.c202 struct unwind_table *table; in unwind_find_idx()
513 struct unwind_table *unwind_table_add(unsigned long start, unsigned long size, in unwind_table_add()
518 struct unwind_table *tab = kmalloc(sizeof(*tab), GFP_KERNEL); in unwind_table_add()
539 void unwind_table_del(struct unwind_table *tab) in unwind_table_del()