Deleted Added
full compact
uwx_utable.h (121642) uwx_utable.h (129059)
1/*
2Copyright (c) 2003 Hewlett-Packard Development Company, L.P.
3Permission is hereby granted, free of charge, to any person
4obtaining a copy of this software and associated documentation
5files (the "Software"), to deal in the Software without
6restriction, including without limitation the rights to use,
7copy, modify, merge, publish, distribute, sublicense, and/or sell
8copies of the Software, and to permit persons to whom the

--- 17 unchanged lines hidden (view full) ---

26 uint64_t code_start;
27 uint64_t code_end;
28 uint64_t unwind_info;
29 uint64_t unwind_flags;
30};
31
32extern int uwx_search_utable(
33 struct uwx_env *env,
1/*
2Copyright (c) 2003 Hewlett-Packard Development Company, L.P.
3Permission is hereby granted, free of charge, to any person
4obtaining a copy of this software and associated documentation
5files (the "Software"), to deal in the Software without
6restriction, including without limitation the rights to use,
7copy, modify, merge, publish, distribute, sublicense, and/or sell
8copies of the Software, and to permit persons to whom the

--- 17 unchanged lines hidden (view full) ---

26 uint64_t code_start;
27 uint64_t code_end;
28 uint64_t unwind_info;
29 uint64_t unwind_flags;
30};
31
32extern int uwx_search_utable(
33 struct uwx_env *env,
34 uint64_t ip,
34 uint64_t *uvec,
35 struct uwx_utable_entry *uentry);
35 uint64_t *uvec,
36 struct uwx_utable_entry *uentry);