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

  /src/sys/arch/ia64/unwind/
stackframe.h 15 struct uwtable_ent { struct
101 struct uwtable_ent *get_unwind_table_entry(uint64_t);
104 struct uwtable_ent * get_unwind_table_entry(uint64_t ip);
stackframe.c 1206 struct uwtable_ent *
1212 struct uwtable_ent *uwt;
1216 for(uwt = (struct uwtable_ent *) ia64_unwindtab, tabent = 0;
1219 uwt++, tabent += sizeof(struct uwtable_ent));
1253 struct uwtable_ent *uwt;

Completed in 32 milliseconds