Searched defs:exception_table_entry (Results 1 – 13 of 13) sorted by relevance
18 struct exception_table_entry struct20 int insn, fixup;21 short type, data;
23 struct exception_table_entry { struct24 int insn, fixup, type;
25 struct exception_table_entry struct31 extern struct exception_table_entry *__start_amode31_ex_table; argument
17 struct exception_table_entry { struct18 unsigned int insn, fixup;
18 struct exception_table_entry struct20 unsigned long insn, fixup;
5 struct exception_table_entry struct7 unsigned long insn;8 unsigned long nextinsn;
7 struct exception_table_entry { struct8 int insn; /* location-relative address of insn this fixup is for */9 int fixup; /* location-relative continuation addr.; if bit 2 is set, r9 is set to 0 */
25 struct exception_table_entry struct27 signed int insn;28 union exception_fixup {35 } fixup;
9 struct exception_table_entry struct15 const struct exception_table_entry *search_exception_tables(unsigned long add); argument
22 struct exception_table_entry { struct27 static inline unsigned long extable_fixup(const struct exception_table_entry *x) in extable_fixup() argument
43 struct exception_table_entry { struct44 int insn; /* relative address of insn that is allowed to fault. */45 int fixup; /* relative address of fixup routine */
30 struct exception_table_entry { struct31 unsigned long insn, fixup;
Completed in 12 milliseconds